[arch-commits] Commit in gummi/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Dec 26 12:14:26 UTC 2019
Date: Thursday, December 26, 2019 @ 12:14:25
Author: arodseth
Revision: 542440
upgpkg: gummi 2:0.8.0-1
Modified:
gummi/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-26 12:13:47 UTC (rev 542439)
+++ PKGBUILD 2019-12-26 12:14:25 UTC (rev 542440)
@@ -6,21 +6,20 @@
pkgname=gummi
# FS#63649
epoch=2
-pkgver=0.6.6
+pkgver=0.8.0
pkgrel=1
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)
+depends=(gtksourceview3 gtkspell3 poppler-glib texlive-core)
makedepends=(git intltool setconf)
-source=("git+$url#tag=$pkgver")
+# tag: 0.8.0
+source=("git+$url#commit=5b7a53aea0fca1ee438413aefe3ccd46ed8fd131")
md5sums=('SKIP')
prepare() {
cd $pkgname
-
- setconf autogen.sh AM_VERSION ''
./autogen.sh
setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'"
setconf data/misc/Makefile.in PACKAGE_VERSION "'"$pkgver"'"
@@ -28,7 +27,6 @@
autoreconf
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'
}
More information about the arch-commits
mailing list