[arch-commits] Commit in libmanette/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Aug 18 20:37:22 UTC 2018
Date: Saturday, August 18, 2018 @ 20:37:22
Author: bgyorgy
Revision: 372701
archrelease: copy trunk to community-x86_64
Added:
libmanette/repos/community-x86_64/PKGBUILD
(from rev 372700, libmanette/trunk/PKGBUILD)
Deleted:
libmanette/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-18 20:37:19 UTC (rev 372700)
+++ PKGBUILD 2018-08-18 20:37:22 UTC (rev 372701)
@@ -1,29 +0,0 @@
-# $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
-}
Copied: libmanette/repos/community-x86_64/PKGBUILD (from rev 372700, libmanette/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-18 20:37:22 UTC (rev 372701)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libmanette
+pkgver=0.2.1
+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=('023508e8cbae3c24697a6145aea6a0ba888e0a920fe8ee87f7231972c1f87893')
+
+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