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

2013-06-13 Thread Andrea Scarpino
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 and...@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
+}



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

2013-06-13 Thread Andrea Scarpino
Date: Friday, June 14, 2013 @ 00:44:32
  Author: andrea
Revision: 188437

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

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

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

Copied: kdeplasma-applets-plasma-nm/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 188436, kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 22:44:32 UTC (rev 188437)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@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
+}