[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Tue May 24 13:26:16 UTC 2011


    Date: Tuesday, May 24, 2011 @ 09:26:15
  Author: andrea
Revision: 124800

KDE 4.7beta1 - splitted kdebase

Added:
  kdebase-konsole/
  kdebase-konsole/kde-unstable/
  kdebase-konsole/kde-unstable/PKGBUILD
  kdebase-konsole/repos/
  kdebase-konsole/trunk/

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

Added: kdebase-konsole/kde-unstable/PKGBUILD
===================================================================
--- kdebase-konsole/kde-unstable/PKGBUILD	                        (rev 0)
+++ kdebase-konsole/kde-unstable/PKGBUILD	2011-05-24 13:26:15 UTC (rev 124800)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebase-konsole
+pkgver=4.6.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.bz2")
+sha1sums=('7e7b5a0b37ae4d22e51a61f70afccbba86a93921')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kdebase-konsole/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list