[arch-commits] Commit in celluloid (3 files)

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


    Date: Thursday, August 29, 2019 @ 15:42:41
  Author: bgyorgy
Revision: 504965

archrelease: copy trunk to community-x86_64

Added:
  celluloid/repos/
  celluloid/repos/community-x86_64/
  celluloid/repos/community-x86_64/PKGBUILD
    (from rev 504964, celluloid/trunk/PKGBUILD)

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

Copied: celluloid/repos/community-x86_64/PKGBUILD (from rev 504964, celluloid/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-08-29 15:42:41 UTC (rev 504965)
@@ -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
+}



More information about the arch-commits mailing list