[arch-commits] Commit in (4 files)

Balló György bgyorgy at archlinux.org
Thu Aug 29 15:42:20 UTC 2019


    Date: Thursday, August 29, 2019 @ 15:42:20
  Author: bgyorgy
Revision: 504964

Replace gnome-mpv with celluloid

It was renamed by upstream.

Added:
  celluloid/
  celluloid/trunk/
  celluloid/trunk/PKGBUILD
Deleted:
  gnome-mpv/

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: celluloid/trunk/PKGBUILD
===================================================================
--- celluloid/trunk/PKGBUILD	                        (rev 0)
+++ celluloid/trunk/PKGBUILD	2019-08-29 15:42:20 UTC (rev 504964)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ainola
+
+pkgname=celluloid
+pkgver=0.17
+pkgrel=1
+pkgdesc='Simple GTK+ frontend for mpv'
+arch=(x86_64)
+url='https://celluloid-player.github.io/'
+license=(GPL3)
+depends=(gtk3 mpv)
+makedepends=(meson)
+replaces=(gnome-mpv)
+source=("https://github.com/celluloid-player/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
+#validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
+sha256sums=('0016078c02c1c8629a0658bd6eeb02be50d94a670983f53cbdb23f34f4866b28')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


Property changes on: celluloid/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list