[arch-commits] Commit in kdbusaddons/repos (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sun May 11 11:00:31 UTC 2014
Date: Sunday, May 11, 2014 @ 13:00:31
Author: andrea
Revision: 212263
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdbusaddons/repos/kde-unstable-i686/
kdbusaddons/repos/kde-unstable-i686/PKGBUILD
(from rev 212262, kdbusaddons/trunk/PKGBUILD)
kdbusaddons/repos/kde-unstable-x86_64/
kdbusaddons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 212262, kdbusaddons/trunk/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: kdbusaddons/repos/kde-unstable-i686/PKGBUILD (from rev 212262, kdbusaddons/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-05-11 11:00:31 UTC (rev 212263)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdbusaddons
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KDBusAddons'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdbusaddons'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c7856d1ca018555ae3472ca708595fec')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdbusaddons/repos/kde-unstable-x86_64/PKGBUILD (from rev 212262, kdbusaddons/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-05-11 11:00:31 UTC (rev 212263)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdbusaddons
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KDBusAddons'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdbusaddons'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c7856d1ca018555ae3472ca708595fec')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list