[arch-commits] Commit in umlet/repos/community-any (6 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Feb 11 10:32:29 UTC 2015
Date: Wednesday, February 11, 2015 @ 11:32:27
Author: spupykin
Revision: 127553
archrelease: copy trunk to community-any
Added:
umlet/repos/community-any/PKGBUILD
(from rev 127552, umlet/trunk/PKGBUILD)
umlet/repos/community-any/UMLet.sh.diff
(from rev 127552, umlet/trunk/UMLet.sh.diff)
umlet/repos/community-any/umlet.desktop
(from rev 127552, 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 2015-02-11 10:32:15 UTC (rev 127552)
+++ PKGBUILD 2015-02-11 10:32:27 UTC (rev 127553)
@@ -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=13.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=('061493765a10b489e0abc8e69852b74f'
- '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 127552, umlet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-11 10:32:27 UTC (rev 127553)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com>
+
+pkgname=umlet
+pkgver=13.2
+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=('1f9a71016041d0a69acd842239069d71'
+ '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 2015-02-11 10:32:15 UTC (rev 127552)
+++ UMLet.sh.diff 2015-02-11 10:32:27 UTC (rev 127553)
@@ -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 127552, umlet/trunk/UMLet.sh.diff)
===================================================================
--- UMLet.sh.diff (rev 0)
+++ UMLet.sh.diff 2015-02-11 10:32:27 UTC (rev 127553)
@@ -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 2015-02-11 10:32:15 UTC (rev 127552)
+++ umlet.desktop 2015-02-11 10:32:27 UTC (rev 127553)
@@ -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 127552, umlet/trunk/umlet.desktop)
===================================================================
--- umlet.desktop (rev 0)
+++ umlet.desktop 2015-02-11 10:32:27 UTC (rev 127553)
@@ -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