diff options
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/sip/README.UPGRADES | 2 | ||||
-rw-r--r-- | source/l/tango-icon-theme/slack-desc | 10 | ||||
-rwxr-xr-x | source/l/tango-icon-theme/tango-icon-theme.SlackBuild | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/source/l/sip/README.UPGRADES b/source/l/sip/README.UPGRADES new file mode 100644 index 00000000..82bdb42d --- /dev/null +++ b/source/l/sip/README.UPGRADES @@ -0,0 +1,2 @@ +When upgrading SIP, please test that PyQt and pykde4 (or Plasma 5 equivalent) +still compile properly. diff --git a/source/l/tango-icon-theme/slack-desc b/source/l/tango-icon-theme/slack-desc index 171cfa21..8198b427 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 36b22d48..3753c025 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 . \ |