[arch-commits] Commit in eog-plugins/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Oct 21 08:17:26 UTC 2016
Date: Friday, October 21, 2016 @ 08:17:26
Author: heftig
Revision: 279094
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
eog-plugins/repos/extra-i686/PKGBUILD
(from rev 279093, eog-plugins/trunk/PKGBUILD)
eog-plugins/repos/extra-x86_64/PKGBUILD
(from rev 279093, eog-plugins/trunk/PKGBUILD)
Deleted:
eog-plugins/repos/extra-i686/PKGBUILD
eog-plugins/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 31 -----------------
extra-x86_64/PKGBUILD | 31 -----------------
3 files changed, 84 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-21 08:15:28 UTC (rev 279093)
+++ extra-i686/PKGBUILD 2016-10-21 08:17:26 UTC (rev 279094)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=eog-plugins
-pkgver=3.16.4
-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)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4fcfe7df19cdf8e39f5fec599d7ff46bbd82842d49083274740fbbc51cf4d25e')
-
-build() {
- cd $pkgname-$pkgver
- ./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-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: eog-plugins/repos/extra-i686/PKGBUILD (from rev 279093, eog-plugins/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-21 08:17:26 UTC (rev 279094)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.16.5+2+g3c82109
+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=3c82109e35af704aa32b14d84df1e3b3eaa3cad4 # master
+source=("git://git.gnome.org/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:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-21 08:15:28 UTC (rev 279093)
+++ extra-x86_64/PKGBUILD 2016-10-21 08:17:26 UTC (rev 279094)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=eog-plugins
-pkgver=3.16.4
-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)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4fcfe7df19cdf8e39f5fec599d7ff46bbd82842d49083274740fbbc51cf4d25e')
-
-build() {
- cd $pkgname-$pkgver
- ./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-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: eog-plugins/repos/extra-x86_64/PKGBUILD (from rev 279093, eog-plugins/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-21 08:17:26 UTC (rev 279094)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.16.5+2+g3c82109
+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=3c82109e35af704aa32b14d84df1e3b3eaa3cad4 # master
+source=("git://git.gnome.org/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