[arch-commits] Commit in kdenetwork-krdc/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:01:21 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:01:21
  Author: arojas
Revision: 242759

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-krdc/repos/kde-unstable-i686/
  kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD
    (from rev 242758, kdenetwork-krdc/kde-unstable/PKGBUILD)
  kdenetwork-krdc/repos/kde-unstable-x86_64/
  kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242758, kdenetwork-krdc/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD (from rev 242758, kdenetwork-krdc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:01:21 UTC (rev 242759)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krdc
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+            'freerdp: RDP support'
+            'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz")
+sha1sums=('75097536a6c16fa2a33bc8e5e001688fadd7f08c')
+
+prepare() {
+  mkdir build
+
+  cd krdc-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../krdc-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 242758, kdenetwork-krdc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:01:21 UTC (rev 242759)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krdc
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+            'freerdp: RDP support'
+            'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz")
+sha1sums=('75097536a6c16fa2a33bc8e5e001688fadd7f08c')
+
+prepare() {
+  mkdir build
+
+  cd krdc-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../krdc-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list