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

Jan Steffens heftig at archlinux.org
Fri Sep 13 09:07:44 UTC 2019


    Date: Friday, September 13, 2019 @ 09:07:44
  Author: heftig
Revision: 362434

archrelease: copy trunk to gnome-unstable-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 09:07:43 UTC (rev 362433)
+++ PKGBUILD	2019-09-13 09:07:44 UTC (rev 362434)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=eog-plugins
-pkgver=3.26.3
-pkgrel=3
-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=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:

Copied: eog-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 362432, eog-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-13 09:07:44 UTC (rev 362434)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.26.4
+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-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