[arch-commits] Commit in gnome-mpv (3 files)

Balló György bgyorgy at archlinux.org
Wed Apr 18 07:43:39 UTC 2018


    Date: Wednesday, April 18, 2018 @ 07:43:38
  Author: bgyorgy
Revision: 316848

archrelease: copy trunk to community-x86_64

Added:
  gnome-mpv/repos/
  gnome-mpv/repos/community-x86_64/
  gnome-mpv/repos/community-x86_64/PKGBUILD
    (from rev 316847, gnome-mpv/trunk/PKGBUILD)

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

Copied: gnome-mpv/repos/community-x86_64/PKGBUILD (from rev 316847, gnome-mpv/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-04-18 07:43:38 UTC (rev 316848)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ainola
+
+pkgname=gnome-mpv
+pkgver=0.14
+pkgrel=2
+pkgdesc='Simple GTK+ frontend for mpv'
+arch=(x86_64)
+url='https://gnome-mpv.github.io/'
+license=(GPL3)
+depends=(gtk3 mpv)
+makedepends=(meson)
+source=("https://github.com/gnome-mpv/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('23c9bde58da8ccf0e36c30b7d94d504aca9502288e4bb8ad5425022c4be3720e')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list