diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-10-04 19:28:39 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-10-05 09:00:04 +0200 |
commit | c8de49b25af424891cc61038361873c809f5c2b7 (patch) | |
tree | 4efc0afbcac561c4779c1251f354699da4fcf868 /source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild | |
parent | d1596dee9dd02b4f89228bf87a72a6fb8cefccf5 (diff) | |
download | current-c8de49b25af424891cc61038361873c809f5c2b7.tar.gz |
Mon Oct 4 19:28:39 UTC 202120211004192839
a/util-linux-2.37.2-x86_64-3.txz: Rebuilt.
Removed broken /usr/bin/raw symlink. Thanks to marav.
d/gdb-11.1-x86_64-2.txz: Rebuilt.
Don't ship .la files.
d/vala-0.54.2-x86_64-1.txz: Upgraded.
kde/artikulate-21.08.1-x86_64-3.txz: Rebuilt.
Fixed broken COPYING{,.DOC} symlinks. Thanks to marav.
kde/kservice-5.86.0-x86_64-4.txz: Rebuilt.
In /etc/profile.d/kde.{csh,sh}:
Fixed test for kf5 directory. Thanks to LuckyCyborg.
Make adding /etc/kde/xdg to $XDG_CONFIG_DIRS conditional on the existence
of that directory.
l/imagemagick-7.1.0_9-x86_64-1.txz: Upgraded.
n/bind-9.16.21-x86_64-4.txz: Rebuilt.
Removed broken symlink. Thanks to marav.
n/httpd-2.4.50-x86_64-1.txz: Upgraded.
x/cldr-emoji-annotation-37.0_13.0_0_2-noarch-4.txz: Rebuilt.
Fixed broken COPYING symlink. Thanks to marav.
xap/x3270-4.0ga14-x86_64-2.txz: Rebuilt.
Fixed symlinks in html directory. Thanks to marav.
Diffstat (limited to 'source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild')
-rwxr-xr-x | source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild b/source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild index 4a0df793..b5466f18 100755 --- a/source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild +++ b/source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cldr-emoji-annotation VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -85,8 +85,9 @@ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ +cp -a AUTHORS* ChangeLog INSTALL* NEWS* README* \ $PKG/usr/doc/$PKGNAM-$VERSION +cp -a $(readlink -f COPYING) $PKG/usr/doc/$PKGNAM-$VERSION/COPYING mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |