[arch-commits] Commit in libmanette/repos/community-x86_64 (PKGBUILD PKGBUILD)
Allan McRae
allan at gemini.archlinux.org
Mon Apr 25 03:33:32 UTC 2022
Date: Monday, April 25, 2022 @ 03:33:32
Author: allan
Revision: 1189856
archrelease: copy trunk to community-x86_64
Added:
libmanette/repos/community-x86_64/PKGBUILD
(from rev 1189855, libmanette/trunk/PKGBUILD)
Deleted:
libmanette/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-25 03:33:07 UTC (rev 1189855)
+++ PKGBUILD 2022-04-25 03:33:32 UTC (rev 1189856)
@@ -1,22 +0,0 @@
-# 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
-}
Copied: libmanette/repos/community-x86_64/PKGBUILD (from rev 1189855, libmanette/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-25 03:33:32 UTC (rev 1189856)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libmanette
+pkgver=0.2.6
+pkgrel=3
+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