Date: Monday, March 21, 2016 @ 15:07:14
  Author: jgc
Revision: 262179

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
    (from rev 262178, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-i686/libpeas.install
    (from rev 262178, libpeas/trunk/libpeas.install)
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 262178, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/libpeas.install
    (from rev 262178, libpeas/trunk/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/PKGBUILD
  libpeas/repos/gnome-unstable-i686/libpeas.install
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
  libpeas/repos/gnome-unstable-x86_64/libpeas.install

---------------------------------------+
 /PKGBUILD                             |   78 ++++++++++++++++++++++++++++++++
 /libpeas.install                      |   22 +++++++++
 gnome-unstable-i686/PKGBUILD          |   39 ----------------
 gnome-unstable-i686/libpeas.install   |   11 ----
 gnome-unstable-x86_64/PKGBUILD        |   39 ----------------
 gnome-unstable-x86_64/libpeas.install |   11 ----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD        2016-03-21 14:07:08 UTC (rev 262178)
+++ gnome-unstable-i686/PKGBUILD        2016-03-21 14:07:14 UTC (rev 262179)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-pkgname=libpeas
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="A GObject-based plugins engine"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-license=(GPL2)
-depends=(gtk3 gobject-introspection-runtime)
-makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('31341c5d2b347d270f3a1b112b6f1c14d14e03231ce99d842cc0cc57e24404ba')
-
-
-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
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
-  make check || return 0
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 262178, 
libpeas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2016-03-21 14:07:14 UTC (rev 262179)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=libpeas
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A GObject-based plugins engine"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('bf49842c64c36925bbc41d954de490b6ff7faa29b45f6fd9e91ddcc779165e26')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/libpeas.install
===================================================================
--- gnome-unstable-i686/libpeas.install 2016-03-21 14:07:08 UTC (rev 262178)
+++ gnome-unstable-i686/libpeas.install 2016-03-21 14:07:14 UTC (rev 262179)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 262178, 
libpeas/trunk/libpeas.install)
===================================================================
--- gnome-unstable-i686/libpeas.install                         (rev 0)
+++ gnome-unstable-i686/libpeas.install 2016-03-21 14:07:14 UTC (rev 262179)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD      2016-03-21 14:07:08 UTC (rev 262178)
+++ gnome-unstable-x86_64/PKGBUILD      2016-03-21 14:07:14 UTC (rev 262179)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-
-pkgname=libpeas
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="A GObject-based plugins engine"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-license=(GPL2)
-depends=(gtk3 gobject-introspection-runtime)
-makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
-install=libpeas.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('31341c5d2b347d270f3a1b112b6f1c14d14e03231ce99d842cc0cc57e24404ba')
-
-
-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
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
-  make check || return 0
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262178, 
libpeas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2016-03-21 14:07:14 UTC (rev 262179)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=libpeas
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A GObject-based plugins engine"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection)
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('bf49842c64c36925bbc41d954de490b6ff7faa29b45f6fd9e91ddcc779165e26')
+
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Pygobject 3.15.x Throws deprecation message to stderr which causes failed 
test suite. Works fine with 3.14.x
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/libpeas.install
===================================================================
--- gnome-unstable-x86_64/libpeas.install       2016-03-21 14:07:08 UTC (rev 
262178)
+++ gnome-unstable-x86_64/libpeas.install       2016-03-21 14:07:14 UTC (rev 
262179)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libpeas/repos/gnome-unstable-x86_64/libpeas.install (from rev 262178, 
libpeas/trunk/libpeas.install)
===================================================================
--- gnome-unstable-x86_64/libpeas.install                               (rev 0)
+++ gnome-unstable-x86_64/libpeas.install       2016-03-21 14:07:14 UTC (rev 
262179)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to