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

Bruno Pagani archange at archlinux.org
Sat Jul 18 13:33:50 UTC 2020


    Date: Saturday, July 18, 2020 @ 13:33:49
  Author: archange
Revision: 664413

upgpkg: gnome-firmware 3.36.0-1

Modified:
  gnome-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-18 11:10:30 UTC (rev 664412)
+++ PKGBUILD	2020-07-18 13:33:49 UTC (rev 664413)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=gnome-firmware
-pkgver=3.34.0
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Manage firmware on devices supported by fwupd"
 arch=(x86_64)
@@ -9,24 +9,14 @@
 license=(GPL2)
 depends=(gtk3 glib2 fwupd libxmlb libsoup systemd)
 makedepends=(meson help2man)
-source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz
-        gnome-firmware-fix-help2man-build.patch::https://gitlab.gnome.org/hughsie/gnome-firmware-updater/commit/cb93d1522e6ef927ee458e40eddc793f85c8a746.patch
-        gnome-firmware-fix-headless-build.patch::https://gitlab.gnome.org/hughsie/gnome-firmware-updater/commit/c4f076f2c902080618e0c27dec924fd0019f68a3.patch)
-sha256sums=('bd33a3db43b6e5ab873cbbe304ac60e6fb4f56c9a6b1135a90561c51dfaed668'
-            '3250081789f57e308c073ee2b27fa8519f0be586a4f036ef046abc55b2c4c6d7'
-            'a53e8f89c7915c79f9f00bb5863af363a3452f6225f2f27007179cc3f962abe4')
+source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('085da82f7c4a027abcd8cbc2c66da92158eff723d4cdffc1cf032ebd590215f4')
 
-prepare() {
-    cd ${pkgname}-${pkgver}
-    patch -p1 -i ../gnome-firmware-fix-help2man-build.patch
-    patch -p1 -i ../gnome-firmware-fix-headless-build.patch
-}
-
 build() {
 	arch-meson ${pkgname}-${pkgver} build
-	ninja -C build
+	meson compile -C build
 }
 
 package() {
-	DESTDIR="$pkgdir" ninja -C build install
+	DESTDIR="${pkgdir}" meson install -C build
 }



More information about the arch-commits mailing list