index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/libgnomekbd/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/libgnomekbd/libgnomekbd-gettext-0.20.patch | 14 |
diff --git a/extra/libgnomekbd/PKGBUILD b/extra/libgnomekbd/PKGBUILD new file mode 100644 index 00000000..4cb9ddd6 --- /dev/null +++ b/extra/libgnomekbd/PKGBUILD @@ -0,0 +1,10 @@ +# gettext 0.20 patch, temporary for https://bugs.archlinux.org/task/63836 + +source+=('libgnomekbd-gettext-0.20.patch') +sha256sums+=('dec9f04895a35e0d1aedabcb5aad36376b5451c4210a899e879e63b633ba4fd5') +eval "$( + declare -f prepare | \ + sed ' + 3 a patch -p1 -i "$srcdir/libgnomekbd-gettext-0.20.patch" + ' +)" diff --git a/extra/libgnomekbd/libgnomekbd-gettext-0.20.patch b/extra/libgnomekbd/libgnomekbd-gettext-0.20.patch new file mode 100644 index 00000000..1a31f70e --- /dev/null +++ b/extra/libgnomekbd/libgnomekbd-gettext-0.20.patch @@ -0,0 +1,14 @@ +diff -rauN libgnomekbd/configure.ac libgnomekbd-gettext-0.20-patch/configure.ac +--- libgnomekbd/configure.ac 2019-09-19 11:43:28.782294203 +0200 ++++ libgnomekbd-gettext-0.20-patch/configure.ac 2019-09-19 11:51:41.136059352 +0200 +@@ -37,7 +37,9 @@ + # **** + # i18n + # **** +-AM_GNU_GETTEXT_VERSION([0.19.4]) ++# FIXME: Remove AM_GNU_GETTEXT_VERSION once autoreconf supports REQUIRE_VERSION ++AM_GNU_GETTEXT_VERSION([0.19.6]) ++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6]) + AM_GNU_GETTEXT([external]) + + GETTEXT_PACKAGE=libgnomekbd |