[arch-commits] Commit in celluloid/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat May 1 21:02:07 UTC 2021
Date: Saturday, May 1, 2021 @ 21:02:06
Author: bgyorgy
Revision: 926048
Minor changes
Modified:
celluloid/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-01 20:56:33 UTC (rev 926047)
+++ PKGBUILD 2021-05-01 21:02:06 UTC (rev 926048)
@@ -5,12 +5,12 @@
pkgver=0.21
pkgrel=1
pkgdesc='Simple GTK+ frontend for mpv'
-arch=(x86_64)
+arch=('x86_64')
url='https://celluloid-player.github.io/'
-license=(GPL3)
-depends=(gtk3 mpv)
-makedepends=(meson)
-replaces=(gnome-mpv)
+license=('GPL3')
+depends=('gtk3' 'mpv')
+makedepends=('appstream-glib' 'meson')
+replaces=('gnome-mpv')
source=("https://github.com/celluloid-player/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
#validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
sha256sums=('2299d8cc1a5a620cc3686495da22ac4ccd6dd020827d9dd27e19a61d83707eb7')
@@ -17,9 +17,13 @@
build() {
arch-meson $pkgname-$pkgver build
- ninja -C build
+ meson compile -C build
}
+check() {
+ meson test -C build --print-errorlogs
+}
+
package() {
DESTDIR="$pkgdir" meson install -C build
}
More information about the arch-commits
mailing list