summaryrefslogtreecommitdiffstats
path: root/desktop/lxshortcut
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/lxshortcut')
-rw-r--r--desktop/lxshortcut/lxshortcut.SlackBuild8
-rw-r--r--desktop/lxshortcut/lxshortcut.info8
2 files changed, 9 insertions, 7 deletions
diff --git a/desktop/lxshortcut/lxshortcut.SlackBuild b/desktop/lxshortcut/lxshortcut.SlackBuild
index 2cecb09cdb..b0720dcb3a 100644
--- a/desktop/lxshortcut/lxshortcut.SlackBuild
+++ b/desktop/lxshortcut/lxshortcut.SlackBuild
@@ -35,6 +35,10 @@
# 20100905_132b97e 12/sep/2010 by ponce <matteo.bernardini@gmail.com>
# * Adapted to slackbuilds.org's autotools template.
# * updated to git snapshot.
+# 20110105_69ba3cc 24/gen/2011 by ponce <matteo.bernardini@gmail.com>
+# * updated to latest git snapshot.
+# 20110301_a662afd 1/mar/2011 by ponce <matteo.bernardini@gmail.com>
+# * updated to latest git snapshot.
#
# Run 'sh lxshortcut.SlackBuild' to build a Slackware package.
# The package is created in /tmp .
@@ -43,16 +47,14 @@
# -----------------------------------------------------------------------------
PRGNAM=lxshortcut
-VERSION=${VERSION:-20100905_132b97e}
+VERSION=${VERSION:-20110301_a662afd}
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/lxshortcut/lxshortcut.info b/desktop/lxshortcut/lxshortcut.info
index 5a004bfcad..2b2b2c303f 100644
--- a/desktop/lxshortcut/lxshortcut.info
+++ b/desktop/lxshortcut/lxshortcut.info
@@ -1,10 +1,10 @@
PRGNAM="lxshortcut"
-VERSION="20100905_132b97e"
+VERSION="20110301_a662afd"
HOMEPAGE="http://wiki.lxde.org/en/LXShortCut"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxshortcut-20100905_132b97e.tar.xz"
-MD5SUM="89d5dadb815c1cb93dbffe922f12a3a0"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxshortcut-20110301_a662afd.tar.xz"
+MD5SUM="f7e00b2e5431c2b95b344a643416f62d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="ponce"
EMAIL="matteo.bernardini@gmail.com"
-APPROVED="dsomero"
+APPROVED=""