[arch-commits] Commit in krita/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Nov 30 22:05:06 UTC 2016
Date: Wednesday, November 30, 2016 @ 22:05:05
Author: arojas
Revision: 282395
archrelease: copy kde-untable to kde-unstable-i686, kde-unstable-x86_64
Added:
krita/repos/kde-unstable-i686/
krita/repos/kde-unstable-i686/PKGBUILD
(from rev 282394, krita/kde-untable/PKGBUILD)
krita/repos/kde-unstable-x86_64/
krita/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282394, krita/kde-untable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 282394, krita/kde-untable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-11-30 22:05:05 UTC (rev 282395)
@@ -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.94
+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 fftw curl boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("http://download.kde.org/unstable/krita/$pkgver/krita-$pkgver.tar.gz")
+md5sums=('a8822566df7743405b37b72f22a1db53')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation at krita.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DPACKAGERS_BUILD=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: krita/repos/kde-unstable-x86_64/PKGBUILD (from rev 282394, krita/kde-untable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-11-30 22:05:05 UTC (rev 282395)
@@ -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.94
+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 fftw curl boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("http://download.kde.org/unstable/krita/$pkgver/krita-$pkgver.tar.gz")
+md5sums=('a8822566df7743405b37b72f22a1db53')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation at krita.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DPACKAGERS_BUILD=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list