summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/libgnomekbd/PKGBUILD10
-rw-r--r--extra/libgnomekbd/libgnomekbd-gettext-0.20.patch14
2 files changed, 0 insertions, 24 deletions
diff --git a/extra/libgnomekbd/PKGBUILD b/extra/libgnomekbd/PKGBUILD
deleted file mode 100644
index 4cb9ddd6..00000000
--- a/extra/libgnomekbd/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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
deleted file mode 100644
index 1a31f70e..00000000
--- a/extra/libgnomekbd/libgnomekbd-gettext-0.20.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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