Date: Tuesday, March 8, 2016 @ 15:52:06 Author: arodseth Revision: 165612
upgpkg: gummi 1:0.6.6-1 Modified: gummi/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-08 14:48:46 UTC (rev 165611) +++ PKGBUILD 2016-03-08 14:52:06 UTC (rev 165612) @@ -5,24 +5,25 @@ # Contributor: soeren <[email protected]> pkgname=gummi -pkgver=0.7.4 +pkgver=0.6.6 +epoch=1 pkgrel=1 pkgdesc='Simple LaTex editor for GTK users' arch=('x86_64' 'i686') -url='https://github.com/aitjcize/Gummi' # Using the GTK3 fork, for now -#url='http://gummi.midnightcoding.org/' +url='http://gummi.midnightcoding.org/' +#url='https://github.com/aitjcize/Gummi' # GTK3 fork license=('MIT') -depends=('texlive-core' 'gtkspell3' 'gtksourceview3' 'poppler-glib' 'desktop-file-utils') -makedepends=('glib2' 'gtk3' 'pango' 'poppler' 'intltool' 'setconf' 'git') +depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils') +makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git') install="$pkgname.install" -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 +source=("git://github.com/alexandervdm/gummi#tag=$pkgver") +#source=("git://github.com/aitjcize/Gummi#tag=$pkgver") # GTK3 fork md5sums=('SKIP') prepare() { - cd "${pkgname^}" + cd "$pkgname" - find . -type f -print0 | xargs -0 sed -i "s|0.6.5|$pkgver|g" + # TODO: Simplify setconf autogen.sh AM_VERSION '' ./autogen.sh setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'" @@ -30,12 +31,12 @@ echo $pkgver > dev/latest autoreconf setconf configure PACKAGE_VERSION "'"$pkgver"'" - setconf configure PACKAGE_STRING "'""Gummi $pkgver (GTK3 fork)""'" + setconf configure PACKAGE_STRING "'""Gummi $pkgver""'" setconf configure PACKAGE_BUGREPORT "'https://bugs.archlinux.org/'" } build() { - cd "${pkgname^}" + cd "$pkgname" ./configure --prefix=/usr make @@ -42,7 +43,7 @@ } package() { - cd "${pkgname^}" + cd "$pkgname" make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
