[arch-commits] Commit in kolourpaint (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Jul 23 18:46:11 UTC 2016
Date: Saturday, July 23, 2016 @ 18:46:11
Author: arojas
Revision: 272362
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kolourpaint/repos/
kolourpaint/repos/kde-unstable-i686/
kolourpaint/repos/kde-unstable-i686/PKGBUILD
(from rev 272361, kolourpaint/kde-unstable/PKGBUILD)
kolourpaint/repos/kde-unstable-x86_64/
kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 272361, kolourpaint/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 272361, kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2016-07-23 18:46:11 UTC (rev 272362)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 271532 2016-07-12 17:20:33Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kolourpaint
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kdelibs4support libksane hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+conflicts=(kdegraphics-kolourpaint)
+replaces=(kdegraphics-kolourpaint)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('311849564d515bcf285446a41cead3f338050b1a')
+
+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
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 272361, kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2016-07-23 18:46:11 UTC (rev 272362)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 271532 2016-07-12 17:20:33Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kolourpaint
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kdelibs4support libksane hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+conflicts=(kdegraphics-kolourpaint)
+replaces=(kdegraphics-kolourpaint)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('311849564d515bcf285446a41cead3f338050b1a')
+
+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
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list