summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2018-08-30 19:11:53 +0200
committerSammysHP2018-08-30 19:11:53 +0200
commit4980139817071074fb87e824c5bcb479ef8ebb9a (patch)
treed8b5b5711665fe346fe517e160afdc5063165adf
parent203a728fa3378ee967462a4cbe513b0217ba25dd (diff)
downloadaur-4980139817071074fb87e824c5bcb479ef8ebb9a.tar.gz
Update to 14.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--.gitlab-ci.yml12
-rw-r--r--CONTRIBUTING.md14
-rw-r--r--PKGBUILD14
-rw-r--r--README.md8
-rw-r--r--UMLet.sh.diff35
-rw-r--r--changelog0
-rw-r--r--umlet.sh14
9 files changed, 38 insertions, 73 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 406f64ced970..672f9e2030da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = umlet
pkgdesc = Free UML Tool for Fast UML Diagrams (stand-alone version)
- pkgver = 14.2
+ pkgver = 14.3.0
pkgrel = 1
- url = http://www.umlet.com
+ url = https://www.umlet.com
arch = any
license = GPL
makedepends = unzip
makedepends = patch
depends = java-runtime
- source = http://www.umlet.com/umlet_14_2/umlet-standalone-14.2.zip
+ source = http://www.umlet.com/umlet_14_3/umlet-standalone-14.3.0.zip
source = umlet.desktop
source = UMLet.sh.diff
- md5sums = 25d249dc14dc93cfe8aebee5b138fcde
+ md5sums = 1202a9f93780b2187bfcdf96f8984955
md5sums = 4efcfeea2f54b849bc86e3f1905449be
- md5sums = ef9620bd90f0e3bba7133629cf5885c8
+ md5sums = 8117f3f2bf7764d94c38ac8ca02ed279
pkgname = umlet
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e9539c343fdd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+/*.tar.xz
+/*.zip
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 4710928feae7..000000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-stages:
- - build
- - test
- - deploy
-
-job_makepkg:
- stage: build
- script:
- - makepkg -srf --noconfirm --noprogressbar
- tags:
- - arch
- - shell
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 025b7013dc2e..000000000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,14 +0,0 @@
-How to contribute:
-
-
-0 - Sign in to https://github.com
-
-1 - Go to https://github.com/rafaelsoaresbr/umlet
-
-2 - Submit a new Issue and/or:
-
-3 - Fork this project
-
-4 - Commit your change
-
-5 - Submit a new pull request
diff --git a/PKGBUILD b/PKGBUILD
index 187fa07b80dc..70c8bae0d421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 194152 2016-10-31 13:48:24Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Gleidson Echeli <gleidson dot echeli at gmail dot com>
pkgname=umlet
-pkgver=14.2
-_pkgver=14_2
+pkgver=14.3.0
+_pkgver=14_3
pkgrel=1
pkgdesc="Free UML Tool for Fast UML Diagrams (stand-alone version)"
arch=('any')
-url="http://www.umlet.com"
+url="https://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=('25d249dc14dc93cfe8aebee5b138fcde'
+md5sums=('1202a9f93780b2187bfcdf96f8984955'
'4efcfeea2f54b849bc86e3f1905449be'
- 'ef9620bd90f0e3bba7133629cf5885c8')
+ '8117f3f2bf7764d94c38ac8ca02ed279')
prepare() {
cd "$srcdir"/Umlet
diff --git a/README.md b/README.md
deleted file mode 100644
index 468f6d3c591b..000000000000
--- a/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-AUR Package:
-
-
-UMLet
-
-Contributing: https://github.com/rafaelsoaresbr/umlet.git
-
-Builds: https://gitlab.com/rafaelsoaresbr/umlet/builds
diff --git a/UMLet.sh.diff b/UMLet.sh.diff
index 7cd2d3c31ea9..9c881a94789a 100644
--- a/UMLet.sh.diff
+++ b/UMLet.sh.diff
@@ -1,16 +1,25 @@
-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
-
+--- a/umlet.sh 2018-04-06 09:59:28.000000000 +0200
++++ b/umlet.sh 2018-08-30 18:54:03.979319149 +0200
+@@ -13,11 +13,8 @@
+ # UMLET_JAVA_OPTS (optional) additional Java start options (-X..., -D...)
+ # UMLET_HOME (optional) program directory of UMLet
+ # ---------------------------------------------------------------------------------
+-#
-# 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
+-# you must export the UMLET_HOME environment variable with the full qualified path of the UMLet installation directory.
+-# export UMLET_HOME=/path/to/umlet
++
++export UMLET_HOME=/usr/share/umlet
+
+ _UMLET_HOME="$(cd $(dirname $0);pwd)"
+
+@@ -28,7 +25,7 @@
+ fi
+
+ # UMLET_HOME wins against deprecated programDir
+-if [ ! -x "${UMLET_HOME}" ] ; then
++if [ ! -z "${UMLET_HOME}" ] ; then
+ _UMLET_HOME="${UMLET_HOME}"
+ fi
- if [ $# -gt 0 ]
- then java -jar ${programDir}/umlet.jar -filename="$1"
diff --git a/changelog b/changelog
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/changelog
+++ /dev/null
diff --git a/umlet.sh b/umlet.sh
deleted file mode 100644
index 142710c1b31b..000000000000
--- a/umlet.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# 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=/opt/Umlet
-#programDir=$(cd $(dirname $0);pwd)
-
-if [ $# -eq 1 ]
- then java -Dsun.java2d.xrender=f -jar ${programDir}/umlet.jar -filename="$1"
- else java -Dsun.java2d.xrender=f -jar ${programDir}/umlet.jar "$@"
-fi