[arch-commits] Commit in libratbag/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Aug 4 15:13:49 UTC 2019
Date: Sunday, August 4, 2019 @ 15:13:49
Author: ffy00
Revision: 497360
archrelease: copy trunk to community-x86_64
Added:
libratbag/repos/community-x86_64/PKGBUILD
(from rev 497359, libratbag/trunk/PKGBUILD)
Deleted:
libratbag/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-04 15:13:44 UTC (rev 497359)
+++ PKGBUILD 2019-08-04 15:13:49 UTC (rev 497360)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=libratbag
-pkgver=0.9.906
-pkgrel=1
-pkgdesc='A DBus daemon to configure gaming mice'
-arch=('x86_64')
-url='https://github.com/libratbag/libratbag'
-license=('MIT')
-depends=('glib2' 'libevdev' 'libudev.so' 'python' 'python-evdev')
-makedepends=('meson' 'swig' 'git' 'python-sphinx' 'python-sphinx_rtd_theme')
-checkdepends=('check' 'valgrind' 'python-gobject' 'python-lxml')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f241c931a566b1b008c5cffee59f782ef448425e28c47186067e681e6af6ba0bd2f53d3cedac038628464fa72c6dade4d940750d903b69c081911d9d9ed5ee18')
-provides=('ratbagd' 'liblur')
-conflicts=('ratbagd' 'liblur')
-
-prepare() {
- sed -i 's|sphinx-build3|sphinx-build|' $pkgname-$pkgver/doc/meson.build
-}
-
-build() {
- mkdir -p $pkgname-$pkgver/build
- cd $pkgname-$pkgver/build
-
- arch-meson .. \
- -Dsystemd-unit-dir=/usr/lib/systemd/system \
- -Ddocumentation=true
-
- ninja
-}
-
-check() {
- cd $pkgname-$pkgver/build
-
- meson test --no-rebuild
-}
-
-package() {
- cd $pkgname-$pkgver/build
-
- DESTDIR="$pkgdir" ninja install
-
- # Install documentation
- install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
- cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname
-
- # Install license
- install -Dm 644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
Copied: libratbag/repos/community-x86_64/PKGBUILD (from rev 497359, libratbag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-04 15:13:49 UTC (rev 497360)
@@ -0,0 +1,51 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=libratbag
+pkgver=0.10
+pkgrel=1
+pkgdesc='A DBus daemon to configure gaming mice'
+arch=('x86_64')
+url='https://github.com/libratbag/libratbag'
+license=('MIT')
+depends=('glib2' 'libevdev' 'libudev.so' 'libunistring' 'json-glib' 'python' 'python-evdev')
+makedepends=('meson' 'swig' 'git' 'python-sphinx' 'python-sphinx_rtd_theme')
+checkdepends=('check' 'valgrind' 'python-gobject' 'python-lxml')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('e8f7cd41f394dd72b5f7c4bde710965364dc5a45061f7837fb501b9adbf23429d1793041c52401992e8394ce81b9e854fcd66ec5cb8e99a81bee774cea95c45c')
+provides=('ratbagd' 'liblur')
+conflicts=('ratbagd' 'liblur')
+
+prepare() {
+ sed -i 's|sphinx-build3|sphinx-build|' $pkgname-$pkgver/doc/meson.build
+}
+
+build() {
+ mkdir -p $pkgname-$pkgver/build
+ cd $pkgname-$pkgver/build
+
+ arch-meson .. \
+ -Dsystemd-unit-dir=/usr/lib/systemd/system \
+ -Ddocumentation=true
+
+ ninja
+}
+
+check() {
+ cd $pkgname-$pkgver/build
+
+ meson test --no-rebuild
+}
+
+package() {
+ cd $pkgname-$pkgver/build
+
+ DESTDIR="$pkgdir" ninja install
+
+ # Install documentation
+ install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+ cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install license
+ install -Dm 644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
More information about the arch-commits
mailing list