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

Antonio Rojas arojas at archlinux.org
Thu Feb 1 23:33:44 UTC 2018


    Date: Thursday, February 1, 2018 @ 23:33:43
  Author: arojas
Revision: 288530

archrelease: copy trunk to community-x86_64

Added:
  elisa/repos/community-x86_64/PKGBUILD
    (from rev 288529, elisa/trunk/PKGBUILD)
Deleted:
  elisa/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-01 23:33:01 UTC (rev 288529)
+++ PKGBUILD	2018-02-01 23:33:43 UTC (rev 288530)
@@ -1,33 +0,0 @@
-# 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
-}

Copied: elisa/repos/community-x86_64/PKGBUILD (from rev 288529, elisa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-01 23:33:43 UTC (rev 288530)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=elisa
+pkgver=0.0.81
+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-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=('c59d7aae8068cc467e241586d40263a417db40c4613487272f89822d00c1055d'
+            '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