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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Apr 23 15:23:03 UTC 2014


    Date: Wednesday, April 23, 2014 @ 17:23:03
  Author: arodseth
Revision: 110043

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

Added:
  gummi/repos/community-i686/PKGBUILD
    (from rev 110042, gummi/trunk/PKGBUILD)
  gummi/repos/community-i686/gummi.install
    (from rev 110042, gummi/trunk/gummi.install)
  gummi/repos/community-x86_64/PKGBUILD
    (from rev 110042, gummi/trunk/PKGBUILD)
  gummi/repos/community-x86_64/gummi.install
    (from rev 110042, gummi/trunk/gummi.install)
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                      |   68 +++++++++++++++++++++++++++++++++++++++
 /gummi.install                 |   28 ++++++++++++++++
 community-i686/PKGBUILD        |   35 --------------------
 community-i686/gummi.install   |   14 --------
 community-x86_64/PKGBUILD      |   35 --------------------
 community-x86_64/gummi.install |   14 --------
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-23 15:22:48 UTC (rev 110042)
+++ community-i686/PKGBUILD	2014-04-23 15:23:03 UTC (rev 110043)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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.5
-pkgrel=1
-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' 'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::http://dev.midnightcoding.org/projects/$pkgname/latest.tar.gz")
-sha256sums=('b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb')
- 
-build() {
-  cd $pkgname-$pkgver
-
-  find . -type f -exec touch {} \;
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make prefix=$pkgdir/usr 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 110042, gummi/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-23 15:23:03 UTC (rev 110043)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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.5
+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' 'desktop-file-utils')
+makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool')
+install="$pkgname.install"
+source=("http://dev.midnightcoding.org/attachments/download/301/$pkgname-$pkgver.tar.gz")
+sha256sums=('b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb')
+ 
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  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	2014-04-23 15:22:48 UTC (rev 110042)
+++ community-i686/gummi.install	2014-04-23 15:23:03 UTC (rev 110043)
@@ -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:

Copied: gummi/repos/community-i686/gummi.install (from rev 110042, gummi/trunk/gummi.install)
===================================================================
--- community-i686/gummi.install	                        (rev 0)
+++ community-i686/gummi.install	2014-04-23 15:23:03 UTC (rev 110043)
@@ -0,0 +1,14 @@
+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	2014-04-23 15:22:48 UTC (rev 110042)
+++ community-x86_64/PKGBUILD	2014-04-23 15:23:03 UTC (rev 110043)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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.5
-pkgrel=1
-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' 'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::http://dev.midnightcoding.org/projects/$pkgname/latest.tar.gz")
-sha256sums=('b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb')
- 
-build() {
-  cd $pkgname-$pkgver
-
-  find . -type f -exec touch {} \;
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make prefix=$pkgdir/usr 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 110042, gummi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-23 15:23:03 UTC (rev 110043)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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.5
+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' 'desktop-file-utils')
+makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool')
+install="$pkgname.install"
+source=("http://dev.midnightcoding.org/attachments/download/301/$pkgname-$pkgver.tar.gz")
+sha256sums=('b23c2958376ea43c701a276ad19ceac5b50d9cb32a489a10897b25aa5004fffb')
+ 
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  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	2014-04-23 15:22:48 UTC (rev 110042)
+++ community-x86_64/gummi.install	2014-04-23 15:23:03 UTC (rev 110043)
@@ -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:

Copied: gummi/repos/community-x86_64/gummi.install (from rev 110042, gummi/trunk/gummi.install)
===================================================================
--- community-x86_64/gummi.install	                        (rev 0)
+++ community-x86_64/gummi.install	2014-04-23 15:23:03 UTC (rev 110043)
@@ -0,0 +1,14 @@
+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