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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu May 9 17:39:45 UTC 2013


    Date: Thursday, May 9, 2013 @ 19:39:45
  Author: arodseth
Revision: 90233

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

Added:
  gliv/repos/community-i686/PKGBUILD
    (from rev 90232, gliv/trunk/PKGBUILD)
  gliv/repos/community-i686/gliv.changelog
    (from rev 90232, gliv/trunk/gliv.changelog)
  gliv/repos/community-x86_64/PKGBUILD
    (from rev 90232, gliv/trunk/PKGBUILD)
  gliv/repos/community-x86_64/gliv.changelog
    (from rev 90232, gliv/trunk/gliv.changelog)
Deleted:
  gliv/repos/community-i686/PKGBUILD
  gliv/repos/community-i686/gliv.changelog
  gliv/repos/community-x86_64/PKGBUILD
  gliv/repos/community-x86_64/gliv.changelog

---------------------------------+
 /PKGBUILD                       |   64 ++++++++++++++++++++++++++++++++++++++
 /gliv.changelog                 |   10 +++++
 community-i686/PKGBUILD         |   29 -----------------
 community-i686/gliv.changelog   |    5 --
 community-x86_64/PKGBUILD       |   29 -----------------
 community-x86_64/gliv.changelog |    5 --
 6 files changed, 74 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-09 17:39:32 UTC (rev 90232)
+++ community-i686/PKGBUILD	2013-05-09 17:39:45 UTC (rev 90233)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: Ewoud Nuyts <ewoud.nuyts at gmail.com>
-
-pkgname=gliv
-pkgver=1.9.7
-pkgrel=2
-pkgdesc="OpenGL image viewer"
-arch=('i686' 'x86_64')
-url="http://guichaz.free.fr/gliv/"
-license=('GPL')
-depends=('gtkglext')
-changelog=$pkgname.changelog
-source=(http://guichaz.free.fr/gliv/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5f0fafaf41651da8882e88b3df062d02')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  sed -i 's:pixmaps |:pixmaps $(datadir)/applications |:;s:vendor=gnome:vendor=gnome --dir=$(datadir)/applications:' Makefile
-  make
-} 
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gliv/repos/community-i686/PKGBUILD (from rev 90232, gliv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-09 17:39:45 UTC (rev 90233)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Ewoud Nuyts <ewoud.nuyts at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=gliv
+pkgver=1.9.7
+pkgrel=3
+pkgdesc='OpenGL image viewer'
+arch=('x86_64' 'i686')
+url='http://guichaz.free.fr/gliv/'
+license=('GPL')
+depends=('gtkglext')
+changelog="$pkgname.changelog"
+source=("http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2")
+sha256sums=('5be6d071927dcb371676a9e4e9e4c54e8b2f4842f04dd63727b9a5032ddbcb69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+} 
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gliv.changelog
===================================================================
--- community-i686/gliv.changelog	2013-05-09 17:39:32 UTC (rev 90232)
+++ community-i686/gliv.changelog	2013-05-09 17:39:45 UTC (rev 90233)
@@ -1,5 +0,0 @@
-2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* gliv-1.9.7-1
-
-2010-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#21710 fixed in gliv-1.9.6-3

Copied: gliv/repos/community-i686/gliv.changelog (from rev 90232, gliv/trunk/gliv.changelog)
===================================================================
--- community-i686/gliv.changelog	                        (rev 0)
+++ community-i686/gliv.changelog	2013-05-09 17:39:45 UTC (rev 90233)
@@ -0,0 +1,5 @@
+2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gliv-1.9.7-1
+
+2010-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* FS#21710 fixed in gliv-1.9.6-3

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-09 17:39:32 UTC (rev 90232)
+++ community-x86_64/PKGBUILD	2013-05-09 17:39:45 UTC (rev 90233)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: Ewoud Nuyts <ewoud.nuyts at gmail.com>
-
-pkgname=gliv
-pkgver=1.9.7
-pkgrel=2
-pkgdesc="OpenGL image viewer"
-arch=('i686' 'x86_64')
-url="http://guichaz.free.fr/gliv/"
-license=('GPL')
-depends=('gtkglext')
-changelog=$pkgname.changelog
-source=(http://guichaz.free.fr/gliv/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5f0fafaf41651da8882e88b3df062d02')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  sed -i 's:pixmaps |:pixmaps $(datadir)/applications |:;s:vendor=gnome:vendor=gnome --dir=$(datadir)/applications:' Makefile
-  make
-} 
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gliv/repos/community-x86_64/PKGBUILD (from rev 90232, gliv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-09 17:39:45 UTC (rev 90233)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Ewoud Nuyts <ewoud.nuyts at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=gliv
+pkgver=1.9.7
+pkgrel=3
+pkgdesc='OpenGL image viewer'
+arch=('x86_64' 'i686')
+url='http://guichaz.free.fr/gliv/'
+license=('GPL')
+depends=('gtkglext')
+changelog="$pkgname.changelog"
+source=("http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2")
+sha256sums=('5be6d071927dcb371676a9e4e9e4c54e8b2f4842f04dd63727b9a5032ddbcb69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+} 
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/gliv.changelog
===================================================================
--- community-x86_64/gliv.changelog	2013-05-09 17:39:32 UTC (rev 90232)
+++ community-x86_64/gliv.changelog	2013-05-09 17:39:45 UTC (rev 90233)
@@ -1,5 +0,0 @@
-2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* gliv-1.9.7-1
-
-2010-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#21710 fixed in gliv-1.9.6-3

Copied: gliv/repos/community-x86_64/gliv.changelog (from rev 90232, gliv/trunk/gliv.changelog)
===================================================================
--- community-x86_64/gliv.changelog	                        (rev 0)
+++ community-x86_64/gliv.changelog	2013-05-09 17:39:45 UTC (rev 90233)
@@ -0,0 +1,5 @@
+2010-12-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gliv-1.9.7-1
+
+2010-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* FS#21710 fixed in gliv-1.9.6-3




More information about the arch-commits mailing list