[arch-commits] Commit in libnm-qt/repos (2 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Thu Jun 13 22:35:52 UTC 2013
Date: Friday, June 14, 2013 @ 00:35:51
Author: andrea
Revision: 188436
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
libnm-qt/repos/kde-unstable-x86_64/
libnm-qt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 188435, libnm-qt/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: libnm-qt/repos/kde-unstable-x86_64/PKGBUILD (from rev 188435, libnm-qt/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-06-13 22:35:51 UTC (rev 188436)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libnm-qt
+pkgver=1a1bda4
+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
+}
More information about the arch-commits
mailing list