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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:12:17 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:12:17
  Author: heftig
Revision: 182484

db-move: moved glade from [staging] to [testing] (i686, x86_64)

Added:
  glade/repos/testing-i686/
  glade/repos/testing-i686/PKGBUILD
    (from rev 182430, glade/repos/staging-i686/PKGBUILD)
  glade/repos/testing-i686/glade.install
    (from rev 182430, glade/repos/staging-i686/glade.install)
  glade/repos/testing-x86_64/
  glade/repos/testing-x86_64/PKGBUILD
    (from rev 182430, glade/repos/staging-x86_64/PKGBUILD)
  glade/repos/testing-x86_64/glade.install
    (from rev 182430, glade/repos/staging-x86_64/glade.install)
Deleted:
  glade/repos/staging-i686/
  glade/repos/staging-x86_64/

------------------------------+
 testing-i686/PKGBUILD        |   30 ++++++++++++++++++++++++++++++
 testing-i686/glade.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD      |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/glade.install |   12 ++++++++++++
 4 files changed, 84 insertions(+)

Copied: glade/repos/testing-i686/PKGBUILD (from rev 182430, glade/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:12:17 UTC (rev 182484)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=glade
+pkgver=3.15.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' 'gtk-doc' 'gobject-introspection' 'python2-gobject' 'itstool' 'docbook-xsl')
+optdepends=('python2: Python widgets support'
+            'devhelp: help browser')
+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=('4e64f33d8a5ad614279dc7024ed70fe57805526e82244001a33351b1cf13f95c')
+
+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-i686/glade.install (from rev 182430, glade/repos/staging-i686/glade.install)
===================================================================
--- testing-i686/glade.install	                        (rev 0)
+++ testing-i686/glade.install	2013-04-10 19:12:17 UTC (rev 182484)
@@ -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
+}

Copied: glade/repos/testing-x86_64/PKGBUILD (from rev 182430, glade/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:12:17 UTC (rev 182484)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=glade
+pkgver=3.15.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' 'gtk-doc' 'gobject-introspection' 'python2-gobject' 'itstool' 'docbook-xsl')
+optdepends=('python2: Python widgets support'
+            'devhelp: help browser')
+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=('4e64f33d8a5ad614279dc7024ed70fe57805526e82244001a33351b1cf13f95c')
+
+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 182430, glade/repos/staging-x86_64/glade.install)
===================================================================
--- testing-x86_64/glade.install	                        (rev 0)
+++ testing-x86_64/glade.install	2013-04-10 19:12:17 UTC (rev 182484)
@@ -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