Date: Sunday, September 27, 2020 @ 15:48:11
  Author: heftig
Revision: 396720

archrelease: copy trunk to extra-x86_64

Added:
  baobab/repos/extra-x86_64/PKGBUILD
    (from rev 396719, baobab/trunk/PKGBUILD)
  baobab/repos/extra-x86_64/no-mimetype.diff
    (from rev 396719, baobab/trunk/no-mimetype.diff)
Deleted:
  baobab/repos/extra-x86_64/PKGBUILD

------------------+
 PKGBUILD         |   80 ++++++++++++++++++++++++++++-------------------------
 no-mimetype.diff |   12 +++++++
 2 files changed, 55 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-27 15:47:58 UTC (rev 396719)
+++ PKGBUILD    2020-09-27 15:48:11 UTC (rev 396720)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-
-pkgname=baobab
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
-arch=(x86_64)
-license=(GPL2)
-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')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-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"
-}

Copied: baobab/repos/extra-x86_64/PKGBUILD (from rev 396719, 
baobab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-09-27 15:48:11 UTC (rev 396720)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=baobab
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
+arch=(x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_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
+  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
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: baobab/repos/extra-x86_64/no-mimetype.diff (from rev 396719, 
baobab/trunk/no-mimetype.diff)
===================================================================
--- no-mimetype.diff                            (rev 0)
+++ no-mimetype.diff    2020-09-27 15:48:11 UTC (rev 396720)
@@ -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

Reply via email to