[arch-commits] Commit in gummi/repos (6 files)

Alexander Rødseth arodseth at archlinux.org
Sat May 21 17:55:28 UTC 2016


    Date: Saturday, May 21, 2016 @ 19:55:27
  Author: arodseth
Revision: 176070

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gummi/repos/community-i686/PKGBUILD
    (from rev 176069, gummi/trunk/PKGBUILD)
  gummi/repos/community-x86_64/PKGBUILD
    (from rev 176069, gummi/trunk/PKGBUILD)
Deleted:
  gummi/repos/community-i686/PKGBUILD
  gummi/repos/community-i686/gummi.install
  gummi/repos/community-x86_64/PKGBUILD
  gummi/repos/community-x86_64/gummi.install

--------------------------------+
 /PKGBUILD                      |   98 +++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD        |   52 --------------------
 community-i686/gummi.install   |   14 -----
 community-x86_64/PKGBUILD      |   52 --------------------
 community-x86_64/gummi.install |   14 -----
 5 files changed, 98 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-21 17:55:14 UTC (rev 176069)
+++ community-i686/PKGBUILD	2016-05-21 17:55:27 UTC (rev 176070)
@@ -1,52 +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
-pkgver=0.6.6
-epoch=1
-pkgrel=1
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
-#url='https://github.com/aitjcize/Gummi' # GTK3 fork
-license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
-install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
-#source=("git://github.com/aitjcize/Gummi#tag=$pkgver") # GTK3 fork
-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-i686/PKGBUILD (from rev 176069, gummi/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-21 17:55:27 UTC (rev 176070)
@@ -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=2
+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:

Deleted: community-i686/gummi.install
===================================================================
--- community-i686/gummi.install	2016-05-21 17:55:14 UTC (rev 176069)
+++ community-i686/gummi.install	2016-05-21 17:55:27 UTC (rev 176070)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-21 17:55:14 UTC (rev 176069)
+++ community-x86_64/PKGBUILD	2016-05-21 17:55:27 UTC (rev 176070)
@@ -1,52 +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
-pkgver=0.6.6
-epoch=1
-pkgrel=1
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
-#url='https://github.com/aitjcize/Gummi' # GTK3 fork
-license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
-install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
-#source=("git://github.com/aitjcize/Gummi#tag=$pkgver") # GTK3 fork
-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-x86_64/PKGBUILD (from rev 176069, gummi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-21 17:55:27 UTC (rev 176070)
@@ -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=2
+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:

Deleted: community-x86_64/gummi.install
===================================================================
--- community-x86_64/gummi.install	2016-05-21 17:55:14 UTC (rev 176069)
+++ community-x86_64/gummi.install	2016-05-21 17:55:27 UTC (rev 176070)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list