building repository nonfree
continuous-integration/drone/push Build is passing Details

This commit is contained in:
teldra 2021-04-15 17:04:41 +02:00
commit 499bd287f8
6 changed files with 18 additions and 5 deletions

View File

@ -35,3 +35,4 @@ steps:
from_secret: email_username
password:
from_secret: email_password

BIN
random Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
# Template file for 'linux4.19'
pkgname=linux4.19
version=4.19.186
version=4.19.187
revision=1
wrksrc="linux-${version}"
short_desc="Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-only"
homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
checksum=d8c5d7844214510e85ceb9f5236f27f63fc03535a143f3aaa0c1677a8f92e631
checksum=a04c023cac04b7d2e1c4c98a67a36a56e5b793386470a4d23e45d61e0297a0c3
python_version=2 #unverified
patch_args="-Np1"

View File

@ -1,6 +1,6 @@
# Template file for 'linux5.4'
pkgname=linux5.4
version=5.4.111
version=5.4.112
revision=1
wrksrc="linux-${version}"
short_desc="Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-only"
homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
checksum=21626132658dc34cb41b7aa7b80ecf83751890a71ac1a63d77aea9d488271a03
checksum=b8361d461a4254c86d4c68aa4ceab1debaa3b2ccc6785542d026837a4fc20ca4
python_version=3
patch_args="-Np1"

View File

@ -0,0 +1,11 @@
With the switch of Anthy's upstream to Debian, Anthy switched to
utf-8 backend. However, it still supports EUC-JP encoding.
Anthy-utf8 backend needs to be used, though.
Quote from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953616
> If you have customized enabled-im-list on "stretch" system (in
> ~/.uim.d/customs/custom-global.scm) with uim-pref-gtk or other tools,
> uim sticks to use anthy instead of anthy-utf8 and fails kanji-conversion.
If you have said customization, please remove them.

View File

@ -1,7 +1,7 @@
# Template file for 'uim'
pkgname=uim
version=1.8.8
revision=4
revision=5
build_style=gnu-configure
build_helper=qmake
configure_args="--enable-pref --enable-fep --with-gtk2 --with-gtk3
@ -65,6 +65,7 @@ uim-anthy_package() {
vmove "usr/lib/uim/plugin/libuim-anthy*.so"
vmove "usr/share/uim/anthy*.scm"
vmove "usr/share/uim/pixmaps/anthy*.png"
vdoc "${FILESDIR}/README.voidlinux"
}
}