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

Andrea Scarpino andrea at archlinux.org
Thu Nov 24 16:16:50 UTC 2011


    Date: Thursday, November 24, 2011 @ 11:16:50
  Author: andrea
Revision: 143430

db-move: moved kdeutils-kcharselect from [staging] to [kde-unstable] (x86_64)

Added:
  kdeutils-kcharselect/repos/kde-unstable-x86_64/
  kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 143277, kdeutils-kcharselect/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdeutils-kcharselect/repos/staging-x86_64/

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 143277, kdeutils-kcharselect/repos/staging-x86_64/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2011-11-24 16:16:50 UTC (rev 143430)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kcharselect
+pkgver=4.7.80
+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.bz2")
+sha1sums=('d5938cdba2aa32970fa7211827c1ee0e614f4acf')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list