summaryrefslogtreecommitdiff
path: root/pcr/gworkspace
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 18:30:44 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 20:59:43 +0100
commit513f09b6ab4b1850a718ab5ab192e179d9189e58 (patch)
tree740414c1305719f3993cfd12d9816764f8d1c796 /pcr/gworkspace
parentf6e79959d903e871479eb02cd793e398890d3fab (diff)
pcr/gworkspace: updated to 0.9.4
Diffstat (limited to 'pcr/gworkspace')
-rw-r--r--pcr/gworkspace/PKGBUILD24
1 files changed, 17 insertions, 7 deletions
diff --git a/pcr/gworkspace/PKGBUILD b/pcr/gworkspace/PKGBUILD
index e6e587214..1191ae8c7 100644
--- a/pcr/gworkspace/PKGBUILD
+++ b/pcr/gworkspace/PKGBUILD
@@ -1,19 +1,27 @@
-# Contributor: jperry <sh.jperry@gmail.com>
+# Maintainer (AUR): kusakata <shohei atmark kusakata period com>
+# Contributor (AUR): jperry <sh.jperry@gmail.com>
+# use versionpkg
+
+# parabola changes and rationale:
+# - corrected license
pkgname=gworkspace
-pkgver=0.9.2
+pkgver=0.9.4
pkgrel=1
pkgdesc="The GNUstep Workspace"
-arch=(i686 x86_64)
+arch=("x86_64" "i686" "armv7h")
url="http://www.gnustep.org/experience/GWorkspace.html"
license=('GPL2')
depends=(gnustep-base gnustep-gui gnustep-back)
makedepends=(gcc-objc)
-provides=(gworkspace.app-svn)
-conflicts=(gworkspace.app-svn)
+provides=(gworkspace)
+conflicts=(gworkspace)
replaces=(gworkspace.app-svn)
+backup=()
+install=
source=(ftp://ftp.gnustep.org/pub/gnustep/usr-apps/$pkgname-$pkgver.tar.gz)
-md5sums=('e8e6aca6060a4ca040125b743bf5f24f')
+noextract=()
+md5sums=('406256f470781bc3be2670611276780f')
build() {
@@ -25,6 +33,8 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd "${srcdir}/$pkgname-$pkgver"
+ . /usr/share/GNUstep/Makefiles/GNUstep.sh
make DESTDIR=$pkgdir install || return 1
}
+