diff options
Diffstat (limited to 'system/conky/conky.SlackBuild')
-rw-r--r-- | system/conky/conky.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild index 8f06c71b3f..a21bf397f4 100644 --- a/system/conky/conky.SlackBuild +++ b/system/conky/conky.SlackBuild @@ -5,8 +5,8 @@ # Written by M.Dinslage contact: daedra1980@gmail.com PRGNAM=conky -VERSION=1.8.0 -BUILD=${BUILD:-2} +VERSION=1.8.1 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -55,7 +55,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -patch -p1 < $CWD/audacious-2.3-fix.txt +#patch -p1 < $CWD/audacious-2.3-fix.txt chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -81,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux \ --host=$ARCH-slackware-linux -make +make make install-strip DESTDIR=$PKG find $PKG/usr/man -type f -exec gzip -9 {} \; |