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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:23:51 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:23:50
  Author: jgc
Revision: 169178

db-move: moved libpeas from [gnome-unstable] to [testing] (i686, x86_64)

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

--------------------------------+
 testing-i686/PKGBUILD          |   32 ++++++++++++++++++++++++++++++++
 testing-i686/libpeas.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/libpeas.install |   11 +++++++++++
 4 files changed, 86 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 169138, libpeas/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:23:50 UTC (rev 169178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.6.1
+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')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+            'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-i686/libpeas.install (from rev 169138, libpeas/repos/gnome-unstable-i686/libpeas.install)
===================================================================
--- testing-i686/libpeas.install	                        (rev 0)
+++ testing-i686/libpeas.install	2012-10-18 19:23:50 UTC (rev 169178)
@@ -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/testing-x86_64/PKGBUILD (from rev 169138, libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:23:50 UTC (rev 169178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.6.1
+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')
+makedepends=('gtk-doc' 'intltool' 'python2-gobject' 'gjs' 'seed' 'glade')
+optdepends=('gjs: gobject-based plugin engine - gjs runtime loader'
+            'seed: gobject-based plugin engine - seed runtime loader')
+options=('!libtool')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/testing-x86_64/libpeas.install (from rev 169138, libpeas/repos/gnome-unstable-x86_64/libpeas.install)
===================================================================
--- testing-x86_64/libpeas.install	                        (rev 0)
+++ testing-x86_64/libpeas.install	2012-10-18 19:23:50 UTC (rev 169178)
@@ -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