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

Sergej Pupykin spupykin at archlinux.org
Thu Aug 6 18:56:28 UTC 2015


    Date: Thursday, August 6, 2015 @ 20:56:28
  Author: spupykin
Revision: 138039

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

Added:
  gimmage/repos/community-i686/ChangeLog
    (from rev 138038, gimmage/trunk/ChangeLog)
  gimmage/repos/community-i686/PKGBUILD
    (from rev 138038, gimmage/trunk/PKGBUILD)
  gimmage/repos/community-x86_64/ChangeLog
    (from rev 138038, gimmage/trunk/ChangeLog)
  gimmage/repos/community-x86_64/PKGBUILD
    (from rev 138038, gimmage/trunk/PKGBUILD)
Deleted:
  gimmage/repos/community-i686/ChangeLog
  gimmage/repos/community-i686/PKGBUILD
  gimmage/repos/community-x86_64/ChangeLog
  gimmage/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |   30 +++++++++++++++++
 /PKGBUILD                  |   72 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   15 --------
 community-i686/PKGBUILD    |   36 ---------------------
 community-x86_64/ChangeLog |   15 --------
 community-x86_64/PKGBUILD  |   36 ---------------------
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2015-08-06 18:56:12 UTC (rev 138038)
+++ community-i686/ChangeLog	2015-08-06 18:56:28 UTC (rev 138039)
@@ -1,15 +0,0 @@
-2007-10-23 Roman Kyrylych (Romashka) <roman at archlinux.org>
-* Rebuilt against new curl
-
-2007-07-01 Alexander Fehr (pizzapunk) <pizzapunk gmail com>
-* Updated to 0.2.3
-* Added pkgconfig as a makedepend
-
-2007-06-26 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-
-2007-06-20 Georg Grabler (STiAT) <ggrabler at gmail.com>
-* Updated to 0.2.2
-* Changed to new configure / make sheme
-* Added license=('GPL')
-* Added file as a depend

Copied: gimmage/repos/community-i686/ChangeLog (from rev 138038, gimmage/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2015-08-06 18:56:28 UTC (rev 138039)
@@ -0,0 +1,15 @@
+2007-10-23 Roman Kyrylych (Romashka) <roman at archlinux.org>
+* Rebuilt against new curl
+
+2007-07-01 Alexander Fehr (pizzapunk) <pizzapunk gmail com>
+* Updated to 0.2.3
+* Added pkgconfig as a makedepend
+
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+
+2007-06-20 Georg Grabler (STiAT) <ggrabler at gmail.com>
+* Updated to 0.2.2
+* Changed to new configure / make sheme
+* Added license=('GPL')
+* Added file as a depend

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-06 18:56:12 UTC (rev 138038)
+++ community-i686/PKGBUILD	2015-08-06 18:56:28 UTC (rev 138039)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Roman Kyrylych <roman at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=gimmage
-pkgver=0.2.3
-pkgrel=5
-pkgdesc="A gtkmm image viewer"
-arch=('i686' 'x86_64')
-url="http://gimmage.berlios.de"
-license=('GPL')
-depends=('gtkmm' 'curl' 'file')
-makedepends=('pkgconfig')
-changelog=ChangeLog
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  rm gimmage.desktop
-  sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
-  sed -i '1,1i#include <string.h>' src/FileManager.cpp
-  sed -i '1,1i#include <unistd.h>' src/FileManager.cpp
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gimmage/repos/community-i686/PKGBUILD (from rev 138038, gimmage/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-06 18:56:28 UTC (rev 138039)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Roman Kyrylych <roman at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=gimmage
+pkgver=0.2.3
+pkgrel=6
+pkgdesc="A gtkmm image viewer"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/gimmage.berlios/"
+license=('GPL')
+depends=('gtkmm' 'curl' 'file')
+makedepends=('pkgconfig')
+changelog=ChangeLog
+source=(http://sourceforge.net/projects/gimmage.berlios/files/gimmage-$pkgver.tar.gz)
+md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  rm gimmage.desktop
+  sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
+  sed -i '1,1i#include <string.h>' src/FileManager.cpp
+  sed -i '1,1i#include <unistd.h>' src/FileManager.cpp
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2015-08-06 18:56:12 UTC (rev 138038)
+++ community-x86_64/ChangeLog	2015-08-06 18:56:28 UTC (rev 138039)
@@ -1,15 +0,0 @@
-2007-10-23 Roman Kyrylych (Romashka) <roman at archlinux.org>
-* Rebuilt against new curl
-
-2007-07-01 Alexander Fehr (pizzapunk) <pizzapunk gmail com>
-* Updated to 0.2.3
-* Added pkgconfig as a makedepend
-
-2007-06-26 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-
-2007-06-20 Georg Grabler (STiAT) <ggrabler at gmail.com>
-* Updated to 0.2.2
-* Changed to new configure / make sheme
-* Added license=('GPL')
-* Added file as a depend

Copied: gimmage/repos/community-x86_64/ChangeLog (from rev 138038, gimmage/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2015-08-06 18:56:28 UTC (rev 138039)
@@ -0,0 +1,15 @@
+2007-10-23 Roman Kyrylych (Romashka) <roman at archlinux.org>
+* Rebuilt against new curl
+
+2007-07-01 Alexander Fehr (pizzapunk) <pizzapunk gmail com>
+* Updated to 0.2.3
+* Added pkgconfig as a makedepend
+
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+
+2007-06-20 Georg Grabler (STiAT) <ggrabler at gmail.com>
+* Updated to 0.2.2
+* Changed to new configure / make sheme
+* Added license=('GPL')
+* Added file as a depend

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-06 18:56:12 UTC (rev 138038)
+++ community-x86_64/PKGBUILD	2015-08-06 18:56:28 UTC (rev 138039)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Roman Kyrylych <roman at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=gimmage
-pkgver=0.2.3
-pkgrel=5
-pkgdesc="A gtkmm image viewer"
-arch=('i686' 'x86_64')
-url="http://gimmage.berlios.de"
-license=('GPL')
-depends=('gtkmm' 'curl' 'file')
-makedepends=('pkgconfig')
-changelog=ChangeLog
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  rm gimmage.desktop
-  sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
-  sed -i '1,1i#include <string.h>' src/FileManager.cpp
-  sed -i '1,1i#include <unistd.h>' src/FileManager.cpp
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gimmage/repos/community-x86_64/PKGBUILD (from rev 138038, gimmage/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-06 18:56:28 UTC (rev 138039)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Roman Kyrylych <roman at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=gimmage
+pkgver=0.2.3
+pkgrel=6
+pkgdesc="A gtkmm image viewer"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/gimmage.berlios/"
+license=('GPL')
+depends=('gtkmm' 'curl' 'file')
+makedepends=('pkgconfig')
+changelog=ChangeLog
+source=(http://sourceforge.net/projects/gimmage.berlios/files/gimmage-$pkgver.tar.gz)
+md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  rm gimmage.desktop
+  sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
+  sed -i '1,1i#include <string.h>' src/FileManager.cpp
+  sed -i '1,1i#include <unistd.h>' src/FileManager.cpp
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list