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

Balló György bgyorgy at archlinux.org
Tue May 4 17:35:26 UTC 2021


    Date: Tuesday, May 4, 2021 @ 17:35:26
  Author: bgyorgy
Revision: 927401

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-04 17:35:17 UTC (rev 927400)
+++ PKGBUILD	2021-05-04 17:35:26 UTC (rev 927401)
@@ -1,22 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libmanette
-pkgver=0.2.6
-pkgrel=1
-pkgdesc='Simple GObject game controller library'
-arch=('x86_64')
-license=('LGPL2.1')
-url='https://gnome.pages.gitlab.gnome.org/libmanette/'
-depends=('libevdev' 'libgudev')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267636bac')
-
-build() {
-  arch-meson $pkgname-$pkgver build -D doc=true
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libmanette/repos/community-x86_64/PKGBUILD (from rev 927400, libmanette/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-04 17:35:26 UTC (rev 927401)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libmanette
+pkgver=0.2.6
+pkgrel=2
+pkgdesc='Simple GObject game controller library'
+arch=('x86_64')
+url='https://gnome.pages.gitlab.gnome.org/libmanette/'
+license=('LGPL2.1')
+depends=('libevdev' 'libgudev')
+makedepends=('gobject-introspection' 'meson' 'systemd' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267636bac')
+
+build() {
+  arch-meson $pkgname-$pkgver build -D doc=true
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list