Date: Friday, March 31, 2023 @ 16:55:52
Author: arojas
Revision: 472279
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 472278, kpimtextedit/kde-unstable/PKGBUILD)
kpimtextedit/repos/kde-unstable-x86_64/keys/
Deleted:
kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD
kpimtextedit/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-31 16:55:34 UTC (rev 472278)
+++ PKGBUILD 2023-03-31 16:55:52 UTC (rev 472279)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=kpimtextedit
-pkgver=23.03.80
-pkgrel=1
-pkgdesc='A textedit with PIM-specific features'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(kio syntax-highlighting)
-makedepends=(extra-cmake-modules qt5-tools doxygen)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('bdc5a36d83d3c377f26b2c2bcef15ca0ba4b3b810d85803d0147945123a15a94'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 472278,
kpimtextedit/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-31 16:55:52 UTC (rev 472279)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=kpimtextedit
+pkgver=23.03.90
+pkgrel=1
+pkgdesc='A textedit with PIM-specific features'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kio syntax-highlighting)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f4c9d11aef3bfe0db723969f755f787565e6872a0fa448af2e3a04fffec94cce'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}