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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:32:33 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:32:32
  Author: heftig
Revision: 155088

db-move: moved glade from [gnome-unstable] to [testing] (x86_64)

Added:
  glade/repos/testing-x86_64/
  glade/repos/testing-x86_64/PKGBUILD
    (from rev 155005, glade/repos/gnome-unstable-x86_64/PKGBUILD)
  glade/repos/testing-x86_64/glade.install
    (from rev 155005, glade/repos/gnome-unstable-x86_64/glade.install)
Deleted:
  glade/repos/gnome-unstable-x86_64/

---------------+
 PKGBUILD      |   29 +++++++++++++++++++++++++++++
 glade.install |   12 ++++++++++++
 2 files changed, 41 insertions(+)

Copied: glade/repos/testing-x86_64/PKGBUILD (from rev 155005, glade/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:32:32 UTC (rev 155088)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=glade
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="User interface builder for GTK+ and GNOME."
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 'python2-gobject')
+optdepends=('python2: Python widgets support')
+options=('!libtool')
+url="http://glade.gnome.org/"
+install=glade.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('70a820a0007fa3ed7761c92b011fe35ac1532038cab2f9ab30f4d29d5799d44d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: glade/repos/testing-x86_64/glade.install (from rev 155005, glade/repos/gnome-unstable-x86_64/glade.install)
===================================================================
--- testing-x86_64/glade.install	                        (rev 0)
+++ testing-x86_64/glade.install	2012-04-01 11:32:32 UTC (rev 155088)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list