diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-06-24 20:50:10 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-06-25 09:00:34 +0200 |
commit | 427d7491f566babcbe8b6536574d502d7492ae89 (patch) | |
tree | 04f5ca2c719ae62942b7c573765ac1ba60f24602 /source/l/tango-icon-theme | |
parent | a8f1b55a2eeadb0b756b59217f73af07c5c10eb3 (diff) | |
download | current-427d7491f566babcbe8b6536574d502d7492ae89.tar.gz current-427d7491f566babcbe8b6536574d502d7492ae89.tar.xz |
Sun Jun 24 20:50:10 UTC 201820180624205010
a/aaa_base-14.2-x86_64-5.txz: Rebuilt.
Don't include /var/log/{packages,scripts,removed_packages,removed_scripts}.
a/procps-ng-3.3.15-x86_64-2.txz: Rebuilt.
Upgraded to psmisc-23.1. This adds namespace support to killall, and makes
the default behavior to match against the current PID's namespace, rather
than all namespaces as it did previously.
ap/qpdf-8.1.0-x86_64-1.txz: Upgraded.
ap/texinfo-6.5-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
ap/vim-8.1.0113-x86_64-1.txz: Upgraded.
Compiled against perl-5.28.0.
d/perl-5.28.0-x86_64-1.txz: Upgraded.
kde/perlkde-4.14.3-x86_64-6.txz: Rebuilt.
Recompiled against perl-5.28.0.
kde/perlqt-4.14.3-x86_64-7.txz: Rebuilt.
Recompiled against perl-5.28.0.
l/tango-icon-theme-0.8.90-noarch-4.txz: Rebuilt.
Made a couple of minor corrections to the slack-desc.
n/epic5-2.0.1-x86_64-6.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/irssi-1.1.1-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/net-snmp-5.7.3-x86_64-9.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/ntp-4.2.8p11-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
n/stunnel-5.47-x86_64-1.txz: Upgraded.
xap/hexchat-2.14.1-x86_64-4.txz: Rebuilt.
Recompiled against perl-5.28.0.
xap/vim-gvim-8.1.0113-x86_64-1.txz: Upgraded.
Compiled against perl-5.28.0.
Diffstat (limited to 'source/l/tango-icon-theme')
-rw-r--r-- | source/l/tango-icon-theme/slack-desc | 10 | ||||
-rwxr-xr-x | source/l/tango-icon-theme/tango-icon-theme.SlackBuild | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/source/l/tango-icon-theme/slack-desc b/source/l/tango-icon-theme/slack-desc index 171cfa21b..8198b427c 100644 --- a/source/l/tango-icon-theme/slack-desc +++ b/source/l/tango-icon-theme/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -tango-icon-theme: Tango icon theme (Another standard icon theme) +tango-icon-theme: tango-icon-theme (another standard icon theme) tango-icon-theme: tango-icon-theme: The Tango Desktop Project has designed a basic set of desktop icons -tango-icon-theme: that follow the style guidelines. The set has been created as a -tango-icon-theme: proof of concept for the style, but works rather well as a replacement -tango-icon-theme: for the base theme under GNOME and KDE. +tango-icon-theme: that follow the style guidelines. The set has been created as a proof +tango-icon-theme: of concept for the style, but works rather well as a replacement for +tango-icon-theme: the base theme under GNOME and KDE. tango-icon-theme: -tango-icon-theme: Tango's home page is: http://tango.freedesktop.org +tango-icon-theme: Homepage: http://tango.freedesktop.org tango-icon-theme: tango-icon-theme: tango-icon-theme: diff --git a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild index 36b22d487..3753c0252 100755 --- a/source/l/tango-icon-theme/tango-icon-theme.SlackBuild +++ b/source/l/tango-icon-theme/tango-icon-theme.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tango-icon-theme VERSION=0.8.90 ARCH=noarch -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -43,7 +43,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf tango-icon-theme-$VERSION -tar xvf $CWD/tango-icon-theme-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/tango-icon-theme-$VERSION.tar.?z || exit 1 cd tango-icon-theme-$VERSION || exit 1 chown -R root:root . find . \ |