[arch-commits] Commit in gummi/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 5 09:33:20 UTC 2017
Date: Thursday, October 5, 2017 @ 09:33:19
Author: foutrelis
Revision: 261618
archrelease: copy trunk to community-staging-x86_64, community-staging-i686
Added:
gummi/repos/community-staging-i686/
gummi/repos/community-staging-i686/PKGBUILD
(from rev 261617, gummi/trunk/PKGBUILD)
gummi/repos/community-staging-x86_64/
gummi/repos/community-staging-x86_64/PKGBUILD
(from rev 261617, gummi/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 49 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 49 ++++++++++++++++++++++++++++++++++++
2 files changed, 98 insertions(+)
Copied: gummi/repos/community-staging-i686/PKGBUILD (from rev 261617, gummi/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-05 09:33:19 UTC (rev 261618)
@@ -0,0 +1,49 @@
+# $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.6.6
+pkgrel=3
+pkgdesc='Simple LaTex editor for GTK users'
+arch=('x86_64' 'i686')
+url='http://gummi.midnightcoding.org/'
+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")
+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/'"
+}
+
+build() {
+ cd "$pkgname"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: gummi/repos/community-staging-x86_64/PKGBUILD (from rev 261617, gummi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-10-05 09:33:19 UTC (rev 261618)
@@ -0,0 +1,49 @@
+# $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.6.6
+pkgrel=3
+pkgdesc='Simple LaTex editor for GTK users'
+arch=('x86_64' 'i686')
+url='http://gummi.midnightcoding.org/'
+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")
+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/'"
+}
+
+build() {
+ cd "$pkgname"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list