diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-04-23 20:47:05 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:27:54 -0300 |
commit | 0afb46618098e45fa1db17ac9bf1dccf8cc433a3 (patch) | |
tree | a534fb4a89c321f846999c111a8f71302126df05 /desktop/xfce4-smartbookmark-plugin | |
parent | 1894b1d9f80ad8b2d334a06ccea34416b463d041 (diff) | |
download | slackbuilds-0afb46618098e45fa1db17ac9bf1dccf8cc433a3.tar.gz |
desktop/xfce4-smartbookmark-plugin: Updated for version 0.4.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-smartbookmark-plugin')
3 files changed, 11 insertions, 13 deletions
diff --git a/desktop/xfce4-smartbookmark-plugin/slack-desc b/desktop/xfce4-smartbookmark-plugin/slack-desc index f9e1e72d7e..1d290a98d5 100644 --- a/desktop/xfce4-smartbookmark-plugin/slack-desc +++ b/desktop/xfce4-smartbookmark-plugin/slack-desc @@ -1,14 +1,14 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| xfce4-smartbookmark-plugin: xfce4-smartbookmark-plugin (smartbookmark plugin for the Xfce panel) xfce4-smartbookmark-plugin: -xfce4-smartbookmark-plugin: The smartbookmark plugin allows you to search specific +xfce4-smartbookmark-plugin: The smartbookmark plugin allows you to search specific xfce4-smartbookmark-plugin: (customizable) sites directly from the Xfce panel. xfce4-smartbookmark-plugin: xfce4-smartbookmark-plugin: diff --git a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild index 838d4af0d9..388fcdc4ba 100644 --- a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild +++ b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-smartbookmark-plugin -# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2013 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-smartbookmark-plugin -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.4.5} 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 diff --git a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.info b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.info index 020e69bf12..125cd436c6 100644 --- a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.info +++ b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-smartbookmark-plugin" -VERSION="0.4.4" +VERSION="0.4.5" HOMEPAGE="http://goodies.xfce.org/" -DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.4/xfce4-smartbookmark-plugin-0.4.4.tar.bz2" -MD5SUM="273e38306a82f14e1b8c2c5db912f6c3" +DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.4/xfce4-smartbookmark-plugin-0.4.5.tar.bz2" +MD5SUM="820422dfc5c212689b2908e1ff09c548" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |