[arch-commits] Commit in (15 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Thu Jun 13 22:18:42 UTC 2013
Date: Friday, June 14, 2013 @ 00:18:42
Author: andrea
Revision: 188429
plasma-nm replaces kdeplasma-applets-networkmanagement
Added:
kdeplasma-applets-plasma-nm/
kdeplasma-applets-plasma-nm/kde-unstable/
kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD
kdeplasma-applets-plasma-nm/repos/
kdeplasma-applets-plasma-nm/trunk/
libmm-qt/
libmm-qt/kde-unstable/
libmm-qt/kde-unstable/PKGBUILD
libmm-qt/repos/
libmm-qt/trunk/
libnm-qt/
libnm-qt/kde-unstable/
libnm-qt/kde-unstable/PKGBUILD
libnm-qt/repos/
libnm-qt/trunk/
---------------------------------------------------+
kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD | 36 ++++++++++++++++++++
libmm-qt/kde-unstable/PKGBUILD | 36 ++++++++++++++++++++
libnm-qt/kde-unstable/PKGBUILD | 36 ++++++++++++++++++++
3 files changed, 108 insertions(+)
Added: kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD
===================================================================
--- kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD (rev 0)
+++ kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD 2013-06-13 22:18:42 UTC (rev 188429)
@@ -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
+}
Property changes on: kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libmm-qt/kde-unstable/PKGBUILD
===================================================================
--- libmm-qt/kde-unstable/PKGBUILD (rev 0)
+++ libmm-qt/kde-unstable/PKGBUILD 2013-06-13 22:18:42 UTC (rev 188429)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libmm-qt
+pkgver=657646b
+pkgrel=1
+pkgdesc='Qt-only wrapper for ModemManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake' 'git')
+source=('git://anongit.kde.org/libmm-qt')
+md5sums=('SKIP')
+
+pkgver() {
+ cd ${pkgname}
+ git describe --always | sed 's|-|.|g'
+}
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=${pkgdir} install
+}
Property changes on: libmm-qt/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libnm-qt/kde-unstable/PKGBUILD
===================================================================
--- libnm-qt/kde-unstable/PKGBUILD (rev 0)
+++ libnm-qt/kde-unstable/PKGBUILD 2013-06-13 22:18:42 UTC (rev 188429)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libnm-qt
+pkgver=
+pkgrel=1
+pkgdesc='Qt-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'git')
+source=('git://anongit.kde.org/libnm-qt')
+md5sums=('SKIP')
+
+pkgver() {
+ cd ${pkgname}
+ git describe --always | sed 's|-|.|g'
+}
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=${pkgdir} install
+}
Property changes on: libnm-qt/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list