diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-10-27 22:59:34 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 21:59:28 -0200 |
commit | c4939636eec96bd2108a6668d96ff586c0e717ac (patch) | |
tree | 005849ff9e4960e3e9f745bb0bb82aa6c4d5637c /desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild | |
parent | 48d1866a0fc776c4b4481d2dd817fb3aaa5e1232 (diff) | |
download | slackbuilds-c4939636eec96bd2108a6668d96ff586c0e717ac.tar.gz |
desktop/xfce4-smartbookmark-plugin: Fixed desktop file
Thanks to Robert Neri for the report.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild index c43573e0bf..02f01b5981 100644 --- a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild +++ b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xfce4-smartbookmark-plugin VERSION=0.4.2 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -71,6 +71,8 @@ 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 \ |