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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Sep 24 20:21:36 UTC 2018


    Date: Monday, September 24, 2018 @ 20:21:36
  Author: jlichtblau
Revision: 384682

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-24 20:21:26 UTC (rev 384681)
+++ PKGBUILD	2018-09-24 20:21:36 UTC (rev 384682)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=bolt
-pkgver=0.4
-pkgrel=2
-pkgdesc="Thunderbolt 3 device manager"
-arch=('i686' 'x86_64')
-url="https://gitlab.freedesktop.org/bolt/bolt"
-license=('LGPL')
-depends=('polkit' 'systemd')
-makedepends=('asciidoc' 'meson')
-checkdepends=('umockdev')
-source=("https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('7692799545cd84b31aa7145712c55e36afc0d369c62157b19e5e865deae5f6f6')
-
-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 384681, bolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-24 20:21:36 UTC (rev 384682)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=bolt
+pkgver=0.5
+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=('f0ed0a6f50fd3a741fbe2b51290daf1cd4c9d4859941df832c5c1f681a418631')
+
+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"
+}



More information about the arch-commits mailing list