[arch-commits] Commit in umlet/repos/community-any (6 files)

Sergej Pupykin spupykin at archlinux.org
Mon Jun 15 13:27:52 UTC 2015


    Date: Monday, June 15, 2015 @ 15:27:51
  Author: spupykin
Revision: 135409

archrelease: copy trunk to community-any

Added:
  umlet/repos/community-any/PKGBUILD
    (from rev 135408, umlet/trunk/PKGBUILD)
  umlet/repos/community-any/UMLet.sh.diff
    (from rev 135408, umlet/trunk/UMLet.sh.diff)
  umlet/repos/community-any/umlet.desktop
    (from rev 135408, umlet/trunk/umlet.desktop)
Deleted:
  umlet/repos/community-any/PKGBUILD
  umlet/repos/community-any/UMLet.sh.diff
  umlet/repos/community-any/umlet.desktop

---------------+
 PKGBUILD      |   70 +++++++++++++++++++++++++++-----------------------------
 UMLet.sh.diff |   32 ++++++++++++-------------
 umlet.desktop |   22 ++++++++---------
 3 files changed, 61 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-15 13:27:42 UTC (rev 135408)
+++ PKGBUILD	2015-06-15 13:27:51 UTC (rev 135409)
@@ -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.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
-}

Copied: umlet/repos/community-any/PKGBUILD (from rev 135408, umlet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-15 13:27:51 UTC (rev 135409)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com>
+
+pkgname=umlet
+pkgver=13.3
+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=('5bb2dbb382bdb0501ff587db80877a52'
+         '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
+  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-06-15 13:27:42 UTC (rev 135408)
+++ UMLet.sh.diff	2015-06-15 13:27:51 UTC (rev 135409)
@@ -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 135408, umlet/trunk/UMLet.sh.diff)
===================================================================
--- UMLet.sh.diff	                        (rev 0)
+++ UMLet.sh.diff	2015-06-15 13:27:51 UTC (rev 135409)
@@ -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-06-15 13:27:42 UTC (rev 135408)
+++ umlet.desktop	2015-06-15 13:27:51 UTC (rev 135409)
@@ -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 135408, umlet/trunk/umlet.desktop)
===================================================================
--- umlet.desktop	                        (rev 0)
+++ umlet.desktop	2015-06-15 13:27:51 UTC (rev 135409)
@@ -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