[arch-commits] Commit in gummi/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 26 10:20:36 UTC 2018


    Date: Monday, February 26, 2018 @ 10:20:35
  Author: arodseth
Revision: 298263

upgpkg: gummi 1:0.7.4-1

Modified:
  gummi/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 09:49:24 UTC (rev 298262)
+++ PKGBUILD	2018-02-26 10:20:35 UTC (rev 298263)
@@ -6,15 +6,15 @@
 
 pkgname=gummi
 epoch=1
-pkgver=0.6.6
-pkgrel=3
+pkgver=0.7.4
+pkgrel=1
 pkgdesc='Simple LaTex editor for GTK users'
 arch=('x86_64')
-url='http://gummi.midnightcoding.org/'
+url='https://github.com/aitjcize/Gummi'
 license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
-source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
+depends=( 'gtksourceview3' 'gtkspell3' 'poppler-glib' 'texlive-core')
+makedepends=('git' 'intltool' 'setconf')
+source=("git+https://github.com/aitjcize/gummi#tag=$pkgver")
 md5sums=('SKIP')
 
 prepare() {
@@ -30,6 +30,7 @@
   setconf configure PACKAGE_VERSION "'"$pkgver"'"
   setconf configure PACKAGE_STRING "'""Gummi $pkgver""'"
   setconf configure PACKAGE_BUGREPORT "'https://bugs.archlinux.org/'"
+  setconf po/Makefile.in.in DATADIRNAME 'share'
 }
 
 build() {
@@ -46,4 +47,4 @@
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list