[arch-commits] Commit in eog-plugins/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Apr 17 01:28:45 UTC 2017


    Date: Monday, April 17, 2017 @ 01:28:44
  Author: heftig
Revision: 293040

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog-plugins/repos/gnome-unstable-i686/
  eog-plugins/repos/gnome-unstable-i686/PKGBUILD
    (from rev 293039, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/gnome-unstable-x86_64/
  eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 293039, eog-plugins/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   42 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   42 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: eog-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 293039, eog-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-17 01:28:44 UTC (rev 293040)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.16.6
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=29056c63a94bba6426dcc0722df5c3d128384484  # tags/3.16.6^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 293039, eog-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-17 01:28:44 UTC (rev 293040)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.16.6
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=29056c63a94bba6426dcc0722df5c3d128384484  # tags/3.16.6^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list