[arch-commits] Commit in bolt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Jan 1 19:10:42 UTC 2019
Date: Tuesday, January 1, 2019 @ 19:10:41
Author: foxboron
Revision: 420219
archrelease: copy trunk to community-x86_64
Added:
bolt/repos/community-x86_64/PKGBUILD
(from rev 420218, bolt/trunk/PKGBUILD)
Deleted:
bolt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-01 19:10:31 UTC (rev 420218)
+++ PKGBUILD 2019-01-01 19:10:41 UTC (rev 420219)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=bolt
-pkgver=0.6
-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=('0a50cfcf73cbc897c2d265b227afe1799d9d846c64f866fffb62dd486d5b3c4b')
-
-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 420218, bolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-01 19:10:41 UTC (rev 420219)
@@ -0,0 +1,37 @@
+# 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"
+}
More information about the arch-commits
mailing list