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

Antonio Rojas arojas at archlinux.org
Thu Dec 15 10:52:27 UTC 2016


    Date: Thursday, December 15, 2016 @ 10:52:26
  Author: arojas
Revision: 283336

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-12-15 10:52:07 UTC (rev 283335)
+++ kde-unstable-i686/PKGBUILD	2016-12-15 10:52:26 UTC (rev 283336)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkcompactdisc
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://www.kde.org/applications/multimedia/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(solid ki18n kcoreaddons phonon-qt5)
-makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools python)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('d77898da8072f3b9b977ac92a31a0b9a55dce7ab'
-          'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkcompactdisc/repos/kde-unstable-i686/PKGBUILD (from rev 283335, libkcompactdisc/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-12-15 10:52:26 UTC (rev 283336)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkcompactdisc
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(solid ki18n kcoreaddons phonon-qt5)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools python)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('60135799d3170ed011262738c93f74b03322ad89'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-12-15 10:52:07 UTC (rev 283335)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-15 10:52:26 UTC (rev 283336)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkcompactdisc
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://www.kde.org/applications/multimedia/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(solid ki18n kcoreaddons phonon-qt5)
-makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools python)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('d77898da8072f3b9b977ac92a31a0b9a55dce7ab'
-          'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 283335, libkcompactdisc/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-15 10:52:26 UTC (rev 283336)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkcompactdisc
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(solid ki18n kcoreaddons phonon-qt5)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools python)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('60135799d3170ed011262738c93f74b03322ad89'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list