[arch-commits] Commit in elisa (3 files)
Antonio Rojas
arojas at archlinux.org
Thu Dec 7 10:52:35 UTC 2017
Date: Thursday, December 7, 2017 @ 10:52:34
Author: arojas
Revision: 272939
archrelease: copy trunk to community-x86_64
Added:
elisa/repos/
elisa/repos/community-x86_64/
elisa/repos/community-x86_64/PKGBUILD
(from rev 272937, elisa/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: elisa/repos/community-x86_64/PKGBUILD (from rev 272937, elisa/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-12-07 10:52:34 UTC (rev 272939)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=elisa
+pkgver=0.0.80
+pkgrel=1
+pkgdesc='A simple music player aiming to provide a nice experience for its users'
+url='https://community.kde.org/Elisa'
+arch=(x86_64)
+license=(LGPL3)
+depends=(baloo qt5-quickcontrols2 kcmutils upnp-player-qt)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('19cb81e456aceb9abd5c4df7e25430b4c243df1115791262fb57c043b5ac5b2a'
+ 'SKIP')
+validpgpkeys=(267BF70F7905C2723B0243267D0F74F05C22F553) # Matthieu Gallien <matthieu_gallien at yahoo.fr>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list