Date: Wednesday, March 4, 2015 @ 17:45:48
  Author: fyan
Revision: 232819

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdeutils-kcharselect/repos/testing-i686/
  kdeutils-kcharselect/repos/testing-i686/PKGBUILD
    (from rev 232818, kdeutils-kcharselect/trunk/PKGBUILD)
  kdeutils-kcharselect/repos/testing-x86_64/
  kdeutils-kcharselect/repos/testing-x86_64/PKGBUILD
    (from rev 232818, kdeutils-kcharselect/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: kdeutils-kcharselect/repos/testing-i686/PKGBUILD (from rev 232818, 
kdeutils-kcharselect/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-03-04 16:45:48 UTC (rev 232819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeutils-kcharselect
+pkgver=14.12.3
+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/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('d150c93280e822f6f9b285f224c2a7e2bb856399')
+
+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/testing-x86_64/PKGBUILD (from rev 232818, 
kdeutils-kcharselect/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-03-04 16:45:48 UTC (rev 232819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdeutils-kcharselect
+pkgver=14.12.3
+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/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('d150c93280e822f6f9b285f224c2a7e2bb856399')
+
+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
+}

Reply via email to