desktop/wminfo: Updated for version 4.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fbb1ab4e4e
commit
255a48f92f
|
@ -1,15 +1,15 @@
|
|||
( cd /usr/bin ; rm -rf empty.wmi )
|
||||
( cd /usr/bin ; ln -sf /usr/bin/bash-empty.wmi empty.wmi )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.binary ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.binary ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.conky ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.conky ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.offline ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.offline ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.online ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.online ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.system ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/plugins.system ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/samples ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.1/samples ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.binary ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.binary ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.conky ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.conky ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.offline ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.offline ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.online ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.online ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.system ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/plugins.system ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/samples ; rm -rf run-all-wminfo-plugins )
|
||||
( cd /usr/doc/wminfo-4.1.2/samples ; ln -sf /usr/bin/run-all-wminfo-plugins )
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
PRGNAM=wminfo
|
||||
VERSION=${VERSION:-4.1.1}
|
||||
VERSION=${VERSION:-4.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -47,10 +47,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
cd wminfo
|
||||
./configure --prefix=/usr
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wminfo"
|
||||
VERSION="4.1.1"
|
||||
VERSION="4.1.2"
|
||||
HOMEPAGE="http://linux-bsd-unix.strefa.pl/"
|
||||
DOWNLOAD="http://linux-bsd-unix.strefa.pl/wminfo-4.1.1.tar.gz"
|
||||
MD5SUM="5b8c022a75305c187407633e6e33748b"
|
||||
DOWNLOAD="http://linux-bsd-unix.strefa.pl/wminfo-4.1.2.tar.gz"
|
||||
MD5SUM="3e82f0e646259b19cf0d39c2772c2420"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue