Date: Thursday, September 5, 2013 @ 16:05:21 Author: spupykin Revision: 96796
archrelease: copy trunk to community-any Added: umlet/repos/community-any/PKGBUILD (from rev 96795, umlet/trunk/PKGBUILD) umlet/repos/community-any/UMLet.sh.diff (from rev 96795, umlet/trunk/UMLet.sh.diff) umlet/repos/community-any/umlet.desktop (from rev 96795, umlet/trunk/umlet.desktop) Deleted: umlet/repos/community-any/PKGBUILD umlet/repos/community-any/UMLet.sh.diff umlet/repos/community-any/umlet.desktop ---------------+ PKGBUILD | 72 ++++++++++++++++++++++++++++---------------------------- UMLet.sh.diff | 32 ++++++++++++------------ umlet.desktop | 22 ++++++++--------- 3 files changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-09-05 14:05:05 UTC (rev 96795) +++ PKGBUILD 2013-09-05 14:05:21 UTC (rev 96796) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com> - -pkgname=umlet -pkgver=12.0 -pkgrel=1 -pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)" -arch=('any') -url="http://www.umlet.com" -license=('GPL') -depends=('java-runtime') -makedepends=('unzip' 'patch') -source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip" - 'umlet.desktop' - 'UMLet.sh.diff') -md5sums=('b866d4004b18a04f507f5c4ac35dfa3e' - '4efcfeea2f54b849bc86e3f1905449be' - 'ef9620bd90f0e3bba7133629cf5885c8') - -build() { - cd ${srcdir}/Umlet - - patch -Np1 -i ../UMLet.sh.diff - rm -f Umlet.sh.orig - rm -rf src - rm -ff Umlet.exe -} - -package() { - cd ${srcdir}/Umlet - install -D -m755 umlet.sh ${pkgdir}/usr/bin/umlet - install -d -m755 ${pkgdir}/usr/share - mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet - install -D -m644 ${srcdir}/umlet.desktop $pkgdir/usr/share/applications/umlet.desktop -} Copied: umlet/repos/community-any/PKGBUILD (from rev 96795, umlet/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-09-05 14:05:21 UTC (rev 96796) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com> + +pkgname=umlet +pkgver=12.1 +pkgrel=1 +pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)" +arch=('any') +url="http://www.umlet.com" +license=('GPL') +depends=('java-runtime') +makedepends=('unzip' 'patch') +source=("http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip" + 'umlet.desktop' + 'UMLet.sh.diff') +md5sums=('2bd075acdc1b23b996bd44d5ac8a2de1' + '4efcfeea2f54b849bc86e3f1905449be' + 'ef9620bd90f0e3bba7133629cf5885c8') + +build() { + cd ${srcdir}/Umlet + + patch -Np1 -i ../UMLet.sh.diff + rm -f Umlet.sh.orig + rm -rf src + rm -ff Umlet.exe +} + +package() { + cd ${srcdir}/Umlet + install -D -m755 umlet.sh ${pkgdir}/usr/bin/umlet + install -d -m755 ${pkgdir}/usr/share + mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet + install -D -m644 ${srcdir}/umlet.desktop $pkgdir/usr/share/applications/umlet.desktop +} Deleted: UMLet.sh.diff =================================================================== --- UMLet.sh.diff 2013-09-05 14:05:05 UTC (rev 96795) +++ UMLet.sh.diff 2013-09-05 14:05:21 UTC (rev 96796) @@ -1,16 +0,0 @@ -diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh ---- Umlet/umlet.sh 2011-02-18 18:27:14.000000000 +0000 -+++ Umlet.my/umlet.sh 2011-03-03 15:20:48.000000000 +0000 -@@ -2,11 +2,7 @@ - - # Shell script for running umlet from the command prompt in linux - --# If you want to put umlet.sh in your home bin directory ($HOME/bin/) to start it from anywhere with --# $ umlet.sh myDiagram.uxf --# you must specify the programDir directly instead --#programDir=/path/to/umlet --programDir=$(cd $(dirname $0);pwd) -+programDir=/usr/share/umlet - - if [ $# -gt 0 ] - then java -jar ${programDir}/umlet.jar -filename="$1" Copied: umlet/repos/community-any/UMLet.sh.diff (from rev 96795, umlet/trunk/UMLet.sh.diff) =================================================================== --- UMLet.sh.diff (rev 0) +++ UMLet.sh.diff 2013-09-05 14:05:21 UTC (rev 96796) @@ -0,0 +1,16 @@ +diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh +--- Umlet/umlet.sh 2011-02-18 18:27:14.000000000 +0000 ++++ Umlet.my/umlet.sh 2011-03-03 15:20:48.000000000 +0000 +@@ -2,11 +2,7 @@ + + # Shell script for running umlet from the command prompt in linux + +-# If you want to put umlet.sh in your home bin directory ($HOME/bin/) to start it from anywhere with +-# $ umlet.sh myDiagram.uxf +-# you must specify the programDir directly instead +-#programDir=/path/to/umlet +-programDir=$(cd $(dirname $0);pwd) ++programDir=/usr/share/umlet + + if [ $# -gt 0 ] + then java -jar ${programDir}/umlet.jar -filename="$1" Deleted: umlet.desktop =================================================================== --- umlet.desktop 2013-09-05 14:05:05 UTC (rev 96795) +++ umlet.desktop 2013-09-05 14:05:21 UTC (rev 96796) @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=UMLet -GenericName=UMLet -Comment=Free UML Tool for Fast UML Diagrams -Exec=umlet -Icon=/usr/share/umlet/img/umlet_logo.png -Terminal=false -Categories=Development; -StartupNotify=true Copied: umlet/repos/community-any/umlet.desktop (from rev 96795, umlet/trunk/umlet.desktop) =================================================================== --- umlet.desktop (rev 0) +++ umlet.desktop 2013-09-05 14:05:21 UTC (rev 96796) @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=UMLet +GenericName=UMLet +Comment=Free UML Tool for Fast UML Diagrams +Exec=umlet +Icon=/usr/share/umlet/img/umlet_logo.png +Terminal=false +Categories=Development; +StartupNotify=true