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

Jan Steffens heftig at archlinux.org
Mon Nov 9 23:05:11 UTC 2015


    Date: Tuesday, November 10, 2015 @ 00:05:11
  Author: heftig
Revision: 250510

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

Added:
  eog-plugins/repos/extra-i686/PKGBUILD
    (from rev 250509, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/extra-i686/eog-plugins.install
    (from rev 250509, eog-plugins/trunk/eog-plugins.install)
  eog-plugins/repos/extra-x86_64/PKGBUILD
    (from rev 250509, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/extra-x86_64/eog-plugins.install
    (from rev 250509, eog-plugins/trunk/eog-plugins.install)
Deleted:
  eog-plugins/repos/extra-i686/PKGBUILD
  eog-plugins/repos/extra-i686/eog-plugins.install
  eog-plugins/repos/extra-x86_64/PKGBUILD
  eog-plugins/repos/extra-x86_64/eog-plugins.install

----------------------------------+
 /PKGBUILD                        |   66 +++++++++++++++++++++++++++++++++++++
 /eog-plugins.install             |   22 ++++++++++++
 extra-i686/PKGBUILD              |   33 ------------------
 extra-i686/eog-plugins.install   |   11 ------
 extra-x86_64/PKGBUILD            |   33 ------------------
 extra-x86_64/eog-plugins.install |   11 ------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-11-09 23:04:30 UTC (rev 250509)
+++ extra-i686/PKGBUILD	2015-11-09 23:05:11 UTC (rev 250510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=eog-plugins
-pkgver=3.16.2
-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')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534')
-
-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 250509, eog-plugins/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-11-09 23:05:11 UTC (rev 250510)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.16.3
+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')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2')
+
+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:

Deleted: extra-i686/eog-plugins.install
===================================================================
--- extra-i686/eog-plugins.install	2015-11-09 23:04:30 UTC (rev 250509)
+++ extra-i686/eog-plugins.install	2015-11-09 23:05:11 UTC (rev 250510)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 250509, eog-plugins/trunk/eog-plugins.install)
===================================================================
--- extra-i686/eog-plugins.install	                        (rev 0)
+++ extra-i686/eog-plugins.install	2015-11-09 23:05:11 UTC (rev 250510)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-11-09 23:04:30 UTC (rev 250509)
+++ extra-x86_64/PKGBUILD	2015-11-09 23:05:11 UTC (rev 250510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=eog-plugins
-pkgver=3.16.2
-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')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534')
-
-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 250509, eog-plugins/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-11-09 23:05:11 UTC (rev 250510)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=eog-plugins
+pkgver=3.16.3
+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')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2')
+
+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:

Deleted: extra-x86_64/eog-plugins.install
===================================================================
--- extra-x86_64/eog-plugins.install	2015-11-09 23:04:30 UTC (rev 250509)
+++ extra-x86_64/eog-plugins.install	2015-11-09 23:05:11 UTC (rev 250510)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog-plugins/repos/extra-x86_64/eog-plugins.install (from rev 250509, eog-plugins/trunk/eog-plugins.install)
===================================================================
--- extra-x86_64/eog-plugins.install	                        (rev 0)
+++ extra-x86_64/eog-plugins.install	2015-11-09 23:05:11 UTC (rev 250510)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list