diff options
author | Robby Workman <rw@rlworkman.net> | 2010-12-30 00:23:11 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-31 18:59:53 -0600 |
commit | 9955b3908aaee2924402b4dc5159cf4b29bdbfd8 (patch) | |
tree | f002fe2ab7261e4889f6d071b5a5e4a4de84d543 /desktop/xfce4-notes-plugin | |
parent | 3754098d2e6d40d57af8bb239e66269d53d16345 (diff) | |
download | slackbuilds-9955b3908aaee2924402b4dc5159cf4b29bdbfd8.tar.gz |
desktop/xfce4-notes-plugin: Updated for version 1.7.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-notes-plugin')
-rw-r--r-- | desktop/xfce4-notes-plugin/README | 2 | ||||
-rw-r--r-- | desktop/xfce4-notes-plugin/doinst.sh | 4 | ||||
-rw-r--r-- | desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/xfce4-notes-plugin/xfce4-notes-plugin.info | 8 |
4 files changed, 12 insertions, 8 deletions
diff --git a/desktop/xfce4-notes-plugin/README b/desktop/xfce4-notes-plugin/README index 60182a54a7..066b56c8d8 100644 --- a/desktop/xfce4-notes-plugin/README +++ b/desktop/xfce4-notes-plugin/README @@ -1,3 +1,5 @@ notes plugin for the Xfce panel The notes plugin provides 'sticky notes' for your desktop. + +This requires libunique. diff --git a/desktop/xfce4-notes-plugin/doinst.sh b/desktop/xfce4-notes-plugin/doinst.sh index 30eb690936..1f8ff67ded 100644 --- a/desktop/xfce4-notes-plugin/doinst.sh +++ b/desktop/xfce4-notes-plugin/doinst.sh @@ -1,3 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 diff --git a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild index 72d3fa58c2..59f4ebada4 100644 --- a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild +++ b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-notes-plugin -VERSION=1.7.1 +VERSION=1.7.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -90,7 +88,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ + AUTHORS COPYING ChangeLog INSTALL NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info index 5f80ac37f1..6a755343b8 100644 --- a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info +++ b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.info @@ -1,10 +1,10 @@ PRGNAM="xfce4-notes-plugin" -VERSION="1.7.1" +VERSION="1.7.7" HOMEPAGE="http://goodies.xfce.org/" -DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.1.tar.bz2" -MD5SUM="c6d27d8c566fbd98a14bd59273da0adf" +DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.7.tar.bz2" +MD5SUM="42b924b23f2fec6a1099e9b7a87db4a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" -APPROVED="michiel" +APPROVED="Niels Horn" |