[arch-commits] Commit in gnome-disk-utility/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Feb 11 15:53:42 UTC 2021


    Date: Thursday, February 11, 2021 @ 15:53:42
  Author: heftig
Revision: 407842

archrelease: copy trunk to extra-x86_64

Added:
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
    (from rev 407840, gnome-disk-utility/trunk/PKGBUILD)
Deleted:
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-11 15:53:42 UTC (rev 407841)
+++ PKGBUILD	2021-02-11 15:53:42 UTC (rev 407842)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.38.1
-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-libs)
-makedepends=(yelp-tools appstream-glib git meson)
-_commit=a7ace2476c214715e5e91e9652e3e2bd2c745191  # tags/3.38.1^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'
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-disk-utility/repos/extra-x86_64/PKGBUILD (from rev 407840, gnome-disk-utility/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-11 15:53:42 UTC (rev 407842)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.38.2
+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-libs)
+makedepends=(yelp-tools appstream-glib git meson)
+_commit=140baa1bf7b954106ce8d318518d39cb916ae815  # tags/3.38.2^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'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list