summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-05-12 21:56:20 +0200
committerJuergen Daubert <jue@jue.li>2019-05-12 21:56:20 +0200
commitbb40ed8a5753bd8fbb114e32b3fd5db11615f072 (patch)
treeb98dde822423a5b8e86e5f617bc623e76db697ae
parent37511f45e0a50b72702850f5f8f42ed5d96466ce (diff)
downloadcore-bb40ed8a5753bd8fbb114e32b3fd5db11615f072.tar.gz
core-bb40ed8a5753bd8fbb114e32b3fd5db11615f072.tar.xz
gettext: update to 0.20.1
-rw-r--r--gettext/.footprint9
-rw-r--r--gettext/.signature8
-rw-r--r--gettext/Pkgfile6
3 files changed, 12 insertions, 11 deletions
diff --git a/gettext/.footprint b/gettext/.footprint
index 0b39ecee..b6e71d4a 100644
--- a/gettext/.footprint
+++ b/gettext/.footprint
@@ -42,17 +42,18 @@ drwxr-xr-x root/root usr/lib/gettext/
lrwxrwxrwx root/root usr/lib/libasprintf.so -> libasprintf.so.0.0.0
lrwxrwxrwx root/root usr/lib/libasprintf.so.0 -> libasprintf.so.0.0.0
-rwxr-xr-x root/root usr/lib/libasprintf.so.0.0.0
--rwxr-xr-x root/root usr/lib/libgettextlib-0.20.so
+-rwxr-xr-x root/root usr/lib/libgettextlib-0.20.1.so
+-rw-r--r-- root/root usr/lib/libgettextlib.a
-rwxr-xr-x root/root usr/lib/libgettextlib.la
-lrwxrwxrwx root/root usr/lib/libgettextlib.so -> libgettextlib-0.20.so
+lrwxrwxrwx root/root usr/lib/libgettextlib.so -> libgettextlib-0.20.1.so
-rw-r--r-- root/root usr/lib/libgettextpo.a
-rwxr-xr-x root/root usr/lib/libgettextpo.la
lrwxrwxrwx root/root usr/lib/libgettextpo.so -> libgettextpo.so.0.5.5
lrwxrwxrwx root/root usr/lib/libgettextpo.so.0 -> libgettextpo.so.0.5.5
-rwxr-xr-x root/root usr/lib/libgettextpo.so.0.5.5
--rwxr-xr-x root/root usr/lib/libgettextsrc-0.20.so
+-rwxr-xr-x root/root usr/lib/libgettextsrc-0.20.1.so
-rwxr-xr-x root/root usr/lib/libgettextsrc.la
-lrwxrwxrwx root/root usr/lib/libgettextsrc.so -> libgettextsrc-0.20.so
+lrwxrwxrwx root/root usr/lib/libgettextsrc.so -> libgettextsrc-0.20.1.so
-rw-r--r-- root/root usr/lib/libtextstyle.a
-rwxr-xr-x root/root usr/lib/libtextstyle.la
lrwxrwxrwx root/root usr/lib/libtextstyle.so -> libtextstyle.so.0.0.0
diff --git a/gettext/.signature b/gettext/.signature
index 99eb2b4f..3861c56a 100644
--- a/gettext/.signature
+++ b/gettext/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqokm0QZQGvGzO5KanBXjX4Jl0CJ6TxxioP+tFJxYvewGxkdASfFGjBNmDfB1jzPuu4ZkqlK0bPsRwkSRAK2tSQ4=
-SHA256 (Pkgfile) = 745ae83243bd425a5d7fe9cfef6748975384fceb274edd510d7934cc2deeb2e7
-SHA256 (.footprint) = 5d573757fc704a85123b2d430517122d092841959ba50eb0c7ebb7bd39419915
-SHA256 (gettext-0.20.tar.xz) = a248207fd726ca35c57fe9f01e748c36c60b864bb624b58f9983a0f98b633924
+RWRJc1FUaeVeqivCsLJYpZQNW328x2AYmJn7nIHwtp6NKRv7lZYLMgYU1vAtFR/wKAiMnTwuZ5bQJAt6YADWVm9VIOtQuILUpws=
+SHA256 (Pkgfile) = 7aaed5001d9827b147a3e561d5fcf25973f8165291f53a575b04990531237b80
+SHA256 (.footprint) = a41429e4fabebdee7a6b8ebe5629e980c6e8e3487cae0348f91d40003821d503
+SHA256 (gettext-0.20.1.tar.xz) = 53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800
diff --git a/gettext/Pkgfile b/gettext/Pkgfile
index 354decdc..36f0c276 100644
--- a/gettext/Pkgfile
+++ b/gettext/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses acl
name=gettext
-version=0.20
+version=0.20.1
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
@@ -14,7 +14,7 @@ build() {
--disable-{csharp,java,nls} \
--without-{emacs,git} \
--with-included-{glib,libcroco,libxml}
- make -j1
- make -j1 DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
rm -r $PKG/usr/share/{info,doc}
}

Generated by cgit