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

Antonio Rojas arojas at archlinux.org
Fri Feb 2 09:44:45 UTC 2018


    Date: Friday, February 2, 2018 @ 09:44:45
  Author: arojas
Revision: 288543

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-02 09:43:18 UTC (rev 288542)
+++ PKGBUILD	2018-02-02 09:44:45 UTC (rev 288543)
@@ -1,33 +0,0 @@
-# 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
-}

Copied: elisa/repos/community-x86_64/PKGBUILD (from rev 288542, elisa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-02 09:44:45 UTC (rev 288543)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=elisa
+pkgver=0.0.81
+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=('67794a2b77819ab1d3d49acaa8ddb5eca4495306c59eebf7656e22795a35d425'
+            '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