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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:01:23 UTC 2015


    Date: Monday, December 7, 2015 @ 18:01:23
  Author: foutrelis
Revision: 150058

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

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

------------------------------------+
 community-staging-i686/ChangeLog   |   15 ++++++++++++++
 community-staging-i686/PKGBUILD    |   37 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |   15 ++++++++++++++
 community-staging-x86_64/PKGBUILD  |   37 +++++++++++++++++++++++++++++++++++
 4 files changed, 104 insertions(+)

Copied: gimmage/repos/community-staging-i686/ChangeLog (from rev 150057, gimmage/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2015-12-07 17:01:23 UTC (rev 150058)
@@ -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

Copied: gimmage/repos/community-staging-i686/PKGBUILD (from rev 150057, gimmage/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 17:01:23 UTC (rev 150058)
@@ -0,0 +1,37 @@
+# $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=7
+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
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gimmage/repos/community-staging-x86_64/ChangeLog (from rev 150057, gimmage/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-12-07 17:01:23 UTC (rev 150058)
@@ -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

Copied: gimmage/repos/community-staging-x86_64/PKGBUILD (from rev 150057, gimmage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 17:01:23 UTC (rev 150058)
@@ -0,0 +1,37 @@
+# $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=7
+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
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list