Date: Friday, March 31, 2023 @ 17:24:26
Author: arojas
Revision: 472391
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
gwenview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 472390, gwenview/kde-unstable/PKGBUILD)
gwenview/repos/kde-unstable-x86_64/keys/
Deleted:
gwenview/repos/kde-unstable-x86_64/PKGBUILD
gwenview/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-31 17:24:12 UTC (rev 472390)
+++ PKGBUILD 2023-03-31 17:24:26 UTC (rev 472391)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=gwenview
-pkgver=23.03.80
-pkgrel=1
-pkgdesc='A fast and easy to use image viewer'
-url='https://apps.kde.org/gwenview/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-graphics)
-depends=(kactivities baloo libkdcraw kparts kitemmodels cfitsio phonon-qt5
purpose perl kimageannotator)
-optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
- 'kimageformats: support for dds, xcf, exr, psd, and more image
formats'
- 'kamera: import pictures from gphoto2 cameras')
-makedepends=(extra-cmake-modules kdoctools wayland-protocols)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('64837491799b2157fccee3c332281923bdeddfb39a7979bbce7f14f8e662b08a'
- '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 \
- -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: gwenview/repos/kde-unstable-x86_64/PKGBUILD (from rev 472390,
gwenview/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-31 17:24:26 UTC (rev 472391)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=gwenview
+pkgver=23.03.90
+pkgrel=1
+pkgdesc='A fast and easy to use image viewer'
+url='https://apps.kde.org/gwenview/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-graphics)
+depends=(kactivities baloo libkdcraw kparts kitemmodels cfitsio phonon-qt5
purpose perl kimageannotator)
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+ 'kimageformats: support for dds, xcf, exr, psd, and more image
formats'
+ 'kamera: import pictures from gphoto2 cameras')
+makedepends=(extra-cmake-modules kdoctools wayland-protocols)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1f18716430f952bf1cc2699289811ebe41f21b13a211e97192c90bd4942a457b'
+ '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 \
+ -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}