[arch-commits] Commit in krita/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue May 17 06:32:09 UTC 2016
Date: Tuesday, May 17, 2016 @ 08:32:08
Author: arojas
Revision: 268244
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
krita/repos/kde-unstable-i686/PKGBUILD
(from rev 268243, krita/kde-unstable/PKGBUILD)
krita/repos/kde-unstable-i686/krita.install
(from rev 268243, krita/kde-unstable/krita.install)
krita/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268243, krita/kde-unstable/PKGBUILD)
krita/repos/kde-unstable-x86_64/krita.install
(from rev 268243, 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 | 76 ++++++++++++++++++++++++++++++++++++
/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, 102 insertions(+), 104 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-05-17 06:30:58 UTC (rev 268243)
+++ kde-unstable-i686/PKGBUILD 2016-05-17 06:32:08 UTC (rev 268244)
@@ -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.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
-}
Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 268243, krita/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-05-17 06:32:08 UTC (rev 268244)
@@ -0,0 +1,38 @@
+# $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
+}
Deleted: kde-unstable-i686/krita.install
===================================================================
--- kde-unstable-i686/krita.install 2016-05-17 06:30:58 UTC (rev 268243)
+++ kde-unstable-i686/krita.install 2016-05-17 06:32:08 UTC (rev 268244)
@@ -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 268243, krita/kde-unstable/krita.install)
===================================================================
--- kde-unstable-i686/krita.install (rev 0)
+++ kde-unstable-i686/krita.install 2016-05-17 06:32:08 UTC (rev 268244)
@@ -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-05-17 06:30:58 UTC (rev 268243)
+++ kde-unstable-x86_64/PKGBUILD 2016-05-17 06:32:08 UTC (rev 268244)
@@ -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.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
-}
Copied: krita/repos/kde-unstable-x86_64/PKGBUILD (from rev 268243, krita/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-05-17 06:32:08 UTC (rev 268244)
@@ -0,0 +1,38 @@
+# $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
+}
Deleted: kde-unstable-x86_64/krita.install
===================================================================
--- kde-unstable-x86_64/krita.install 2016-05-17 06:30:58 UTC (rev 268243)
+++ kde-unstable-x86_64/krita.install 2016-05-17 06:32:08 UTC (rev 268244)
@@ -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 268243, krita/kde-unstable/krita.install)
===================================================================
--- kde-unstable-x86_64/krita.install (rev 0)
+++ kde-unstable-x86_64/krita.install 2016-05-17 06:32:08 UTC (rev 268244)
@@ -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