[arch-commits] Commit in libpeas/repos (6 files)

Jan de Groot jgc at archlinux.org
Mon Mar 9 10:27:05 UTC 2015


    Date: Monday, March 9, 2015 @ 11:27:05
  Author: jgc
Revision: 233118

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

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

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

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 233117, libpeas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-03-09 10:27:05 UTC (rev 233118)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="A GObject-based plugins engine"
+arch=(i686 x86_64)
+url="http://www.gtk.org/"
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme 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=('a5f795b0341efb5d38aca26727294c2ab22e32e8ed3e22082ac38f4cce7656d3')
+
+
+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/libpeas.install (from rev 233117, libpeas/trunk/libpeas.install)
===================================================================
--- gnome-unstable-i686/libpeas.install	                        (rev 0)
+++ gnome-unstable-i686/libpeas.install	2015-03-09 10:27:05 UTC (rev 233118)
@@ -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
+}

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233117, libpeas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-03-09 10:27:05 UTC (rev 233118)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="A GObject-based plugins engine"
+arch=(i686 x86_64)
+url="http://www.gtk.org/"
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme 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=('a5f795b0341efb5d38aca26727294c2ab22e32e8ed3e22082ac38f4cce7656d3')
+
+
+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/libpeas.install (from rev 233117, libpeas/trunk/libpeas.install)
===================================================================
--- gnome-unstable-x86_64/libpeas.install	                        (rev 0)
+++ gnome-unstable-x86_64/libpeas.install	2015-03-09 10:27:05 UTC (rev 233118)
@@ -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
+}



More information about the arch-commits mailing list