[arch-commits] Commit in libmanette/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Oct 4 16:10:06 UTC 2019


    Date: Friday, October 4, 2019 @ 16:10:06
  Author: bgyorgy
Revision: 512828

archrelease: copy trunk to community-x86_64

Added:
  libmanette/repos/community-x86_64/PKGBUILD
    (from rev 512827, libmanette/trunk/PKGBUILD)
Deleted:
  libmanette/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 ++++++++++++++++++++++----------------------------
 1 file changed, 22 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-04 16:10:02 UTC (rev 512827)
+++ PKGBUILD	2019-10-04 16:10:06 UTC (rev 512828)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libmanette
-pkgver=0.2.2
-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=('8b1b9fbaf84f1e383141a5715a2494f507e62313721ad993c39a868fc5ccf7d2')
-
-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 512827, libmanette/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-04 16:10:06 UTC (rev 512828)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libmanette
+pkgver=0.2.3
+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=('c0f065155ae64ceda7a880536878685aeeee4c55fd17aaea8ef0bc2fac3cb0ff')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list