fix systempreferences-svn pkgver issues

This commit is contained in:
Christoffer Müller Madsen 2016-10-20 21:25:24 +02:00
parent 855243273a
commit 6c0464c0e1
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Christoffer Müller Madsen <christoffer@guava.space>
pkgname=systempreferences-svn
_pkgname=SystemPreferences
pkgver=r40163
pkgver=r40164
pkgrel=1
pkgdesc="SystemPreferences for GNUstep"
arch=(i686 x86_64)
@ -17,19 +17,19 @@ source=('svn+http://svn.gna.org/svn/gnustep/apps/systempreferences/trunk')
md5sums=('SKIP')
pkgver() {
cd "$pkgname"
cd "$srcdir/trunk"
local ver="$(svnversion)"
printf "r%s" "${ver//[[:alpha:]]}"
}
build() {
cd "$srcdir/$pkgname"
cd "$srcdir/trunk/$_pkgname"
. /usr/share/GNUstep/Makefiles/GNUstep.sh
make
}
package() {
cd "$srcdir/$pkgname"
cd "$srcdir/trunk/$_pkgname"
make DESTDIR="$pkgdir/" install
install -D -m644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" \
"$pkgdir/usr/share/applications/$_pkgname.desktop"