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

Balló György bgyorgy at archlinux.org
Mon Mar 11 11:53:47 UTC 2019


    Date: Monday, March 11, 2019 @ 11:53:47
  Author: bgyorgy
Revision: 439748

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 11:53:42 UTC (rev 439747)
+++ PKGBUILD	2019-03-11 11:53:47 UTC (rev 439748)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: libmanette/repos/community-x86_64/PKGBUILD (from rev 439747, libmanette/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-11 11:53:47 UTC (rev 439748)
@@ -0,0 +1,28 @@
+# 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
+}



More information about the arch-commits mailing list