summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/smartgithg/smartgithg.SlackBuild6
-rw-r--r--development/smartgithg/smartgithg.desktop2
-rw-r--r--development/smartgithg/smartgithg.info6
3 files changed, 9 insertions, 5 deletions
diff --git a/development/smartgithg/smartgithg.SlackBuild b/development/smartgithg/smartgithg.SlackBuild
index 6c8faa24c6..2146502af7 100644
--- a/development/smartgithg/smartgithg.SlackBuild
+++ b/development/smartgithg/smartgithg.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="smartgithg"
-VERSION=${VERSION:-5.0.9}
+VERSION=${VERSION:-6.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -66,5 +66,9 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
+mkdir -p $PKG/usr/bin
+cd $PKG/usr/bin
+ln -s ../share/$PRGNAM/bin/$PRGNAM.sh $PRGNAM
+
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/development/smartgithg/smartgithg.desktop b/development/smartgithg/smartgithg.desktop
index 1c41bb81bf..ab1fbe9ef3 100644
--- a/development/smartgithg/smartgithg.desktop
+++ b/development/smartgithg/smartgithg.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
-Name=SmartGit/Hg 5
+Name=SmartGit/Hg 6
Keywords=git;hg;svn;mercurial;subversion
GenericName=Git&Hg-Client + SVN-support
Type=Application
diff --git a/development/smartgithg/smartgithg.info b/development/smartgithg/smartgithg.info
index ffc8ddf4c5..44589c32ad 100644
--- a/development/smartgithg/smartgithg.info
+++ b/development/smartgithg/smartgithg.info
@@ -1,8 +1,8 @@
PRGNAM="smartgithg"
-VERSION="5.0.9"
+VERSION="6.0.3"
HOMEPAGE="http://www.syntevo.com/smartgithg/"
-DOWNLOAD="http://www.syntevo.com/download/smartgithg/smartgithg-generic-5_0_9.tar.gz"
-MD5SUM="8ec5a36666489f11841e320854dbb1fa"
+DOWNLOAD="http://www.syntevo.com/download/smartgithg/smartgithg-generic-6_0_3.tar.gz"
+MD5SUM="ae6a6c9b8afc3b2313da7e2b99543fb5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"