Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / bolt


Commits:
e74417c4 by Jan Alexander Steffens (heftig) at 2024-01-17T21:13:35+01:00
0.9.6-2: Fix rules.d dir mode for polkit 124

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = bolt
        pkgdesc = Thunderbolt 3 device manager
        pkgver = 0.9.6
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.freedesktop.org/bolt/bolt
        arch = x86_64
-       license = LGPL
+       license = LGPL-2.1-or-later
        checkdepends = umockdev
        makedepends = asciidoc
        makedepends = meson


=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
 
 pkgname=bolt
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Thunderbolt 3 device manager"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/bolt/bolt";
-license=('LGPL')
+license=('LGPL-2.1-or-later')
 depends=('polkit' 'systemd')
 makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
 checkdepends=('umockdev')
@@ -18,7 +18,7 @@ build() {
   cd $pkgname-$pkgver
 
   arch-meson ../build
-  ninja -v -C ../build
+  meson compile -v -C ../build
 }
 
 check() {
@@ -30,6 +30,5 @@ check() {
 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"
+  meson install -C ../build --destdir "${pkgdir}"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bolt/-/commit/e74417c4158551c1fd34de32d29265dff9ccd13a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bolt/-/commit/e74417c4158551c1fd34de32d29265dff9ccd13a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to