[arch-commits] Commit in kdeutils-kcharselect/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Jul 25 15:10:21 UTC 2014
Date: Friday, July 25, 2014 @ 17:10:20
Author: svenstaro
Revision: 218145
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-kcharselect/repos/kde-unstable-i686/
kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD
(from rev 218144, kdeutils-kcharselect/kde-unstable/PKGBUILD)
kdeutils-kcharselect/repos/kde-unstable-x86_64/
kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218144, kdeutils-kcharselect/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 218144, kdeutils-kcharselect/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-07-25 15:10:20 UTC (rev 218145)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcharselect
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz")
+sha1sums=('4ec4bae69bfcf4e0c80609140ab12370487445d0')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kcharselect-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
Copied: kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 218144, kdeutils-kcharselect/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-07-25 15:10:20 UTC (rev 218145)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcharselect
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz")
+sha1sums=('4ec4bae69bfcf4e0c80609140ab12370487445d0')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kcharselect-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list