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

Jan Steffens heftig at archlinux.org
Tue Oct 30 22:24:04 UTC 2012


    Date: Tuesday, October 30, 2012 @ 18:24:03
  Author: heftig
Revision: 169850

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

Added:
  baobab/repos/extra-i686/PKGBUILD
    (from rev 169842, baobab/repos/testing-i686/PKGBUILD)
  baobab/repos/extra-i686/baobab.install
    (from rev 169842, baobab/repos/testing-i686/baobab.install)
  baobab/repos/extra-x86_64/PKGBUILD
    (from rev 169842, baobab/repos/testing-x86_64/PKGBUILD)
  baobab/repos/extra-x86_64/baobab.install
    (from rev 169842, baobab/repos/testing-x86_64/baobab.install)
Deleted:
  baobab/repos/extra-i686/PKGBUILD
  baobab/repos/extra-i686/baobab.install
  baobab/repos/extra-x86_64/PKGBUILD
  baobab/repos/extra-x86_64/baobab.install
  baobab/repos/testing-i686/
  baobab/repos/testing-x86_64/

-----------------------------+
 extra-i686/PKGBUILD         |   57 +++++++++++++++++++++---------------------
 extra-i686/baobab.install   |   25 +++++++++---------
 extra-x86_64/PKGBUILD       |   57 +++++++++++++++++++++---------------------
 extra-x86_64/baobab.install |   25 +++++++++---------
 4 files changed, 84 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-30 22:23:59 UTC (rev 169849)
+++ extra-i686/PKGBUILD	2012-10-30 22:24:03 UTC (rev 169850)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=baobab
-pkgver=3.4.1
-pkgrel=2
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org"
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'libgtop')
-makedepends=('intltool' 'itstool')
-groups=('gnome-extra')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf51111022846088021949f7')
-
-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/extra-i686/PKGBUILD (from rev 169842, baobab/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-30 22:24:03 UTC (rev 169850)
@@ -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:

Deleted: extra-i686/baobab.install
===================================================================
--- extra-i686/baobab.install	2012-10-30 22:23:59 UTC (rev 169849)
+++ extra-i686/baobab.install	2012-10-30 22:24:03 UTC (rev 169850)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: baobab/repos/extra-i686/baobab.install (from rev 169842, baobab/repos/testing-i686/baobab.install)
===================================================================
--- extra-i686/baobab.install	                        (rev 0)
+++ extra-i686/baobab.install	2012-10-30 22:24:03 UTC (rev 169850)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-10-30 22:23:59 UTC (rev 169849)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:24:03 UTC (rev 169850)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=baobab
-pkgver=3.4.1
-pkgrel=2
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org"
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'libgtop')
-makedepends=('intltool' 'itstool')
-groups=('gnome-extra')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf51111022846088021949f7')
-
-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/extra-x86_64/PKGBUILD (from rev 169842, baobab/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:24:03 UTC (rev 169850)
@@ -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:

Deleted: extra-x86_64/baobab.install
===================================================================
--- extra-x86_64/baobab.install	2012-10-30 22:23:59 UTC (rev 169849)
+++ extra-x86_64/baobab.install	2012-10-30 22:24:03 UTC (rev 169850)
@@ -1,12 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: baobab/repos/extra-x86_64/baobab.install (from rev 169842, baobab/repos/testing-x86_64/baobab.install)
===================================================================
--- extra-x86_64/baobab.install	                        (rev 0)
+++ extra-x86_64/baobab.install	2012-10-30 22:24:03 UTC (rev 169850)
@@ -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