[arch-commits] Commit in dolphin-plugins/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 30 11:02:34 UTC 2021
Date: Friday, July 30, 2021 @ 11:02:33
Author: arojas
Revision: 420885
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 420884, dolphin-plugins/kde-unstable/PKGBUILD)
Deleted:
dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-30 11:02:24 UTC (rev 420884)
+++ PKGBUILD 2021-07-30 11:02:33 UTC (rev 420885)
@@ -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=dolphin-plugins
-pkgver=21.07.80
-pkgrel=1
-pkgdesc='Extra Dolphin plugins'
-arch=(x86_64)
-url='https://apps.kde.org/dolphin_plugins/'
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules ktexteditor)
-optdepends=('ktexteditor: Mercurial plugin')
-groups=(kde-applications kdesdk)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('64625da0e29b9ccda895a06e72f74224ffadb1b13f073702e735417c1da61d8d'
- '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: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 420884, dolphin-plugins/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-30 11:02:33 UTC (rev 420885)
@@ -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=dolphin-plugins
+pkgver=21.07.90
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+arch=(x86_64)
+url='https://apps.kde.org/dolphin_plugins/'
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+groups=(kde-applications kdesdk)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d53a5131f00870490d81a8d5a85ce459dc92bb0a27926e48aa3fe96db9a73389'
+ '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