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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Feb 16 12:15:19 UTC 2019


    Date: Saturday, February 16, 2019 @ 12:15:18
  Author: jlichtblau
Revision: 433478

archrelease: copy trunk to community-x86_64

Added:
  bolt/repos/community-x86_64/PKGBUILD
    (from rev 433477, bolt/trunk/PKGBUILD)
Deleted:
  bolt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 39 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 12:15:07 UTC (rev 433477)
+++ PKGBUILD	2019-02-16 12:15:18 UTC (rev 433478)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=bolt
-pkgver=0.7
-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')
-checkdepends=('umockdev')
-source=("https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('46edbd2265a565625d8d236cc33c2c75125925a44960993d254453ae3ff09262')
-
-build() {
-  cd $pkgname-$pkgver
-
-  install -d ../build
-  arch-meson ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  ninja -C ../build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  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"
-}

Copied: bolt/repos/community-x86_64/PKGBUILD (from rev 433477, bolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-16 12:15:18 UTC (rev 433478)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=bolt
+pkgver=0.7
+pkgrel=2
+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')
+checkdepends=('umockdev')
+source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('46edbd2265a565625d8d236cc33c2c75125925a44960993d254453ae3ff09262')
+
+build() {
+  cd $pkgname-$pkgver
+
+  install -d ../build
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  ninja -C ../build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  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"
+# D-Bus policy in /usr/share/dbus-1/system.d
+  mv "${pkgdir}"/etc/dbus-1/system.d/ "${pkgdir}"/usr/share/dbus-1/ && rm -r "${pkgdir}"/etc
+}



More information about the arch-commits mailing list