[arch-commits] Commit in fwupd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Thu Jun 7 21:20:59 UTC 2018
Date: Thursday, June 7, 2018 @ 21:20:53
Author: archange
Revision: 341917
archrelease: copy trunk to community-x86_64
Added:
fwupd/repos/community-x86_64/PKGBUILD
(from rev 341916, fwupd/trunk/PKGBUILD)
Deleted:
fwupd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-07 21:18:38 UTC (rev 341916)
+++ PKGBUILD 2018-06-07 21:20:53 UTC (rev 341917)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-
-pkgname=fwupd
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 'gobject-introspection'
- 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject' 'vala')
-checkdepends=('umockdev')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('bca73fb9995249e1998b2288dc9eef31e55902acbe13bdd8e416c5031cc64757' 'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
-
-build() {
- cd ${pkgname}-${pkgver}
- arch-meson -D b_lto=false ../build
- ninja -v -C ../build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
- # Fixup mode to match polkit
- install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
- # Remove the tests
- rm -r ${pkgdir}/usr/share/installed-tests/
-}
Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 341916, fwupd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-07 21:20:53 UTC (rev 341917)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=fwupd
+pkgver=1.0.8
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('LGPL')
+depends=('appstream-glib' 'fwupdate' 'python')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 'python-pillow' 'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject' 'vala')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('96a68c8bfd9c2b1d961fcd80fe623099aed96177c1f537190e8b24655a6e501f' 'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ arch-meson -D b_lto=false ../build
+ ninja -v -C ../build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+ # Fixup mode to match polkit
+ install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+ # Remove the tests
+ rm -r ${pkgdir}/usr/share/installed-tests/
+}
More information about the arch-commits
mailing list