[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Fri Jan 16 08:14:15 UTC 2015


    Date: Friday, January 16, 2015 @ 09:14:15
  Author: fyan
Revision: 229372

add konsolepart4

Added:
  konsolepart4/
  konsolepart4/repos/
  konsolepart4/trunk/
  konsolepart4/trunk/PKGBUILD

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

Added: konsolepart4/trunk/PKGBUILD
===================================================================
--- konsolepart4/trunk/PKGBUILD	                        (rev 0)
+++ konsolepart4/trunk/PKGBUILD	2015-01-16 08:14:15 UTC (rev 229372)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=konsolepart4
+pkgver=4.14.3
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+provides=('kdebase-konsole')
+conflicts=('kdebase-konsole<$pkgver-$pkgrel')
+source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz")
+sha1sums=('5ae78061f38f06f80ee10f4475ff33d1c0843b4d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# provided by konsole
+  rm -fr "$pkgdir"/usr/{bin,share/applications}
+}


Property changes on: konsolepart4/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list