[arch-commits] Commit in bolt/repos (2 files)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Fri Jan 28 07:17:12 UTC 2022


    Date: Friday, January 28, 2022 @ 07:17:12
  Author: jlichtblau
Revision: 1118041

archrelease: copy trunk to community-testing-x86_64

Added:
  bolt/repos/community-testing-x86_64/
  bolt/repos/community-testing-x86_64/PKGBUILD
    (from rev 1118040, bolt/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: bolt/repos/community-testing-x86_64/PKGBUILD (from rev 1118040, bolt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-01-28 07:17:12 UTC (rev 1118041)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=bolt
+pkgver=0.9.2
+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=('9119ad9bbc6406b401b5cae99d2b583006ef6c0e61e48a9d120a7f832b202b4e')
+
+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