mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/xfce4-smartbookmark-plugin: Updated for version 0.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c27472506b
commit
172b83cee4
3 changed files with 7 additions and 20 deletions
|
@ -1,11 +0,0 @@
|
|||
diff -Nur xfce4-smartbookmark-plugin-0.4.2.orig/src/smartbookmark.desktop.in.in xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.desktop.in.in
|
||||
--- xfce4-smartbookmark-plugin-0.4.2.orig/src/smartbookmark.desktop.in.in 2006-08-12 12:41:44.000000000 -0500
|
||||
+++ xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.desktop.in.in 2011-10-27 21:17:39.692214866 -0500
|
||||
@@ -4,5 +4,6 @@
|
||||
_Name=SmartBookmark
|
||||
_Comment=Query websites from the Xfce panel
|
||||
Icon=gtk-preferences
|
||||
-X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libsmartbookmark.so
|
||||
+X-XFCE-Module=smartbookmark
|
||||
+X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@
|
||||
X-XFCE-Unique=false
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for xfce4-smartbookmark-plugin
|
||||
|
||||
# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xfce4-smartbookmark-plugin
|
||||
VERSION=0.4.2
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -71,8 +71,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
patch -p1 < $CWD/allow_adding_plugin_to_panel.diff
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xfce4-smartbookmark-plugin"
|
||||
VERSION="0.4.2"
|
||||
VERSION="0.4.4"
|
||||
HOMEPAGE="http://goodies.xfce.org/"
|
||||
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.4/xfce4-smartbookmark-plugin-0.4.2.tar.gz"
|
||||
MD5SUM="284e26595637dd2e900b75534372496b"
|
||||
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.4/xfce4-smartbookmark-plugin-0.4.4.tar.bz2"
|
||||
MD5SUM="273e38306a82f14e1b8c2c5db912f6c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue