[arch-commits] Commit in fwupd (5 files)

Bruno Pagani archange at archlinux.org
Wed Jul 5 09:55:07 UTC 2017


    Date: Wednesday, July 5, 2017 @ 09:55:06
  Author: archange
Revision: 242392

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fwupd/repos/
  fwupd/repos/community-i686/
  fwupd/repos/community-i686/PKGBUILD
    (from rev 242391, fwupd/trunk/PKGBUILD)
  fwupd/repos/community-x86_64/
  fwupd/repos/community-x86_64/PKGBUILD
    (from rev 242391, fwupd/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   43 +++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: fwupd/repos/community-i686/PKGBUILD (from rev 242391, fwupd/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-07-05 09:55:06 UTC (rev 242392)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=fwupd
+pkgver=0.9.5
+pkgrel=3
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord')
+makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
+             'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
+             'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('876bb4c1cc5b27bb5f30e1c5d81522c82554738bede9a811f9e352966e58453e')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    meson --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib \
+        --buildtype=release \
+        ../build
+
+    ninja -v -C ../build
+}
+
+check() {
+    cd build
+    mesontest
+}
+
+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 242391, fwupd/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-07-05 09:55:06 UTC (rev 242392)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=fwupd
+pkgver=0.9.5
+pkgrel=3
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord')
+makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
+             'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
+             'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('876bb4c1cc5b27bb5f30e1c5d81522c82554738bede9a811f9e352966e58453e')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    meson --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib \
+        --buildtype=release \
+        ../build
+
+    ninja -v -C ../build
+}
+
+check() {
+    cd build
+    mesontest
+}
+
+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