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

Antonio Rojas arojas at archlinux.org
Sat Apr 23 19:55:19 UTC 2016


    Date: Saturday, April 23, 2016 @ 21:55:18
  Author: arojas
Revision: 266099

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

Added:
  krita/repos/kde-unstable-i686/PKGBUILD
    (from rev 266098, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-i686/krita.install
    (from rev 266098, krita/kde-unstable/krita.install)
  krita/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 266098, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-x86_64/krita.install
    (from rev 266098, krita/kde-unstable/krita.install)
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                         |   78 ++++++++++++++++++++++++++++++++++++
 /krita.install                    |   26 ++++++++++++
 kde-unstable-i686/PKGBUILD        |   39 ------------------
 kde-unstable-i686/krita.install   |   13 ------
 kde-unstable-x86_64/PKGBUILD      |   39 ------------------
 kde-unstable-x86_64/krita.install |   13 ------
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-23 19:53:05 UTC (rev 266098)
+++ kde-unstable-i686/PKGBUILD	2016-04-23 19:55:18 UTC (rev 266099)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-
-pkgname=krita
-pkgver=2.99.89
-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=('d16b99b0c7962db5b98365e2175015d8')
-
-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/PKGBUILD (from rev 266098, krita/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-23 19:55:18 UTC (rev 266099)
@@ -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.90
+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=('e53ed9ec7b11112721a73353c1f84e70')
+
+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
+}

Deleted: kde-unstable-i686/krita.install
===================================================================
--- kde-unstable-i686/krita.install	2016-04-23 19:53:05 UTC (rev 266098)
+++ kde-unstable-i686/krita.install	2016-04-23 19:55:18 UTC (rev 266099)
@@ -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
-}
-

Copied: krita/repos/kde-unstable-i686/krita.install (from rev 266098, krita/kde-unstable/krita.install)
===================================================================
--- kde-unstable-i686/krita.install	                        (rev 0)
+++ kde-unstable-i686/krita.install	2016-04-23 19:55:18 UTC (rev 266099)
@@ -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
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-23 19:53:05 UTC (rev 266098)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-23 19:55:18 UTC (rev 266099)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-
-pkgname=krita
-pkgver=2.99.89
-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=('d16b99b0c7962db5b98365e2175015d8')
-
-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/PKGBUILD (from rev 266098, krita/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-23 19:55:18 UTC (rev 266099)
@@ -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.90
+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=('e53ed9ec7b11112721a73353c1f84e70')
+
+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
+}

Deleted: kde-unstable-x86_64/krita.install
===================================================================
--- kde-unstable-x86_64/krita.install	2016-04-23 19:53:05 UTC (rev 266098)
+++ kde-unstable-x86_64/krita.install	2016-04-23 19:55:18 UTC (rev 266099)
@@ -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
-}
-

Copied: krita/repos/kde-unstable-x86_64/krita.install (from rev 266098, krita/kde-unstable/krita.install)
===================================================================
--- kde-unstable-x86_64/krita.install	                        (rev 0)
+++ kde-unstable-x86_64/krita.install	2016-04-23 19:55:18 UTC (rev 266099)
@@ -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