Date: Sunday, March 6, 2016 @ 17:43:53 Author: arodseth Revision: 165395
upgpkg: gummi 0.7.4-1 Modified: gummi/trunk/PKGBUILD ----------+ PKGBUILD | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-06 16:28:21 UTC (rev 165394) +++ PKGBUILD 2016-03-06 16:43:53 UTC (rev 165395) @@ -5,27 +5,37 @@ # Contributor: soeren <[email protected]> pkgname=gummi -pkgver=0.6.6 -pkgrel=3 +pkgver=0.7.4 +pkgrel=1 pkgdesc='Simple LaTex editor for GTK users' arch=('x86_64' 'i686') -url='http://gummi.midnightcoding.org/' +url='https://github.com/aitjcize/Gummi' # Using the GTK3 fork, for now +#url='http://gummi.midnightcoding.org/' license=('MIT') -depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils') -makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git') +depends=('texlive-core' 'gtkspell3' 'gtksourceview3' 'poppler-glib' 'desktop-file-utils') +makedepends=('glib2' 'gtk3' 'pango' 'poppler' 'intltool' 'setconf' 'git') install="$pkgname.install" -source=("git://github.com/alexandervdm/gummi#tag=$pkgver") +source=("git://github.com/aitjcize/Gummi#tag=$pkgver") # Using the GTK3 fork, for now +#source=("git://github.com/alexandervdm/gummi#tag=$pkgver") # 0.6.6 md5sums=('SKIP') prepare() { - cd "$pkgname" + cd "${pkgname^}" + find . -type f -print0 | xargs -0 sed -i "s|0.6.5|$pkgver|g" setconf autogen.sh AM_VERSION '' ./autogen.sh + setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'" + setconf data/misc/Makefile.in PACKAGE_VERSION "'"$pkgver"'" + echo $pkgver > dev/latest + autoreconf + setconf configure PACKAGE_VERSION "'"$pkgver"'" + setconf configure PACKAGE_STRING "'""Gummi $pkgver (GTK3 fork)""'" + setconf configure PACKAGE_BUGREPORT "'https://bugs.archlinux.org/'" } build() { - cd "$pkgname" + cd "${pkgname^}" ./configure --prefix=/usr make @@ -32,7 +42,7 @@ } package() { - cd "$pkgname" + cd "${pkgname^}" make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
