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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:57:57 UTC 2014


    Date: Friday, September 26, 2014 @ 12:57:57
  Author: jgc
Revision: 223160

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

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

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

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 223030, baobab/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:57:57 UTC (rev 223160)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.14.0
+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' 'python2')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('63295bb25b2edea9ce67ba879e45dc9a7267488245532c8b6e74e5f97f738955')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/baobab.install (from rev 223030, baobab/repos/gnome-unstable-i686/baobab.install)
===================================================================
--- testing-i686/baobab.install	                        (rev 0)
+++ testing-i686/baobab.install	2014-09-26 10:57:57 UTC (rev 223160)
@@ -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 223030, baobab/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:57:57 UTC (rev 223160)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.14.0
+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' 'python2')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('63295bb25b2edea9ce67ba879e45dc9a7267488245532c8b6e74e5f97f738955')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-x86_64/baobab.install (from rev 223030, baobab/repos/gnome-unstable-x86_64/baobab.install)
===================================================================
--- testing-x86_64/baobab.install	                        (rev 0)
+++ testing-x86_64/baobab.install	2014-09-26 10:57:57 UTC (rev 223160)
@@ -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