summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitsunyan2018-06-13 23:55:34 +0300
committerkitsunyan2018-06-13 23:55:34 +0300
commit109bbf87128f1c19744691a36a4b617af47143aa (patch)
treefc66ef3742162ee9f22be622be641210eeab2c15
parent2ae30e370b7ea29b1d48a2e5946b175c5ab47f36 (diff)
downloadaur-109bbf87128f1c19744691a36a4b617af47143aa.tar.gz
upgpkg: krita-minimal 4.0.4-2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
-rw-r--r--replace-code.patch6
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b4e1f3377bc..02eb5fcf4b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = krita-minimal
pkgdesc = Edit and paint images (less KDE dependencies)
- pkgver = 4.0.3
- pkgrel = 2
+ pkgver = 4.0.4
+ pkgrel = 1
url = https://krita.org
arch = x86_64
license = GPL3
@@ -38,17 +38,17 @@ pkgbase = krita-minimal
optdepends = opencolorio: for the LUT docker
optdepends = krita-plugin-gmic: G'MIC plugin
optdepends = python-pyqt5: for the Python plugins
- provides = krita=4.0.3
+ provides = krita=4.0.4
conflicts = calligra-krita
conflicts = krita-l10n
conflicts = krita
- source = https://download.kde.org/stable/krita/4.0.3/krita-4.0.3.tar.gz
- source = https://download.kde.org/stable/krita/4.0.3/krita-4.0.3.tar.gz.sig
+ source = https://download.kde.org/stable/krita/4.0.4/krita-4.0.4.tar.gz
+ source = https://download.kde.org/stable/krita/4.0.4/krita-4.0.4.tar.gz.sig
source = replace-code.patch
validpgpkeys = 05D00A8B73A686789E0A156858B9596C722EA3BD
- sha256sums = f9ead78ff4b184af49aea59385b0cfa1238ebf7fd527bf2f408c59fc5b12b67e
+ sha256sums = f3d3f27873381897dcbf84b68497812cdbe5ae1bb49eb3826be13cd568577a7c
sha256sums = SKIP
- sha256sums = 8b0103ec49c7fa4930d9e0fb3063d11ee7145356a2a851d3a44f45a8e5404246
+ sha256sums = 555238fc755429935770738e3c876dac38f78f5d071bf08a1bb16d1b8a21a7b6
pkgname = krita-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 0effe76894d0..f59b7985b366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=krita
pkgname="${_pkgname}-minimal"
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.0.4
+pkgrel=1
pkgdesc='Edit and paint images (less KDE dependencies)'
arch=(x86_64)
url='https://krita.org'
@@ -21,9 +21,9 @@ provides=("${_pkgname}=${pkgver}")
conflicts=(calligra-krita krita-l10n "${_pkgname}")
source=("https://download.kde.org/stable/krita/$pkgver/${_pkgname}-$pkgver.tar.gz"{,.sig}
'replace-code.patch')
-sha256sums=('f9ead78ff4b184af49aea59385b0cfa1238ebf7fd527bf2f408c59fc5b12b67e'
+sha256sums=('f3d3f27873381897dcbf84b68497812cdbe5ae1bb49eb3826be13cd568577a7c'
'SKIP'
- '8b0103ec49c7fa4930d9e0fb3063d11ee7145356a2a851d3a44f45a8e5404246')
+ '555238fc755429935770738e3c876dac38f78f5d071bf08a1bb16d1b8a21a7b6')
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
prepare() {
diff --git a/replace-code.patch b/replace-code.patch
index a58af14462e0..d1189683d5d4 100644
--- a/replace-code.patch
+++ b/replace-code.patch
@@ -1,12 +1,12 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -268,1 +268,0 @@
+@@ -269,1 +269,0 @@
- GuiAddons
-@@ -272,1 +271,0 @@
+@@ -273,1 +272,0 @@
- WindowSystem
--- a/libs/widgets/CMakeLists.txt
+++ a/libs/widgets/CMakeLists.txt
-@@ -100,1 +100,1 @@
+@@ -99,1 +99,1 @@
-target_link_libraries(kritawidgets kritaodf kritaflake kritapigment kritawidgetutils Qt5::PrintSupport KF5::CoreAddons KF5::ConfigGui KF5::GuiAddons KF5::WidgetsAddons KF5::ConfigCore KF5::Completion)
+target_link_libraries(kritawidgets kritaodf kritaflake kritapigment kritawidgetutils Qt5::PrintSupport KF5::CoreAddons KF5::ConfigGui KF5::WidgetsAddons KF5::ConfigCore KF5::Completion)
--- a/libs/widgetutils/CMakeLists.txt