diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2014-07-06 23:50:29 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-07 00:01:00 -0500 |
commit | 108694748fda14a1b308dead9c57f5a943819ffa (patch) | |
tree | 7792df8a4caafc403dc1c3670dc24bbbe63774bc | |
parent | 10012cb3711f04b903804259818dfb3be7144fdb (diff) | |
download | slackbuilds-108694748fda14a1b308dead9c57f5a943819ffa.tar.gz |
development/smartgithg: Updated for version 6.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | development/smartgithg/smartgithg.SlackBuild | 6 | ||||
-rw-r--r-- | development/smartgithg/smartgithg.desktop | 2 | ||||
-rw-r--r-- | development/smartgithg/smartgithg.info | 6 |
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" |