[arch-commits] Commit in kdebugsettings/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Feb 16 09:00:06 UTC 2016
Date: Tuesday, February 16, 2016 @ 10:00:06
Author: arojas
Revision: 259546
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdebugsettings/repos/testing-i686/
kdebugsettings/repos/testing-i686/PKGBUILD
(from rev 259545, kdebugsettings/trunk/PKGBUILD)
kdebugsettings/repos/testing-x86_64/
kdebugsettings/repos/testing-x86_64/PKGBUILD
(from rev 259545, kdebugsettings/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: kdebugsettings/repos/testing-i686/PKGBUILD (from rev 259545, kdebugsettings/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-02-16 09:00:06 UTC (rev 259546)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdebugsettings
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kconfigwidgets kio)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('534cc69a1356e2fecdc771145a0df29e1e99c417af1c70dae91a0e1734ea7b06')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DLIBEXEC_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
Copied: kdebugsettings/repos/testing-x86_64/PKGBUILD (from rev 259545, kdebugsettings/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 09:00:06 UTC (rev 259546)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdebugsettings
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kconfigwidgets kio)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('534cc69a1356e2fecdc771145a0df29e1e99c417af1c70dae91a0e1734ea7b06')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DLIBEXEC_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list