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

Felix Yan felixonmars at archlinux.org
Thu Aug 30 16:26:20 UTC 2018


    Date: Thursday, August 30, 2018 @ 16:26:20
  Author: felixonmars
Revision: 333122

archrelease: copy trunk to extra-x86_64

Added:
  eog-plugins/repos/extra-x86_64/PKGBUILD
    (from rev 333121, eog-plugins/trunk/PKGBUILD)
Deleted:
  eog-plugins/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-30 16:26:05 UTC (rev 333121)
+++ PKGBUILD	2018-08-30 16:26:20 UTC (rev 333122)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=eog-plugins
-pkgver=3.26.3
-pkgrel=1
-pkgdesc="Plugins for Eye of Gnome"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
-license=(GPL2)
-depends=(eog libchamplain libgdata python)
-makedepends=(intltool gobject-introspection git)
-_commit=2e0564b6004a52369baf4d83d7caf9a1ff805795  # tags/3.26.3^0
-source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#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/extra-x86_64/PKGBUILD (from rev 333121, eog-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-30 16:26:20 UTC (rev 333122)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.26.3
+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)
+makedepends=(intltool gobject-introspection git)
+_commit=2e0564b6004a52369baf4d83d7caf9a1ff805795  # tags/3.26.3^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