[arch-commits] Commit in qtmpris/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Apr 10 00:06:59 UTC 2021


    Date: Saturday, April 10, 2021 @ 00:06:59
  Author: felixonmars
Revision: 915359

archrelease: copy trunk to community-x86_64

Added:
  qtmpris/repos/community-x86_64/
  qtmpris/repos/community-x86_64/PKGBUILD
    (from rev 915358, qtmpris/trunk/PKGBUILD)

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

Copied: qtmpris/repos/community-x86_64/PKGBUILD (from rev 915358, qtmpris/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-04-10 00:06:59 UTC (rev 915359)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtmpris
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Qt and QML MPRIS interface and adaptor"
+arch=('x86_64')
+url="https://git.sailfishos.org/mer-core/qtmpris"
+license=('LGPL')
+depends=('qt5-declarative')
+makedepends=('qt5-tools')
+source=("https://git.sailfishos.org/mer-core/qtmpris/-/archive/$pkgver/qtmpris-$pkgver.tar.bz2")
+sha512sums=('07ceb08c95fbe1f04c826647da4deaec20e3b0518320cc949d36973070fe7d11987a1ae2a0e0ca66481f6d94b6df9795842c41a48cea67f83ba3f8c0c64d5178')
+
+build() {
+  cd qtmpris-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd qtmpris-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list