[arch-commits] Commit in gummi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Sep 4 19:01:13 UTC 2019


    Date: Wednesday, September 4, 2019 @ 19:01:12
  Author: arodseth
Revision: 508102

archrelease: copy trunk to community-x86_64

Added:
  gummi/repos/community-x86_64/PKGBUILD
    (from rev 508101, gummi/trunk/PKGBUILD)
Deleted:
  gummi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-04 19:01:06 UTC (rev 508101)
+++ PKGBUILD	2019-09-04 19:01:12 UTC (rev 508102)
@@ -1,50 +0,0 @@
-# $Id$
-# 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
-epoch=1
-pkgver=0.7.4
-pkgrel=1
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64')
-url='https://github.com/aitjcize/Gummi'
-license=('MIT')
-depends=( 'gtksourceview3' 'gtkspell3' 'poppler-glib' 'texlive-core')
-makedepends=('git' 'intltool' 'setconf')
-source=("git+https://github.com/aitjcize/gummi#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # TODO: Simplify
-  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"
-
-  make DESTDIR="$pkgdir" 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 508101, gummi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-04 19:01:12 UTC (rev 508102)
@@ -0,0 +1,46 @@
+# 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
+epoch=1
+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:



More information about the arch-commits mailing list