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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:29:40 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:29:39
  Author: jgc
Revision: 169273

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

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

-------------------------------+
 testing-i686/PKGBUILD         |   29 +++++++++++++++++++++++++++++
 testing-i686/baobab.install   |   13 +++++++++++++
 testing-x86_64/PKGBUILD       |   29 +++++++++++++++++++++++++++++
 testing-x86_64/baobab.install |   13 +++++++++++++
 4 files changed, 84 insertions(+)

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 169138, baobab/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:29:39 UTC (rev 169273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org"
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8ffef397f11fb1e7105d1429be828e88b9ceb5746984f0bb978e66e87faf047a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/baobab.install (from rev 169138, baobab/repos/gnome-unstable-i686/baobab.install)
===================================================================
--- testing-i686/baobab.install	                        (rev 0)
+++ testing-i686/baobab.install	2012-10-18 19:29:39 UTC (rev 169273)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: baobab/repos/testing-x86_64/PKGBUILD (from rev 169138, baobab/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:29:39 UTC (rev 169273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org"
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8ffef397f11fb1e7105d1429be828e88b9ceb5746984f0bb978e66e87faf047a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-x86_64/baobab.install (from rev 169138, baobab/repos/gnome-unstable-x86_64/baobab.install)
===================================================================
--- testing-x86_64/baobab.install	                        (rev 0)
+++ testing-x86_64/baobab.install	2012-10-18 19:29:39 UTC (rev 169273)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    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