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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 26 09:44:06 UTC 2016


    Date: Monday, December 26, 2016 @ 09:44:05
  Author: bpiotrowski
Revision: 284790

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

Added:
  libpeas/repos/staging-i686/
  libpeas/repos/staging-i686/PKGBUILD
    (from rev 284789, libpeas/trunk/PKGBUILD)
  libpeas/repos/staging-x86_64/
  libpeas/repos/staging-x86_64/PKGBUILD
    (from rev 284789, libpeas/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   50 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   50 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)

Copied: libpeas/repos/staging-i686/PKGBUILD (from rev 284789, libpeas/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-12-26 09:44:05 UTC (rev 284790)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.20.0
+pkgrel=2
+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 git
+             gnome-common)
+_commit=7548b2717160e33a806bcfa8aaaac7894f4abccc
+source=("git://git.gnome.org/libpeas#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --enable-gtk-doc --disable-static
+
+  # 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
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/staging-x86_64/PKGBUILD (from rev 284789, libpeas/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-12-26 09:44:05 UTC (rev 284790)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.20.0
+pkgrel=2
+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 git
+             gnome-common)
+_commit=7548b2717160e33a806bcfa8aaaac7894f4abccc
+source=("git://git.gnome.org/libpeas#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --enable-gtk-doc --disable-static
+
+  # 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
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list