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

Antonio Rojas arojas at archlinux.org
Thu May 13 16:07:24 UTC 2021


    Date: Thursday, May 13, 2021 @ 16:07:24
  Author: arojas
Revision: 415286

archrelease: copy trunk to extra-x86_64

Added:
  dragon/repos/extra-x86_64/PKGBUILD
    (from rev 415285, dragon/trunk/PKGBUILD)
Deleted:
  dragon/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 16:07:14 UTC (rev 415285)
+++ PKGBUILD	2021-05-13 16:07:24 UTC (rev 415286)
@@ -1,31 +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=21.04.0
-pkgrel=1
-pkgdesc='A multimedia player where the focus is on simplicity, instead of features'
-arch=(x86_64)
-url='https://apps.kde.org/dragonplayer/'
-license=(GPL)
-depends=(hicolor-icon-theme kparts phonon-qt5)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kde-multimedia)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('690e64200d82f9b41b1a9b92f3706b814fa99c7acc2704cb7194f5fda6ce9602'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-build() { 
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}
-

Copied: dragon/repos/extra-x86_64/PKGBUILD (from rev 415285, dragon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-13 16:07:24 UTC (rev 415286)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dragon
+pkgver=21.04.1
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of features'
+arch=(x86_64)
+url='https://apps.kde.org/dragonplayer/'
+license=(GPL)
+depends=(hicolor-icon-theme kparts phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-multimedia)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e58435c57bfd85459100013e4a3b42834f39fc9b089383b31f7aa7c39b615cc6'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+
+build() { 
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}
+



More information about the arch-commits mailing list