Date: Wednesday, March 25, 2015 @ 16:38:02
  Author: jgc
Revision: 234903

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

Added:
  baobab/repos/testing-i686/
  baobab/repos/testing-i686/PKGBUILD
    (from rev 234786, baobab/repos/gnome-unstable-i686/PKGBUILD)
  baobab/repos/testing-i686/baobab.install
    (from rev 234786, baobab/repos/gnome-unstable-i686/baobab.install)
  baobab/repos/testing-x86_64/
  baobab/repos/testing-x86_64/PKGBUILD
    (from rev 234786, baobab/repos/gnome-unstable-x86_64/PKGBUILD)
  baobab/repos/testing-x86_64/baobab.install
    (from rev 234786, 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 234786, 
baobab/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-03-25 15:38:02 UTC (rev 234903)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=baobab
+pkgver=3.16.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')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db29c48892c36ea04f4f74019a24004c2fa54854a08f2d0be55f17d39ee9bf5c')
+
+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 234786, 
baobab/repos/gnome-unstable-i686/baobab.install)
===================================================================
--- testing-i686/baobab.install                         (rev 0)
+++ testing-i686/baobab.install 2015-03-25 15:38:02 UTC (rev 234903)
@@ -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 234786, 
baobab/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-03-25 15:38:02 UTC (rev 234903)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=baobab
+pkgver=3.16.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')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db29c48892c36ea04f4f74019a24004c2fa54854a08f2d0be55f17d39ee9bf5c')
+
+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 234786, 
baobab/repos/gnome-unstable-x86_64/baobab.install)
===================================================================
--- testing-x86_64/baobab.install                               (rev 0)
+++ testing-x86_64/baobab.install       2015-03-25 15:38:02 UTC (rev 234903)
@@ -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
+}

Reply via email to