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

Jan Steffens heftig at gemini.archlinux.org
Wed Mar 30 19:16:09 UTC 2022


    Date: Wednesday, March 30, 2022 @ 19:16:08
  Author: heftig
Revision: 440995

42.0-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 18:26:42 UTC (rev 440994)
+++ PKGBUILD	2022-03-30 19:16:08 UTC (rev 440995)
@@ -2,16 +2,17 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=baobab
-pkgver=41.0
+pkgver=42.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 libhandy)
+depends=(dconf gtk4 gsettings-desktop-schemas librsvg libadwaita)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=0eaa3cf519298ab1b2be5ab18b5ecf1dfbadd002  # tags/41.0^0
+options=(debug)
+_commit=bffc1c040ee75e0cb0675d0bc1a59619ff57366c  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit"
         no-mimetype.diff)
 sha256sums=('SKIP'
@@ -18,12 +19,12 @@
             '958a85fe3a2001d16ebcf71b51888f260508af87224a0de3410a6bbe685e59d0')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd baobab
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd baobab
 
   # https://bugs.archlinux.org/task/31861
   git apply -3 ../no-mimetype.diff
@@ -30,7 +31,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson baobab build
   meson compile -C build
 }
 



More information about the arch-commits mailing list