Date: Wednesday, September 4, 2019 @ 19:01:06 Author: arodseth Revision: 508101
upgpkg: gummi 1:0.6.6-1 Modified: gummi/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-04 19:01:03 UTC (rev 508100) +++ PKGBUILD 2019-09-04 19:01:06 UTC (rev 508101) @@ -1,4 +1,4 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Sergio A. Morales <[email protected]> # Contributor: soeren <[email protected]> @@ -5,21 +5,20 @@ pkgname=gummi epoch=1 -pkgver=0.7.4 +pkgver=0.6.6 pkgrel=1 -pkgdesc='Simple LaTex editor for GTK users' -arch=('x86_64') -url='https://github.com/aitjcize/Gummi' -license=('MIT') -depends=( 'gtksourceview3' 'gtkspell3' 'poppler-glib' 'texlive-core') -makedepends=('git' 'intltool' 'setconf') -source=("git+https://github.com/aitjcize/gummi#tag=$pkgver") +pkgdesc='Simple LaTex editor for GTK2 users' +arch=(x86_64) +url='https://github.com/alexandervdm/gummi' +license=(MIT) +depends=(gtksourceview2 gtkspell poppler-glib texlive-core) +makedepends=(git intltool setconf) +source=("git+$url#tag=$pkgver") md5sums=('SKIP') prepare() { - cd "$pkgname" + cd $pkgname - # TODO: Simplify setconf autogen.sh AM_VERSION '' ./autogen.sh setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'" @@ -33,16 +32,14 @@ } build() { - cd "$pkgname" - + cd $pkgname ./configure --prefix=/usr make } package() { - cd "$pkgname" - - make DESTDIR="$pkgdir" install + cd $pkgname + DESTDIR="$pkgdir" make install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" }
