[arch-commits] Commit in bolt/repos (2 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Jun 15 20:16:54 UTC 2020
Date: Monday, June 15, 2020 @ 20:16:53
Author: jlichtblau
Revision: 645495
archrelease: copy trunk to community-testing-x86_64
Added:
bolt/repos/community-testing-x86_64/
bolt/repos/community-testing-x86_64/PKGBUILD
(from rev 645494, bolt/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: bolt/repos/community-testing-x86_64/PKGBUILD (from rev 645494, bolt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-06-15 20:16:53 UTC (rev 645495)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=bolt
+pkgver=0.9
+pkgrel=1
+pkgdesc="Thunderbolt 3 device manager"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/bolt/bolt"
+license=('LGPL')
+depends=('polkit' 'systemd')
+makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
+checkdepends=('umockdev')
+source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49fe4cb2cd3361fd104f9c2cd7cbbf791e867038590a968dc39377b27008969a')
+
+build() {
+ cd $pkgname-$pkgver
+
+ arch-meson ../build
+ ninja -v -C ../build
+}
+
+check() {
+ cd $pkgname-$pkgver
+
+ meson test -C ../build --print-errorlogs
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ DESTDIR="${pkgdir}" meson install -C ../build
+ install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}
More information about the arch-commits
mailing list