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

Antonio Rojas arojas at archlinux.org
Tue Apr 19 13:13:12 UTC 2016


    Date: Tuesday, April 19, 2016 @ 15:13:12
  Author: arojas
Revision: 265427

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebugsettings/repos/kde-unstable-i686/PKGBUILD
    (from rev 265426, kdebugsettings/trunk/PKGBUILD)
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 265426, kdebugsettings/trunk/PKGBUILD)
Deleted:
  kdebugsettings/repos/kde-unstable-i686/PKGBUILD
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   72 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   36 --------------------
 kde-unstable-x86_64/PKGBUILD |   36 --------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-19 13:12:55 UTC (rev 265426)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 13:13:12 UTC (rev 265427)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kdebugsettings
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kdebugsettings'
-license=(GPL)
-depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('48f1ce78e9cb1851bf2db8ef1fbfe7c5a3bdca883e47b5292e8c990e78a1fd09')
-
-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/kde-unstable-i686/PKGBUILD (from rev 265426, kdebugsettings/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 13:13:12 UTC (rev 265427)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdebugsettings
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+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=('62d49a01ebe18659fceabc7c909d1694554399932275771b105ae1324e744d55')
+
+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
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-19 13:12:55 UTC (rev 265426)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 13:13:12 UTC (rev 265427)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kdebugsettings
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kdebugsettings'
-license=(GPL)
-depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('48f1ce78e9cb1851bf2db8ef1fbfe7c5a3bdca883e47b5292e8c990e78a1fd09')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 265426, kdebugsettings/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 13:13:12 UTC (rev 265427)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdebugsettings
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+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=('62d49a01ebe18659fceabc7c909d1694554399932275771b105ae1324e744d55')
+
+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