[arch-commits] Commit in krita/repos (6 files)

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


    Date: Tuesday, May 31, 2016 @ 11:52:36
  Author: arojas
Revision: 268768

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

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

-----------------------------------+
 /PKGBUILD                         |   76 ++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD        |   38 ------------------
 kde-unstable-i686/krita.install   |   13 ------
 kde-unstable-x86_64/PKGBUILD      |   38 ------------------
 kde-unstable-x86_64/krita.install |   13 ------
 5 files changed, 76 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-05-31 09:51:51 UTC (rev 268767)
+++ kde-unstable-i686/PKGBUILD	2016-05-31 09:52:36 UTC (rev 268768)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-
-pkgname=krita
-pkgver=2.99.91
-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=('67ba6ed65a166a42766b661eecafe8ca')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 268767, krita/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-05-31 09:52:36 UTC (rev 268768)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+
+pkgname=krita
+pkgver=3.0
+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 vc0.7 poppler-qt5)
+optdepends=('poppler-qt5: PDF filter')
+conflicts=(calligra-krita)
+replaces=(calligra-krita)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tgz")
+md5sums=('beb7140471d1b6b0ae92d664743c067f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DPACKAGERS_BUILD=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/krita.install
===================================================================
--- kde-unstable-i686/krita.install	2016-05-31 09:51:51 UTC (rev 268767)
+++ kde-unstable-i686/krita.install	2016-05-31 09:52:36 UTC (rev 268768)
@@ -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
-}
-

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-05-31 09:51:51 UTC (rev 268767)
+++ kde-unstable-x86_64/PKGBUILD	2016-05-31 09:52:36 UTC (rev 268768)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-
-pkgname=krita
-pkgver=2.99.91
-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=('67ba6ed65a166a42766b661eecafe8ca')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/kde-unstable-x86_64/PKGBUILD (from rev 268767, krita/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-05-31 09:52:36 UTC (rev 268768)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+
+pkgname=krita
+pkgver=3.0
+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 vc0.7 poppler-qt5)
+optdepends=('poppler-qt5: PDF filter')
+conflicts=(calligra-krita)
+replaces=(calligra-krita)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tgz")
+md5sums=('beb7140471d1b6b0ae92d664743c067f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DPACKAGERS_BUILD=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/krita.install
===================================================================
--- kde-unstable-x86_64/krita.install	2016-05-31 09:51:51 UTC (rev 268767)
+++ kde-unstable-x86_64/krita.install	2016-05-31 09:52:36 UTC (rev 268768)
@@ -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