[arch-commits] Commit in gimmage/repos (8 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Fri May 30 11:54:16 UTC 2014
Date: Friday, May 30, 2014 @ 13:54:15
Author: spupykin
Revision: 112233
archrelease: copy trunk to community-i686, community-x86_64
Added:
gimmage/repos/community-i686/ChangeLog
(from rev 112232, gimmage/trunk/ChangeLog)
gimmage/repos/community-i686/PKGBUILD
(from rev 112232, gimmage/trunk/PKGBUILD)
gimmage/repos/community-x86_64/ChangeLog
(from rev 112232, gimmage/trunk/ChangeLog)
gimmage/repos/community-x86_64/PKGBUILD
(from rev 112232, 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 | 27 ----------------
community-x86_64/ChangeLog | 15 --------
community-x86_64/PKGBUILD | 27 ----------------
6 files changed, 102 insertions(+), 84 deletions(-)
Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog 2014-05-30 11:54:03 UTC (rev 112232)
+++ community-i686/ChangeLog 2014-05-30 11:54:15 UTC (rev 112233)
@@ -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 112232, gimmage/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog (rev 0)
+++ community-i686/ChangeLog 2014-05-30 11:54:15 UTC (rev 112233)
@@ -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 2014-05-30 11:54:03 UTC (rev 112232)
+++ community-i686/PKGBUILD 2014-05-30 11:54:15 UTC (rev 112233)
@@ -1,27 +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=4
-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')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- rm gimmage.desktop
- sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
- ./configure --prefix=/usr
- sed -i '1,1i#include <string.h>' src/FileManager.cpp
- make
- make DESTDIR=$pkgdir install
-}
Copied: gimmage/repos/community-i686/PKGBUILD (from rev 112232, gimmage/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 11:54:15 UTC (rev 112233)
@@ -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=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
+}
Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog 2014-05-30 11:54:03 UTC (rev 112232)
+++ community-x86_64/ChangeLog 2014-05-30 11:54:15 UTC (rev 112233)
@@ -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 112232, gimmage/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog (rev 0)
+++ community-x86_64/ChangeLog 2014-05-30 11:54:15 UTC (rev 112233)
@@ -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 2014-05-30 11:54:03 UTC (rev 112232)
+++ community-x86_64/PKGBUILD 2014-05-30 11:54:15 UTC (rev 112233)
@@ -1,27 +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=4
-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')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- rm gimmage.desktop
- sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' gimmage.desktop.in
- ./configure --prefix=/usr
- sed -i '1,1i#include <string.h>' src/FileManager.cpp
- make
- make DESTDIR=$pkgdir install
-}
Copied: gimmage/repos/community-x86_64/PKGBUILD (from rev 112232, gimmage/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-30 11:54:15 UTC (rev 112233)
@@ -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=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
+}
More information about the arch-commits
mailing list