[arch-commits] Commit in libmanette (3 files)

Balló György bgyorgy at archlinux.org
Fri Mar 23 20:37:11 UTC 2018


    Date: Friday, March 23, 2018 @ 20:37:09
  Author: bgyorgy
Revision: 311650

archrelease: copy trunk to community-testing-x86_64

Added:
  libmanette/repos/
  libmanette/repos/community-testing-x86_64/
  libmanette/repos/community-testing-x86_64/PKGBUILD
    (from rev 311649, libmanette/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: libmanette/repos/community-testing-x86_64/PKGBUILD (from rev 311649, libmanette/trunk/PKGBUILD)
===================================================================
--- repos/community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD	2018-03-23 20:37:09 UTC (rev 311650)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libmanette
+pkgver=0.2.0
+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=('af9e59b8d9ab792391a229c2824cac99740676785fdd460588fe9f5a05e613ff')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list