[arch-commits] Commit in kdebugsettings/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 05:28:34 UTC 2016


    Date: Sunday, August 21, 2016 @ 05:28:33
  Author: felixonmars
Revision: 274488

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebugsettings/repos/testing-i686/
  kdebugsettings/repos/testing-i686/PKGBUILD
    (from rev 274487, kdebugsettings/trunk/PKGBUILD)
  kdebugsettings/repos/testing-x86_64/
  kdebugsettings/repos/testing-x86_64/PKGBUILD
    (from rev 274487, kdebugsettings/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: kdebugsettings/repos/testing-i686/PKGBUILD (from rev 274487, kdebugsettings/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-08-21 05:28:33 UTC (rev 274488)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdebugsettings
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('d603422fbb1467d0554f6705d80cb8cac077318fa682d00008e7e54d42598623')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: kdebugsettings/repos/testing-x86_64/PKGBUILD (from rev 274487, kdebugsettings/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-08-21 05:28:33 UTC (rev 274488)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdebugsettings
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('d603422fbb1467d0554f6705d80cb8cac077318fa682d00008e7e54d42598623')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list