Date: Sunday, March 12, 2023 @ 16:34:05
  Author: jelle
Revision: 1419382

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 16:33:57 UTC (rev 1419381)
+++ PKGBUILD    2023-03-12 16:34:05 UTC (rev 1419382)
@@ -1,22 +0,0 @@
-# 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
-}

Copied: libmanette/repos/community-x86_64/PKGBUILD (from rev 1419381, 
libmanette/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 16:34:05 UTC (rev 1419382)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libmanette
+pkgver=0.2.6
+pkgrel=4
+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() {
+  meson install -C build --destdir "$pkgdir"
+}

Reply via email to