Date: Tuesday, October 25, 2022 @ 18:07:51
  Author: heftig
Revision: 458954

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-disk-utility/repos/gnome-unstable-x86_64/
  gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 458953, gnome-disk-utility/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
458953, gnome-disk-utility/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2022-10-25 18:07:51 UTC (rev 458954)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=43.0
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-disk-utility";
+arch=(x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify
+         parted systemd libhandy)
+makedepends=(git meson docbook-xsl)
+options=(debug)
+_commit=26ddd45f309a0592cf8f0b2492498ad2be9a0959  # tags/43.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname 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:

Reply via email to