[arch-commits] Commit in krita (7 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 1 22:13:00 UTC 2016


    Date: Saturday, April 2, 2016 @ 00:12:59
  Author: arojas
Revision: 263737

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  krita/repos/
  krita/repos/kde-unstable-i686/
  krita/repos/kde-unstable-i686/PKGBUILD
    (from rev 263736, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-i686/krita.install
    (from rev 263736, krita/kde-unstable/krita.install)
  krita/repos/kde-unstable-x86_64/
  krita/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 263736, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-x86_64/krita.install
    (from rev 263736, krita/kde-unstable/krita.install)

-----------------------------------+
 kde-unstable-i686/PKGBUILD        |   39 ++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/krita.install   |   13 ++++++++++++
 kde-unstable-x86_64/PKGBUILD      |   39 ++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/krita.install |   13 ++++++++++++
 4 files changed, 104 insertions(+)

Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 263736, krita/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2016-04-01 22:12:59 UTC (rev 263737)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+
+pkgname=krita
+pkgver=2.99.88
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+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)
+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=('42a6d598cbff5836c6b0b991ad9f09d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: krita/repos/kde-unstable-i686/krita.install (from rev 263736, krita/kde-unstable/krita.install)
===================================================================
--- repos/kde-unstable-i686/krita.install	                        (rev 0)
+++ repos/kde-unstable-i686/krita.install	2016-04-01 22:12:59 UTC (rev 263737)
@@ -0,0 +1,13 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Copied: krita/repos/kde-unstable-x86_64/PKGBUILD (from rev 263736, krita/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2016-04-01 22:12:59 UTC (rev 263737)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+
+pkgname=krita
+pkgver=2.99.88
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+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)
+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=('42a6d598cbff5836c6b0b991ad9f09d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: krita/repos/kde-unstable-x86_64/krita.install (from rev 263736, krita/kde-unstable/krita.install)
===================================================================
--- repos/kde-unstable-x86_64/krita.install	                        (rev 0)
+++ repos/kde-unstable-x86_64/krita.install	2016-04-01 22:12:59 UTC (rev 263737)
@@ -0,0 +1,13 @@
+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