[arch-commits] Commit in libpeas/repos/gnome-unstable-i686 (4 files)
Jan de Groot
jgc at archlinux.org
Tue Mar 24 11:54:09 UTC 2015
Date: Tuesday, March 24, 2015 @ 12:54:09
Author: jgc
Revision: 234622
archrelease: copy trunk to gnome-unstable-i686
Added:
libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 234621, libpeas/trunk/PKGBUILD)
libpeas/repos/gnome-unstable-i686/libpeas.install
(from rev 234621, libpeas/trunk/libpeas.install)
Deleted:
libpeas/repos/gnome-unstable-i686/PKGBUILD
libpeas/repos/gnome-unstable-i686/libpeas.install
-----------------+
PKGBUILD | 78 +++++++++++++++++++++++++++---------------------------
libpeas.install | 22 +++++++--------
2 files changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-24 11:53:13 UTC (rev 234621)
+++ PKGBUILD 2015-03-24 11:54:09 UTC (rev 234622)
@@ -1,39 +0,0 @@
-# $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/PKGBUILD (from rev 234621, libpeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-03-24 11:54:09 UTC (rev 234622)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.14.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=('5e4b3a8968b71497ab26a7a528c414c4c640c5724328fa3507854f04788e2d76')
+
+
+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: libpeas.install
===================================================================
--- libpeas.install 2015-03-24 11:53:13 UTC (rev 234621)
+++ libpeas.install 2015-03-24 11:54:09 UTC (rev 234622)
@@ -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 234621, libpeas/trunk/libpeas.install)
===================================================================
--- libpeas.install (rev 0)
+++ libpeas.install 2015-03-24 11:54:09 UTC (rev 234622)
@@ -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