[arch-commits] Commit in libkeduvocdocument/repos/kde-unstable-x86_64 (2 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 3 20:00:13 UTC 2020
Date: Friday, April 3, 2020 @ 20:00:09
Author: arojas
Revision: 379272
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379271, libkeduvocdocument/kde-unstable/PKGBUILD)
Deleted:
libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-03 19:59:39 UTC (rev 379271)
+++ PKGBUILD 2020-04-03 20:00:09 UTC (rev 379272)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkeduvocdocument
-pkgver=20.03.80
-pkgrel=1
-pkgdesc="Common libraries for KDE Edu applications"
-url="https://kde.org/applications/education"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio kdeedu-data)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7744c0b152e8e1e27e5419c939d49250ad6bed1fd7774798811e96494e61ad2e'
- '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
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD (from rev 379271, libkeduvocdocument/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-03 20:00:09 UTC (rev 379272)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkeduvocdocument
+pkgver=20.03.90
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="https://kde.org/applications/education"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio kdeedu-data)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fbd6c1bc7044cda97d1fd4d65da906dbe90ee6b7e2ef84d58b68275d056aaaed'
+ '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
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list