mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
desktop/xfce4-places-plugin: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2af1630d08
commit
8c4ce253db
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=xfce4-places-plugin
|
PRGNAM=xfce4-places-plugin
|
||||||
VERSION=${VERSION:-1.5.0}
|
VERSION=${VERSION:-1.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="xfce4-places-plugin"
|
PRGNAM="xfce4-places-plugin"
|
||||||
VERSION="1.5.0"
|
VERSION="1.6.0"
|
||||||
HOMEPAGE="http://goodies.xfce.org"
|
HOMEPAGE="http://goodies.xfce.org"
|
||||||
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.5/xfce4-places-plugin-1.5.0.tar.bz2"
|
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.6/xfce4-places-plugin-1.6.0.tar.bz2"
|
||||||
MD5SUM="84c39fb123e07e1c7caaf006d9383656"
|
MD5SUM="8f3ec883efb0775052eeea816bbd8a23"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue