[arch-commits] Commit in krita/repos/extra-x86_64 (3 files)
Antonio Rojas
arojas at archlinux.org
Sun Dec 13 11:37:19 UTC 2020
Date: Sunday, December 13, 2020 @ 11:37:19
Author: arojas
Revision: 404273
archrelease: copy trunk to extra-x86_64
Added:
krita/repos/extra-x86_64/PKGBUILD
(from rev 404272, krita/trunk/PKGBUILD)
krita/repos/extra-x86_64/krita-c++14.patch
(from rev 404272, krita/trunk/krita-c++14.patch)
Deleted:
krita/repos/extra-x86_64/PKGBUILD
-------------------+
PKGBUILD | 81 ++++++++++++++++++++++++++--------------------------
krita-c++14.patch | 13 ++++++++
2 files changed, 55 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-13 11:37:05 UTC (rev 404272)
+++ PKGBUILD 2020-12-13 11:37:19 UTC (rev 404273)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-
-pkgname=krita
-_pkgver=4.4.1
-pkgver=${_pkgver/-/}
-pkgrel=6
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org"
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif
- qt5-tools sip5 kseexpr)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker'
- "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
- 'kseexpr: SeExpr generator layer' 'kimageformats: PSD support')
-source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig}
- krita-kseexpr.patch::"https://invent.kde.org/graphics/krita/commit/bdebaf91.patch")
-sha256sums=('6f2daf068e4e5cef8a738ab47da443dc82ad1463090a4a1544b35201272c3817'
- 'SKIP'
- '6aeec0c8d6bc29ae81e7dd1d971663c32cc0137888da4a1b4f50a69fc4491d80')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt <foundation at krita.org>
- 'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov (main key) <dimula73 at gmail.com>
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 -i ../krita-kseexpr.patch # Port to rebranded seexpr
-}
-
-build() {
- cmake -B build -S $pkgname-$_pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 404272, krita/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-13 11:37:19 UTC (rev 404273)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+
+pkgname=krita
+_pkgver=4.4.1
+pkgver=${_pkgver/-/}
+pkgrel=7
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org"
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw giflib openjpeg2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif
+ qt5-tools sip5 kseexpr)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker'
+ "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
+ 'kseexpr: SeExpr generator layer' 'kimageformats: PSD support')
+source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig}
+ krita-kseexpr.patch::"https://invent.kde.org/graphics/krita/commit/bdebaf91.patch"
+ krita-c++14.patch)
+sha256sums=('6f2daf068e4e5cef8a738ab47da443dc82ad1463090a4a1544b35201272c3817'
+ 'SKIP'
+ '6aeec0c8d6bc29ae81e7dd1d971663c32cc0137888da4a1b4f50a69fc4491d80'
+ 'de84c3c1685e48392d4fb07daab56068cacfc2a846a52a9915b5f3e08357abd1')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt <foundation at krita.org>
+ 'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov (main key) <dimula73 at gmail.com>
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 -i ../krita-kseexpr.patch # Port to rebranded seexpr
+ patch -d $pkgname-$pkgver -p1 -i ../krita-c++14.patch # Fix build with boost 1.75
+}
+
+build() {
+ cmake -B build -S $pkgname-$_pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Copied: krita/repos/extra-x86_64/krita-c++14.patch (from rev 404272, krita/trunk/krita-c++14.patch)
===================================================================
--- krita-c++14.patch (rev 0)
+++ krita-c++14.patch 2020-12-13 11:37:19 UTC (rev 404273)
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 48d445b030..fe9bcb4765 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
+ set(MIN_QT_VERSION 5.9.0)
+ set(MIN_FRAMEWORKS_VERSION 5.44.0)
+
+-set( CMAKE_CXX_STANDARD 11 )
++set( CMAKE_CXX_STANDARD 14 )
+ set( CMAKE_CXX_STANDARD_REQUIRED ON )
+
+
More information about the arch-commits
mailing list