[arch-commits] Commit in krita (kde-unstable trunk trunk/PKGBUILD trunk/krita.install)

Antonio Rojas arojas at archlinux.org
Tue May 31 09:51:52 UTC 2016


    Date: Tuesday, May 31, 2016 @ 11:51:51
  Author: arojas
Revision: 268767

Update to 3.0

Added:
  krita/trunk/
Modified:
  krita/trunk/PKGBUILD
Deleted:
  krita/kde-unstable/
  krita/trunk/krita.install

---------------+
 PKGBUILD      |   14 +++++++-------
 krita.install |   13 -------------
 2 files changed, 7 insertions(+), 20 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2016-05-31 07:38:47 UTC (rev 268766)
+++ trunk/PKGBUILD	2016-05-31 09:51:51 UTC (rev 268767)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux,org>
 
 pkgname=krita
-pkgver=2.99.91
+pkgver=3.0
 pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
@@ -9,14 +9,12 @@
 url="http://krita.org"
 license=(LGPL)
 depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw curl boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc0.7 poppler-qt5)
 optdepends=('poppler-qt5: PDF filter')
 conflicts=(calligra-krita)
-provides=(calligra-krita)
 replaces=(calligra-krita)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
-md5sums=('67ba6ed65a166a42766b661eecafe8ca')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tgz")
+md5sums=('beb7140471d1b6b0ae92d664743c067f')
 
 prepare() {
   mkdir -p build
@@ -28,7 +26,9 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DPACKAGERS_BUILD=ON
+
   make
 }
 

Deleted: trunk/krita.install
===================================================================
--- kde-unstable/krita.install	2016-05-31 07:38:47 UTC (rev 268766)
+++ trunk/krita.install	2016-05-31 09:51:51 UTC (rev 268767)
@@ -1,13 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
-



More information about the arch-commits mailing list