[arch-commits] Commit in libmanette/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Oct 22 22:04:19 UTC 2020
Date: Thursday, October 22, 2020 @ 22:04:18
Author: bgyorgy
Revision: 730238
archrelease: copy trunk to community-x86_64
Added:
libmanette/repos/community-x86_64/PKGBUILD
(from rev 730237, libmanette/trunk/PKGBUILD)
Deleted:
libmanette/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-22 22:04:15 UTC (rev 730237)
+++ PKGBUILD 2020-10-22 22:04:18 UTC (rev 730238)
@@ -1,22 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libmanette
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Simple GObject game controller library'
-arch=('x86_64')
-license=('LGPL2.1')
-url='https://wiki.gnome.org/Apps/Games'
-depends=('libevdev' 'libgudev')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('4fe0a4bed6b4c3ae7249d341031c27b32f8d9e0ffb5337d71cbcec7160362cf7')
-
-build() {
- arch-meson $pkgname-$pkgver build
- ninja -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: libmanette/repos/community-x86_64/PKGBUILD (from rev 730237, libmanette/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-22 22:04:18 UTC (rev 730238)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libmanette
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Simple GObject game controller library'
+arch=('x86_64')
+license=('LGPL2.1')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('libevdev' 'libgudev')
+makedepends=('gobject-introspection' 'meson' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('8006e08480c0cbd4f749ec155827d100447cf23903fad8240a7c4c321aa09a2b')
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list