[arch-commits] Commit in elisa/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 7 17:45:30 UTC 2017
Date: Thursday, December 7, 2017 @ 17:45:29
Author: arojas
Revision: 273169
archrelease: copy trunk to community-x86_64
Added:
elisa/repos/community-x86_64/PKGBUILD
(from rev 273168, elisa/trunk/PKGBUILD)
Deleted:
elisa/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-07 17:45:02 UTC (rev 273168)
+++ PKGBUILD 2017-12-07 17:45:29 UTC (rev 273169)
@@ -1,33 +0,0 @@
-# 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
-}
Copied: elisa/repos/community-x86_64/PKGBUILD (from rev 273168, elisa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-07 17:45:29 UTC (rev 273169)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=elisa
+pkgver=0.0.80
+pkgrel=2
+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-quickcontrols 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