[arch-commits] Commit in libpeas/repos (6 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 25 11:32:37 UTC 2015
Date: Friday, September 25, 2015 @ 13:32:36
Author: jgc
Revision: 247354
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 247353, libpeas/trunk/PKGBUILD)
libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 247353, libpeas/trunk/libpeas.install)
libpeas/repos/gnome-unstable-x86_64/
libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247353, libpeas/trunk/PKGBUILD)
libpeas/repos/gnome-unstable-x86_64/libpeas.install
(from rev 247353, 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 247353, libpeas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2015-09-25 11:32:36 UTC (rev 247354)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.16.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=('b093008ecd65f7d55c80517589509698ff15ad41f664b11a3eb88ff461b1454e')
+
+
+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 247353, libpeas/trunk/libpeas.install)
===================================================================
--- gnome-unstable-i686/libpeas.install (rev 0)
+++ gnome-unstable-i686/libpeas.install 2015-09-25 11:32:36 UTC (rev 247354)
@@ -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 247353, libpeas/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-25 11:32:36 UTC (rev 247354)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.16.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=('b093008ecd65f7d55c80517589509698ff15ad41f664b11a3eb88ff461b1454e')
+
+
+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 247353, libpeas/trunk/libpeas.install)
===================================================================
--- gnome-unstable-x86_64/libpeas.install (rev 0)
+++ gnome-unstable-x86_64/libpeas.install 2015-09-25 11:32:36 UTC (rev 247354)
@@ -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