[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Feb 23 15:35:12 UTC 2014


    Date: Sunday, February 23, 2014 @ 16:35:11
  Author: andrea
Revision: 106124

Moved from AUR

Added:
  kdeconnect/
  kdeconnect/repos/
  kdeconnect/trunk/
  kdeconnect/trunk/PKGBUILD

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

Added: kdeconnect/trunk/PKGBUILD
===================================================================
--- kdeconnect/trunk/PKGBUILD	                        (rev 0)
+++ kdeconnect/trunk/PKGBUILD	2014-02-23 15:35:11 UTC (rev 106124)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=0.5
+pkgrel=1
+pkgdesc='KDE Connect kded and kcm'
+url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs' 'qjson' 'qca-ossl')
+makedepends=('automoc4' 'cmake')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz")
+md5sums=('c87a7032d5b66dc22b22004a8275b493')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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



More information about the arch-commits mailing list