[arch-commits] Commit in gummi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Dec 26 12:14:33 UTC 2019
Date: Thursday, December 26, 2019 @ 12:14:32
Author: arodseth
Revision: 542441
archrelease: copy trunk to community-x86_64
Added:
gummi/repos/community-x86_64/PKGBUILD
(from rev 542440, gummi/trunk/PKGBUILD)
Deleted:
gummi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 45 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-26 12:14:25 UTC (rev 542440)
+++ PKGBUILD 2019-12-26 12:14:32 UTC (rev 542441)
@@ -1,47 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Sergio A. Morales <sergiomorales at archlinux.cl>
-# Contributor: soeren <nonick at posteo.de>
-
-pkgname=gummi
-# FS#63649
-epoch=2
-pkgver=0.6.6
-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)
-makedepends=(git intltool setconf)
-source=("git+$url#tag=$pkgver")
-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"'"
- echo $pkgver > dev/latest
- 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'
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname
- DESTDIR="$pkgdir" make install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:
Copied: gummi/repos/community-x86_64/PKGBUILD (from rev 542440, gummi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-26 12:14:32 UTC (rev 542441)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Sergio A. Morales <sergiomorales at archlinux.cl>
+# Contributor: soeren <nonick at posteo.de>
+
+pkgname=gummi
+# FS#63649
+epoch=2
+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=(gtksourceview3 gtkspell3 poppler-glib texlive-core)
+makedepends=(git intltool setconf)
+# tag: 0.8.0
+source=("git+$url#commit=5b7a53aea0fca1ee438413aefe3ccd46ed8fd131")
+md5sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ ./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""'"
+ setconf po/Makefile.in.in DATADIRNAME 'share'
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname
+ DESTDIR="$pkgdir" make install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list