Date: Tuesday, March 21, 2023 @ 22:48:10
  Author: heftig
Revision: 471730

archrelease: copy trunk to extra-x86_64

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

------------------+
 PKGBUILD         |  106 ++++++++++++++++++++++++++++++-----------------------
 no-mimetype.diff |   24 ++++++------
 2 files changed, 72 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 22:48:10 UTC (rev 471729)
+++ PKGBUILD    2023-03-21 22:48:10 UTC (rev 471730)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgname=baobab
-pkgver=43.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
-arch=(x86_64)
-license=(GPL2)
-depends=(dconf gtk4 gsettings-desktop-schemas librsvg libadwaita)
-makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome)
-options=(debug)
-_commit=477d451dba1a26d52b159327280c24264862e6ba  # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit";
-        no-mimetype.diff)
-sha256sums=('SKIP'
-            '958a85fe3a2001d16ebcf71b51888f260508af87224a0de3410a6bbe685e59d0')
-
-pkgver() {
-  cd baobab
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd baobab
-
-  # https://bugs.archlinux.org/task/31861
-  git apply -3 ../no-mimetype.diff
-}
-
-build() {
-  arch-meson baobab build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: baobab/repos/extra-x86_64/PKGBUILD (from rev 471727, 
baobab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-21 22:48:10 UTC (rev 471730)
@@ -0,0 +1,60 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=baobab
+pkgver=44.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
+arch=(x86_64)
+license=(GPL2)
+depends=(
+  dconf
+  gsettings-desktop-schemas
+  gtk4
+  libadwaita
+  librsvg
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  meson
+  vala
+  yelp-tools
+)
+groups=(gnome)
+_commit=13681aee6a35c8d4f98fa7a92736ffb6dc757e0f  # tags/44.0^0
+source=(
+  "git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit";
+  no-mimetype.diff
+)
+b2sums=('SKIP'
+        
'71e04f307e842fa0676f5b64f55e8be908e3075a9b948a6ab3979b51a8db08fdd07c0f214adb74d5461b4f175a14a7bf9867cf2c9b044660a5b46bc8ea296a22')
+
+pkgver() {
+  cd baobab
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd baobab
+
+  # https://bugs.archlinux.org/task/31861
+  git apply -3 ../no-mimetype.diff
+}
+
+build() {
+  arch-meson baobab build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Deleted: no-mimetype.diff
===================================================================
--- no-mimetype.diff    2023-03-21 22:48:10 UTC (rev 471729)
+++ no-mimetype.diff    2023-03-21 22:48:10 UTC (rev 471730)
@@ -1,12 +0,0 @@
-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

Copied: baobab/repos/extra-x86_64/no-mimetype.diff (from rev 471727, 
baobab/trunk/no-mimetype.diff)
===================================================================
--- no-mimetype.diff                            (rev 0)
+++ no-mimetype.diff    2023-03-21 22:48:10 UTC (rev 471730)
@@ -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