[arch-commits] Commit in fwupd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Wed Feb 21 12:09:59 UTC 2018


    Date: Wednesday, February 21, 2018 @ 12:09:58
  Author: archange
Revision: 296668

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
    (from rev 296667, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-21 12:09:40 UTC (rev 296667)
+++ PKGBUILD	2018-02-21 12:09:58 UTC (rev 296668)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-
-pkgname=fwupd
-pkgver=1.0.4
-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' 'docbook-utils' 'docbook-sgml' 'perl-sgmls' 'help2man'
-             'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
-             'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
-checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('925a8e37400e6327f0b6ca5861b6d633b97b168a2b86c63d6a5071f7ad5b08b2')
-
-build() {
-    cd ${pkgname}-${pkgver}
-
-    arch-meson -D b_lto=false ../build
-
-    ninja -v -C ../build
-}
-
-check() {
-    cd build
-    # https://github.com/hughsie/fwupd/issues/370
-    meson test || echo "WARNING: Tests failed"
-}
-
-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 296667, fwupd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-21 12:09:58 UTC (rev 296668)
@@ -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.5
+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')
+checkdepends=('umockdev')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324')
+
+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