[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (2 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 22:32:07 UTC 2013


    Date: Friday, June 14, 2013 @ 00:32:07
  Author: andrea
Revision: 188435

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

Added:
  kdeplasma-applets-plasma-nm/repos/kde-unstable-i686/
  kdeplasma-applets-plasma-nm/repos/kde-unstable-i686/PKGBUILD
    (from rev 188434, kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD)

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

Copied: kdeplasma-applets-plasma-nm/repos/kde-unstable-i686/PKGBUILD (from rev 188434, kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-06-13 22:32:07 UTC (rev 188435)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeplasma-applets-plasma-nm
+pkgver=bba4db5
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/plasma-nm'
+license=('GPL2')
+depends=('kdebase-workspace' 'libnm-qt' 'openconnect')
+makedepends=('cmake' 'automoc4' 'git')
+source=('git://anongit.kde.org/plasma-nm.git')
+md5sums=('SKIP')
+
+pkgver() {
+  cd plasma-nm
+  git describe --always | sed 's|-|.|g'
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../plasma-nm \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list