[arch-commits] Commit in umlet/repos/community-any (6 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Jan 21 11:25:36 UTC 2016
Date: Thursday, January 21, 2016 @ 12:25:35
Author: spupykin
Revision: 158414
archrelease: copy trunk to community-any
Added:
umlet/repos/community-any/PKGBUILD
(from rev 158413, umlet/trunk/PKGBUILD)
umlet/repos/community-any/UMLet.sh.diff
(from rev 158413, umlet/trunk/UMLet.sh.diff)
umlet/repos/community-any/umlet.desktop
(from rev 158413, umlet/trunk/umlet.desktop)
Deleted:
umlet/repos/community-any/PKGBUILD
umlet/repos/community-any/UMLet.sh.diff
umlet/repos/community-any/umlet.desktop
---------------+
PKGBUILD | 73 ++++++++++++++++++++++++++++----------------------------
UMLet.sh.diff | 32 ++++++++++++------------
umlet.desktop | 22 ++++++++--------
3 files changed, 64 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-21 11:25:23 UTC (rev 158413)
+++ PKGBUILD 2016-01-21 11:25:35 UTC (rev 158414)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com>
-
-pkgname=umlet
-pkgver=14.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-standalone-${pkgver}.zip"
- 'umlet.desktop'
- 'UMLet.sh.diff')
-md5sums=('a0c0d48e501efb7151eff5f8952ef21e'
- '4efcfeea2f54b849bc86e3f1905449be'
- 'ef9620bd90f0e3bba7133629cf5885c8')
-
-prepare() {
- cd ${srcdir}/Umlet
- patch -Np1 -i ../UMLet.sh.diff
- rm -f umlet.sh.orig
- rm -f Umlet.exe
-}
-
-package() {
- cd ${srcdir}/Umlet
- mkdir -p ${pkgdir}/usr/bin
- ln -s /usr/share/umlet/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
- chmod a+x ${pkgdir}/usr/share/umlet/umlet.sh
-}
Copied: umlet/repos/community-any/PKGBUILD (from rev 158413, umlet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-01-21 11:25:35 UTC (rev 158414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com>
+
+pkgname=umlet
+pkgver=14.1.1
+_pkgver=14_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-standalone-${pkgver}.zip"
+ 'umlet.desktop'
+ 'UMLet.sh.diff')
+md5sums=('73d4f2797599d6f460148ff8d3ea6df4'
+ '4efcfeea2f54b849bc86e3f1905449be'
+ 'ef9620bd90f0e3bba7133629cf5885c8')
+
+prepare() {
+ cd ${srcdir}/Umlet
+ patch -Np1 -i ../UMLet.sh.diff
+ rm -f umlet.sh.orig
+ rm -f Umlet.exe
+}
+
+package() {
+ cd ${srcdir}/Umlet
+ mkdir -p ${pkgdir}/usr/bin
+ ln -s /usr/share/umlet/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
+ chmod a+x ${pkgdir}/usr/share/umlet/umlet.sh
+}
Deleted: UMLet.sh.diff
===================================================================
--- UMLet.sh.diff 2016-01-21 11:25:23 UTC (rev 158413)
+++ UMLet.sh.diff 2016-01-21 11:25:35 UTC (rev 158414)
@@ -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 158413, umlet/trunk/UMLet.sh.diff)
===================================================================
--- UMLet.sh.diff (rev 0)
+++ UMLet.sh.diff 2016-01-21 11:25:35 UTC (rev 158414)
@@ -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 2016-01-21 11:25:23 UTC (rev 158413)
+++ umlet.desktop 2016-01-21 11:25:35 UTC (rev 158414)
@@ -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 158413, umlet/trunk/umlet.desktop)
===================================================================
--- umlet.desktop (rev 0)
+++ umlet.desktop 2016-01-21 11:25:35 UTC (rev 158414)
@@ -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
More information about the arch-commits
mailing list