[arch-commits] Commit in baobab/trunk (PKGBUILD no-mimetype.diff)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 15:43:54
  Author: heftig
Revision: 396718

3.38.0-1

Added:
  baobab/trunk/no-mimetype.diff
Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 no-mimetype.diff |   12 
 2 files changed, 26 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 15:42:55 UTC (rev 396717)
+++ PKGBUILD2020-09-27 15:43:54 UTC (rev 396718)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.34.1
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
@@ -11,9 +11,11 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=be3b5b6e32ce1d61929c7f26990a40f818effee1  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=cd95138b379e217bad6eb0ecf9e98ae3e5c223ed  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;
+no-mimetype.diff)
+sha256sums=('SKIP'
+'958a85fe3a2001d16ebcf71b51888f260508af87224a0de3410a6bbe685e59d0')
 
 pkgver() {
   cd $pkgname
@@ -20,6 +22,13 @@
   git describe --tags | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/31861
+  git apply -3 ../no-mimetype.diff
+}
+
 build() {
   arch-meson $pkgname build
   meson compile -C build
@@ -31,7 +40,4 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/^MimeType=/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
 }

Added: no-mimetype.diff
===
--- no-mimetype.diff(rev 0)
+++ no-mimetype.diff2020-09-27 15:43:54 UTC (rev 396718)
@@ -0,0 +1,12 @@
+diff --git i/data/org.gnome.baobab.desktop.in 
w/data/org.gnome.baobab.desktop.in
+index b5e2a05..219eb2e 100644
+--- i/data/org.gnome.baobab.desktop.in
 w/data/org.gnome.baobab.desktop.in
+@@ -10,7 +10,6 @@ Icon=org.gnome.baobab
+ Terminal=false
+ Type=Application
+ StartupNotify=true
+-MimeType=inode/directory;
+ Categories=GTK;GNOME;System;Filesystem;X-GNOME-Utilities;
+ DBusActivatable=true
+ X-GNOME-UsesNotifications=true


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2020-06-28 Thread Jan Steffens via arch-commits
Date: Sunday, June 28, 2020 @ 20:02:18
  Author: heftig
Revision: 390544

3.34.1-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-28 18:38:56 UTC (rev 390543)
+++ PKGBUILD2020-06-28 20:02:18 UTC (rev 390544)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.34.0
-pkgrel=2
+pkgver=3.34.1
+pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=19d9c16ac1e8fe18c13d413655a73979c3b0e116  # tags/3.34.0^0
+_commit=be3b5b6e32ce1d61929c7f26990a40f818effee1  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,7 +22,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:35:50
  Author: felixonmars
Revision: 386387

upgpkg: baobab 3.34.0-2: reproducibility rebuild

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:35:39 UTC (rev 386386)
+++ PKGBUILD2020-05-19 08:35:50 UTC (rev 386387)
@@ -3,7 +3,7 @@
 
 pkgname=baobab
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
 arch=(x86_64)


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 09:18:24
  Author: heftig
Revision: 362445

3.34.0-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 09:17:24 UTC (rev 362444)
+++ PKGBUILD2019-09-13 09:18:24 UTC (rev 362445)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=40614a70d361e67d6377409d97c1771ae1d19f47  # tags/3.32.0^0
+_commit=19d9c16ac1e8fe18c13d413655a73979c3b0e116  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 07:35:51
  Author: bpiotrowski
Revision: 347891

3.32.0-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 00:17:04 UTC (rev 347890)
+++ PKGBUILD2019-03-14 07:35:51 UTC (rev 347891)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=f027d265603a206585228043abe9c35cf69d061c  # tags/3.30.0^0
+_commit=40614a70d361e67d6377409d97c1771ae1d19f47  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2018-09-05 Thread Jan Steffens via arch-commits
Date: Wednesday, September 5, 2018 @ 18:01:49
  Author: heftig
Revision: 333515

3.30.0-1

Modified:
  baobab/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 18:01:25 UTC (rev 333514)
+++ PKGBUILD2018-09-05 18:01:49 UTC (rev 333515)
@@ -1,8 +1,8 @@
-# $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
@@ -9,10 +9,9 @@
 arch=(x86_64)
 license=(GPL2)
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib
- git meson)
+makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=9b17875c2ea649efd414f1c8f56d8b4abb69ed2b  # tags/3.28.0^0
+_commit=f027d265603a206585228043abe9c35cf69d061c  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,9 +25,13 @@
   ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 
   # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+  sed -i '/^MimeType=/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
 }


Property changes on: baobab/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2018-08-27 Thread Jan Steffens via arch-commits
Date: Monday, August 27, 2018 @ 09:07:27
  Author: heftig
Revision: 333048

Update URLs

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-26 22:54:41 UTC (rev 333047)
+++ PKGBUILD2018-08-27 09:07:27 UTC (rev 333048)
@@ -5,7 +5,7 @@
 pkgver=3.28.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/Baobab;
+url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
 arch=(x86_64)
 license=(GPL2)
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
@@ -13,7 +13,7 @@
  git meson)
 groups=(gnome)
 _commit=9b17875c2ea649efd414f1c8f56d8b4abb69ed2b  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2018-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, March 14, 2018 @ 08:47:04
  Author: bpiotrowski
Revision: 318952

3.28.0-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 7 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 08:37:41 UTC (rev 318951)
+++ PKGBUILD2018-03-14 08:47:04 UTC (rev 318952)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.26.1
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/Baobab;
@@ -9,9 +9,10 @@
 arch=(x86_64)
 license=(GPL2)
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
+makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib
+ git meson)
 groups=(gnome)
-_commit=be96728e02b7140b8d9f746fd9321a207f30d819  # tags/3.26.1^0
+_commit=9b17875c2ea649efd414f1c8f56d8b4abb69ed2b  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,23 +21,14 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C build 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:


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:48:46
  Author: heftig
Revision: 306586

3.26.1-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:46:15 UTC (rev 306585)
+++ PKGBUILD2017-10-02 19:48:46 UTC (rev 306586)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.26.0+4+g16ce068
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/Baobab;
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
 groups=(gnome)
-_commit=16ce0687bc6c6b7d2eda564805df9cae51b799ba  # gnome-3-26
+_commit=be96728e02b7140b8d9f746fd9321a207f30d819  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2017-09-20 Thread Jan de Groot
Date: Wednesday, September 20, 2017 @ 21:04:42
  Author: jgc
Revision: 306015

upgpkg: baobab 3.26.0+4+g16ce068-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 21:02:25 UTC (rev 306014)
+++ PKGBUILD2017-09-20 21:04:42 UTC (rev 306015)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.24.0+1+g202d168
+pkgver=3.26.0+4+g16ce068
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/Baobab;
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
 groups=(gnome)
-_commit=202d168b67964975fea570d3da48e3ab765fdba7  # master
+_commit=16ce0687bc6c6b7d2eda564805df9cae51b799ba  # gnome-3-26
 source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2017-04-03 Thread Jan de Groot
Date: Monday, April 3, 2017 @ 14:10:26
  Author: jgc
Revision: 292020

upgpkg: baobab 3.24.0+1+g202d168-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-03 14:06:41 UTC (rev 292019)
+++ PKGBUILD2017-04-03 14:10:26 UTC (rev 292020)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.22.1
+pkgver=3.24.0+1+g202d168
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/Baobab;
@@ -11,8 +11,8 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
 groups=(gnome)
-_commit=b1b0443002bb66971191e9244415a02910c78e72  # tags/3.22.1^0
-source=("git://git.gnome.org/baobab#commit=$_commit")
+_commit=202d168b67964975fea570d3da48e3ab765fdba7  # master
+source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2016-11-07 Thread Jan Steffens
Date: Monday, November 7, 2016 @ 18:23:02
  Author: heftig
Revision: 280078

3.22.1-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 18:22:53 UTC (rev 280077)
+++ PKGBUILD2016-11-07 18:23:02 UTC (rev 280078)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.22.0+3+g423a1a1
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/Baobab;
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
 groups=(gnome)
-_commit=423a1a17a03737595e8e311a9e3ad7b40bc999c7  # master
+_commit=b1b0443002bb66971191e9244415a02910c78e72  # tags/3.22.1^0
 source=("git://git.gnome.org/baobab#commit=$_commit")
 sha256sums=('SKIP')
 


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 20:33:15
  Author: heftig
Revision: 277171

3.22.0+3+g423a1a1-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 22 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 20:31:36 UTC (rev 277170)
+++ PKGBUILD2016-09-27 20:33:15 UTC (rev 277171)
@@ -2,26 +2,37 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.20.1
-pkgrel=2
+pkgver=3.22.0+3+g423a1a1
+pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/Baobab;
 arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'librsvg')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e9dff12a76b0d730ce224215860512eb0188280c622faf186937563b96249d1f')
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
+groups=(gnome)
+_commit=423a1a17a03737595e8e311a9e3ad7b40bc999c7  # master
+source=("git://git.gnome.org/baobab#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 
   # https://bugs.archlinux.org/task/31861


[arch-commits] Commit in baobab/trunk (PKGBUILD baobab.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 07:55:04
  Author: heftig
Revision: 272538

3.20.1-2

Modified:
  baobab/trunk/PKGBUILD
Deleted:
  baobab/trunk/baobab.install

+
 PKGBUILD   |5 ++---
 baobab.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 06:58:41 UTC (rev 272537)
+++ PKGBUILD2016-07-28 07:55:04 UTC (rev 272538)
@@ -3,15 +3,14 @@
 
 pkgname=baobab
 pkgver=3.20.1
-pkgrel=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' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'librsvg')
 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=('e9dff12a76b0d730ce224215860512eb0188280c622faf186937563b96249d1f')
 

Deleted: baobab.install
===
--- baobab.install  2016-07-28 06:58:41 UTC (rev 272537)
+++ baobab.install  2016-07-28 07:55:04 UTC (rev 272538)
@@ -1,13 +0,0 @@
-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
-}


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2016-04-11 Thread Jan Steffens
Date: Monday, April 11, 2016 @ 17:20:14
  Author: heftig
Revision: 264660

3.20.1-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 15:04:35 UTC (rev 264659)
+++ PKGBUILD2016-04-11 15:20:14 UTC (rev 264660)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cdd65b287079cdfafe92b6170fc7bebae5309d4e19adafcd64dc4837e627d07')
+sha256sums=('e9dff12a76b0d730ce224215860512eb0188280c622faf186937563b96249d1f')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2016-03-22 Thread Jan de Groot
Date: Tuesday, March 22, 2016 @ 07:32:57
  Author: jgc
Revision: 262220

upgpkg: baobab 3.20.0-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-22 06:30:41 UTC (rev 262219)
+++ PKGBUILD2016-03-22 06:32:57 UTC (rev 262220)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.18.1
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c2ac90426390e77147446a290c1480c49936c0a224f740b555ddaec2675b44b5')
+sha256sums=('5cdd65b287079cdfafe92b6170fc7bebae5309d4e19adafcd64dc4837e627d07')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2015-10-09 Thread Jan Steffens
Date: Friday, October 9, 2015 @ 16:37:47
  Author: heftig
Revision: 248691

3.18.1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 13:58:39 UTC (rev 248690)
+++ PKGBUILD2015-10-09 14:37:47 UTC (rev 248691)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75924c53dd0e94d97c2f0ec30270fa3ffc59adfab7e21aac3ed9c6c088760b5a')
+sha256sums=('c2ac90426390e77147446a290c1480c49936c0a224f740b555ddaec2675b44b5')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2015-09-24 Thread Jan Steffens
Date: Thursday, September 24, 2015 @ 22:13:31
  Author: heftig
Revision: 247297

3.18.0

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 20:08:43 UTC (rev 247296)
+++ PKGBUILD2015-09-24 20:13:31 UTC (rev 247297)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.16.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1fe40433df3adda0bcc4d0a6edc2bc2501888798d7e8336ad51d443c9a1fcef2')
+sha256sums=('75924c53dd0e94d97c2f0ec30270fa3ffc59adfab7e21aac3ed9c6c088760b5a')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:41:12
  Author: heftig
Revision: 236440

3.16.1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-14 01:40:34 UTC (rev 236439)
+++ PKGBUILD2015-04-14 01:41:12 UTC (rev 236440)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.16.0
-pkgrel=2
+pkgver=3.16.1
+pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
 url=http://gnome.org;
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db29c48892c36ea04f4f74019a24004c2fa54854a08f2d0be55f17d39ee9bf5c')
+sha256sums=('1fe40433df3adda0bcc4d0a6edc2bc2501888798d7e8336ad51d443c9a1fcef2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:07:26
  Author: jgc
Revision: 235378

upgpkg: baobab 3.16.0-2

Add librsvg to depends (FS#44405)

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 12:01:13 UTC (rev 235377)
+++ PKGBUILD2015-04-03 12:07:26 UTC (rev 235378)
@@ -3,12 +3,12 @@
 
 pkgname=baobab
 pkgver=3.16.0
-pkgrel=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' 'hicolor-icon-theme' 
'desktop-file-utils')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
 makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
 groups=('gnome')
 install=$pkgname.install


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 14:02:22
  Author: jgc
Revision: 234756

upgpkg: baobab 3.16.0-1

GNOME 3.16

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-25 13:02:19 UTC (rev 234755)
+++ PKGBUILD2015-03-25 13:02:22 UTC (rev 234756)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.15.90
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3fee046995f446c6b3840f5fc0c67b8e9013354d5ad7543d3fbf885d682f5556')
+sha256sums=('db29c48892c36ea04f4f74019a24004c2fa54854a08f2d0be55f17d39ee9bf5c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2015-03-16 Thread Jan de Groot
Date: Monday, March 16, 2015 @ 08:35:26
  Author: jgc
Revision: 233902

upgpkg: baobab 3.15.90-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-16 07:11:49 UTC (rev 233901)
+++ PKGBUILD2015-03-16 07:35:26 UTC (rev 233902)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.14.1
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -9,11 +9,11 @@
 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')
+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=('76966521858f3c46fedbf38deb8f9847737ef0bc3c5f330c51d1feb68a711d17')
+sha256sums=('3fee046995f446c6b3840f5fc0c67b8e9013354d5ad7543d3fbf885d682f5556')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:54:20
  Author: jgc
Revision: 224325

upgpkg: baobab 3.14.1-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 13:53:14 UTC (rev 224324)
+++ PKGBUILD2014-10-14 13:54:20 UTC (rev 224325)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('63295bb25b2edea9ce67ba879e45dc9a7267488245532c8b6e74e5f97f738955')
+sha256sums=('76966521858f3c46fedbf38deb8f9847737ef0bc3c5f330c51d1feb68a711d17')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in baobab/trunk (PKGBUILD)

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 09:57:30
  Author: jgc
Revision: 222748

upgpkg: baobab 3.14.0-1

GNOME 3.14

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 07:57:27 UTC (rev 222747)
+++ PKGBUILD2014-09-23 07:57:30 UTC (rev 222748)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.13.91
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5d11cc892f2d478ab8bee1ebec8172828bfda6816801071d93358fc79927f031')
+sha256sums=('63295bb25b2edea9ce67ba879e45dc9a7267488245532c8b6e74e5f97f738955')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2014-09-08 Thread Jan de Groot
Date: Monday, September 8, 2014 @ 22:01:47
  Author: jgc
Revision: 221202

upgpkg: baobab 3.13.91-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 20:01:12 UTC (rev 221201)
+++ PKGBUILD2014-09-08 20:01:47 UTC (rev 221202)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.12.1
+pkgver=3.13.91
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -9,11 +9,11 @@
 url=http://gnome.org;
 license=('GPL2')
 depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+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=('494808d8a5b1776377749a1dcd5b251eb399208a4c90380dc8b8c789811e514c')
+sha256sums=('5d11cc892f2d478ab8bee1ebec8172828bfda6816801071d93358fc79927f031')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 19:42:47
  Author: jgc
Revision: 210363

upgpkg: baobab 3.12.1-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 17:15:58 UTC (rev 210362)
+++ PKGBUILD2014-04-14 17:42:47 UTC (rev 210363)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('538c9d452ecfe93353e90e6781aa7bf241ab9f1f8e27e7b3a614cf31a3576b0a')
+sha256sums=('494808d8a5b1776377749a1dcd5b251eb399208a4c90380dc8b8c789811e514c')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,7 +26,7 @@
   make DESTDIR=$pkgdir install
 
   # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
+  sed -i '/MimeType/d' 
$pkgdir/usr/share/applications/org.gnome.baobab.desktop
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 23:14:51
  Author: jgc
Revision: 208687

upgpkg: baobab 3.12.0-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-24 22:08:29 UTC (rev 208686)
+++ PKGBUILD2014-03-24 22:14:51 UTC (rev 208687)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.10.1
+pkgver=3.12.0
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('23ce8e4847ce5f1c8230e757532d94c84e6e273d6ec8fca20eecaed5f96563f9')
+sha256sums=('538c9d452ecfe93353e90e6781aa7bf241ab9f1f8e27e7b3a614cf31a3576b0a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2013-10-15 Thread Jan Steffens
Date: Tuesday, October 15, 2013 @ 16:21:56
  Author: heftig
Revision: 196576

3.10.1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 14:19:57 UTC (rev 196575)
+++ PKGBUILD2013-10-15 14:21:56 UTC (rev 196576)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.10
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
 groups=('gnome')
 install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6f4e309073c3834f957b957b03d388fd89900a1622a001d238ad6105c6e303ee')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('23ce8e4847ce5f1c8230e757532d94c84e6e273d6ec8fca20eecaed5f96563f9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 20:32:07
  Author: jgc
Revision: 194822

upgpkg: baobab 3.10-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 18:29:03 UTC (rev 194821)
+++ PKGBUILD2013-09-23 18:32:07 UTC (rev 194822)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.8.2
+pkgver=3.10
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
 groups=('gnome')
 install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('68ce73e34378909a384d17355d2b80c14423dc54ace6a363dc93653cf608614a')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f4e309073c3834f957b957b03d388fd89900a1622a001d238ad6105c6e303ee')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2013-05-13 Thread Jan Steffens
Date: Monday, May 13, 2013 @ 20:00:28
  Author: heftig
Revision: 185371

3.8.2

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 17:54:42 UTC (rev 185370)
+++ PKGBUILD2013-05-13 18:00:28 UTC (rev 185371)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('740c123cbc49f0e479a9c67d7cc7a6330b2a9d3e6a7ffde55665a1130d9209bb')
+sha256sums=('68ce73e34378909a384d17355d2b80c14423dc54ace6a363dc93653cf608614a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2013-04-15 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 00:10:40
  Author: heftig
Revision: 182874

3.8.1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 21:26:45 UTC (rev 182873)
+++ PKGBUILD2013-04-15 22:10:40 UTC (rev 182874)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
 url=http://gnome.org;
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')
+sha256sums=('740c123cbc49f0e479a9c67d7cc7a6330b2a9d3e6a7ffde55665a1130d9209bb')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 14:10:05
  Author: jgc
Revision: 181347

upgpkg: baobab 3.8.0-2

move to gnome group

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-03 12:02:02 UTC (rev 181346)
+++ PKGBUILD2013-04-03 12:10:05 UTC (rev 181347)
@@ -3,14 +3,14 @@
 
 pkgname=baobab
 pkgver=3.8.0
-pkgrel=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' 'hicolor-icon-theme' 
'desktop-file-utils')
 makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome-extra')
+groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2013-03-25 Thread Jan de Groot
Date: Tuesday, March 26, 2013 @ 00:53:49
  Author: jgc
Revision: 180729

upgpkg: baobab 3.8.0-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 23:50:31 UTC (rev 180728)
+++ PKGBUILD2013-03-25 23:53:49 UTC (rev 180729)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.6.4
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5539558ef3411e14cb165a3e77f2d0451e984722a71a7a7d0f72fe29360cb2e')
+sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2013-01-16 Thread Jan de Groot
Date: Wednesday, January 16, 2013 @ 06:12:28
  Author: jgc
Revision: 175195

upgpkg: baobab 3.6.4-1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-16 11:05:56 UTC (rev 175194)
+++ PKGBUILD2013-01-16 11:12:28 UTC (rev 175195)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.6.3
+pkgver=3.6.4
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('24ec516b12da234f1bd7bff3ccb2be9a46dff0b1fb0fa6cd79ff50549a295eb1')
+sha256sums=('e5539558ef3411e14cb165a3e77f2d0451e984722a71a7a7d0f72fe29360cb2e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-11-15 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 09:14:15
  Author: heftig
Revision: 171028

3.6.3

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 13:47:06 UTC (rev 171027)
+++ PKGBUILD2012-11-15 14:14:15 UTC (rev 171028)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8ffef397f11fb1e7105d1429be828e88b9ceb5746984f0bb978e66e87faf047a')
+sha256sums=('24ec516b12da234f1bd7bff3ccb2be9a46dff0b1fb0fa6cd79ff50549a295eb1')
 
 build() {
   cd $pkgname-$pkgver
@@ -24,6 +24,9 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-10-16 Thread Jan Steffens
Date: Tuesday, October 16, 2012 @ 18:32:08
  Author: heftig
Revision: 168952

3.6.2

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-16 22:30:22 UTC (rev 168951)
+++ PKGBUILD2012-10-16 22:32:08 UTC (rev 168952)
@@ -2,18 +2,18 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.6.0
+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')
+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=('cb252b5384287b31d5f945607ad4c8432fd2936087e714ab9d052ca0c08ffb55')
+sha256sums=('8ffef397f11fb1e7105d1429be828e88b9ceb5746984f0bb978e66e87faf047a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD baobab.install)

2012-10-01 Thread Jan de Groot
Date: Monday, October 1, 2012 @ 07:48:15
  Author: jgc
Revision: 167333

upgpkg: baobab 3.6.0-1

3.6.0

Modified:
  baobab/trunk/PKGBUILD
  baobab/trunk/baobab.install

+
 PKGBUILD   |5 +++--
 baobab.install |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-01 11:36:11 UTC (rev 167332)
+++ PKGBUILD2012-10-01 11:48:15 UTC (rev 167333)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
+
 pkgname=baobab
-pkgver=3.5.92
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -12,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d8b5866c003485d4e88a1d076bfb27864de9f849985cbd0ad517a37d07b97c1b')
+sha256sums=('cb252b5384287b31d5f945607ad4c8432fd2936087e714ab9d052ca0c08ffb55')
 
 build() {
   cd $pkgname-$pkgver

Modified: baobab.install
===
--- baobab.install  2012-10-01 11:36:11 UTC (rev 167332)
+++ baobab.install  2012-10-01 11:48:15 UTC (rev 167333)
@@ -1,6 +1,7 @@
 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() {



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:56:20
  Author: jgc
Revision: 166846

upgpkg: baobab 3.5.92-1

Update to 3.5.92

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 21:54:40 UTC (rev 166845)
+++ PKGBUILD2012-09-19 21:56:20 UTC (rev 166846)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=baobab
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.5.92
+pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
 url=http://gnome.org;
 license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'libgtop')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
 makedepends=('intltool' 'itstool')
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf5022846088021949f7')
+sha256sums=('d8b5866c003485d4e88a1d076bfb27864de9f849985cbd0ad517a37d07b97c1b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-06-17 Thread Ionut Biru
Date: Sunday, June 17, 2012 @ 18:49:59
  Author: ibiru
Revision: 161978

fix dependency FS#30327 

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-17 22:25:00 UTC (rev 161977)
+++ PKGBUILD2012-06-17 22:49:59 UTC (rev 161978)
@@ -2,12 +2,12 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=baobab
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
 url=http://gnome.org;
 license=('GPL2')
-depends=('dconf' 'gtk3' 'libgtop')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'libgtop')
 makedepends=('intltool' 'itstool')
 groups=('gnome-extra')
 install=$pkgname.install



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-04-05 Thread Jan Steffens
Date: Thursday, April 5, 2012 @ 09:05:06
  Author: heftig
Revision: 155718

3.4.1

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-05 12:16:28 UTC (rev 155717)
+++ PKGBUILD2012-04-05 13:05:06 UTC (rev 155718)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=baobab
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0936bb2e1bb9a9a7518eaa2a29cffd0bd9b99ae9c33e4e99b5d11c6d150a08bd')
+sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf5022846088021949f7')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 09:10:32
  Author: heftig
Revision: 154621

3.4.0

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 13:09:31 UTC (rev 154620)
+++ PKGBUILD2012-03-30 13:10:32 UTC (rev 154621)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=baobab
-pkgver=3.3.4
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f855dcc3893ca5b8d83766ff721368856c51e1e17ca51c42353b1404c938ba8')
+sha256sums=('0936bb2e1bb9a9a7518eaa2a29cffd0bd9b99ae9c33e4e99b5d11c6d150a08bd')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in baobab/trunk (PKGBUILD)

2012-03-19 Thread Ionut Biru
Date: Monday, March 19, 2012 @ 15:10:06
  Author: ibiru
Revision: 153819

update to 3.3.4

Modified:
  baobab/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 19:07:07 UTC (rev 153818)
+++ PKGBUILD2012-03-19 19:10:06 UTC (rev 153819)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=baobab
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -9,9 +9,10 @@
 license=('GPL2')
 depends=('dconf' 'gtk3' 'libgtop')
 makedepends=('intltool' 'itstool')
+groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45fdb329364a7a85e2282764d848f1dfbe03b6d684af64cded537b91912ae9cd')
+sha256sums=('2f855dcc3893ca5b8d83766ff721368856c51e1e17ca51c42353b1404c938ba8')
 
 build() {
   cd $pkgname-$pkgver