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

Jan Steffens heftig at archlinux.org
Mon Oct 2 21:08:02 UTC 2017


    Date: Monday, October 2, 2017 @ 21:08:01
  Author: heftig
Revision: 306617

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

Added:
  eog-plugins/repos/testing-i686/
  eog-plugins/repos/testing-i686/PKGBUILD
    (from rev 306616, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/testing-x86_64/
  eog-plugins/repos/testing-x86_64/PKGBUILD
    (from rev 306616, eog-plugins/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 306616, eog-plugins/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-02 21:08:01 UTC (rev 306617)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.26.1
+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 git)
+_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3  # tags/3.26.1^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
+  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/testing-x86_64/PKGBUILD (from rev 306616, eog-plugins/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-02 21:08:01 UTC (rev 306617)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.26.1
+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 git)
+_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3  # tags/3.26.1^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
+  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