[arch-commits] Commit in dolphin-plugins/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 3 21:35:17 UTC 2020
Date: Friday, April 3, 2020 @ 21:35:16
Author: arojas
Revision: 379459
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379458, dolphin-plugins/kde-unstable/PKGBUILD)
Deleted:
dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-03 21:34:50 UTC (rev 379458)
+++ PKGBUILD 2020-04-03 21:35:16 UTC (rev 379459)
@@ -1,36 +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=20.03.80
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(x86_64)
-url="https://www.kde.org/applications/system/dolphin/"
-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=('c663a3ffcd6acc935952f98e18deddc406d2f9acdb3dc14f581f39b2d27e4ad5'
- '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 \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 379458, dolphin-plugins/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-03 21:35:16 UTC (rev 379459)
@@ -0,0 +1,36 @@
+# 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=20.03.90
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(x86_64)
+url="https://www.kde.org/applications/system/dolphin/"
+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=('44f25209e0a09c5b6615a1e542ed177c413e5b7e1f7011d94970536ae84f3c3d'
+ '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 \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list