[arch-commits] Commit in eog-plugins/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 10 20:22:55 UTC 2019


    Date: Sunday, November 10, 2019 @ 20:22:55
  Author: foutrelis
Revision: 367698

archrelease: copy trunk to staging-x86_64

Added:
  eog-plugins/repos/staging-x86_64/
  eog-plugins/repos/staging-x86_64/PKGBUILD
    (from rev 367697, eog-plugins/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: eog-plugins/repos/staging-x86_64/PKGBUILD (from rev 367697, eog-plugins/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-11-10 20:22:55 UTC (rev 367698)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.26.4
+pkgrel=2
+pkgdesc="Plugins for Eye of Gnome"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
+license=(GPL2)
+depends=(eog libchamplain libgdata python-gobject)
+makedepends=(intltool gobject-introspection git)
+_commit=7620e2dc33f4964dd260b2a9949bdedec3344c4d  # tags/3.26.4^0
+source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=$_commit")
+sha512sums=('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