[arch-commits] Commit in kdeutils-kcharselect/repos (4 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jan 14 07:53:00 UTC 2014


    Date: Tuesday, January 14, 2014 @ 08:53:00
  Author: svenstaro
Revision: 203987

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

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

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kdeutils-kcharselect/repos/testing-i686/PKGBUILD (from rev 203986, kdeutils-kcharselect/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-01-14 07:53:00 UTC (rev 203987)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcharselect
+pkgver=4.12.1
+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/${pkgver}/src/kcharselect-${pkgver}.tar.xz")
+sha1sums=('e3f6b68071a2fe5eb8c112156cac10c0a96f6805')
+
+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 203986, kdeutils-kcharselect/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-01-14 07:53:00 UTC (rev 203987)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcharselect
+pkgver=4.12.1
+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/${pkgver}/src/kcharselect-${pkgver}.tar.xz")
+sha1sums=('e3f6b68071a2fe5eb8c112156cac10c0a96f6805')
+
+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