[arch-commits] Commit in dragon/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 2 22:36:28 UTC 2019


    Date: Friday, August 2, 2019 @ 22:36:28
  Author: arojas
Revision: 359048

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  dragon/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 359047, dragon/kde-unstable/PKGBUILD)
Deleted:
  dragon/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-02 22:36:14 UTC (rev 359047)
+++ PKGBUILD	2019-08-02 22:36:28 UTC (rev 359048)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org> 
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=dragon
-pkgver=19.07.80
-pkgrel=1
-pkgdesc='A multimedia player where the focus is on simplicity, instead of features'
-arch=(x86_64)
-url='https://kde.org/applications/multimedia/dragonplayer'
-license=(GPL)
-depends=(hicolor-icon-theme kparts phonon-qt5)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdemultimedia)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d12b0474d3852204e889311abc48f10c8117519bf12ab95ceb60cbb6ccb27705'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: dragon/repos/kde-unstable-x86_64/PKGBUILD (from rev 359047, dragon/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-02 22:36:28 UTC (rev 359048)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dragon
+pkgver=19.07.90
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of features'
+arch=(x86_64)
+url='https://kde.org/applications/multimedia/dragonplayer'
+license=(GPL)
+depends=(hicolor-icon-theme kparts phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a31e5ee853fbd0e0c3a487cb2c99610e6fb35c317f155698bd7fa8e0f0f6c9de'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list