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

Antonio Rojas arojas at archlinux.org
Tue Jul 5 17:39:05 UTC 2016


    Date: Tuesday, July 5, 2016 @ 17:39:04
  Author: arojas
Revision: 271046

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

Added:
  knewstuff/repos/extra-i686/PKGBUILD
    (from rev 271045, knewstuff/trunk/PKGBUILD)
  knewstuff/repos/extra-x86_64/PKGBUILD
    (from rev 271045, knewstuff/trunk/PKGBUILD)
Deleted:
  knewstuff/repos/extra-i686/PKGBUILD
  knewstuff/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   82 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   35 --------------------
 extra-x86_64/PKGBUILD |   35 --------------------
 3 files changed, 82 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-07-05 17:38:34 UTC (rev 271045)
+++ extra-i686/PKGBUILD	2016-07-05 17:39:04 UTC (rev 271046)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=knewstuff
-pkgver=5.23.0
-pkgrel=1
-pkgdesc='Support for downloading application assets from the network'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('2ac172c3af820c701e8e144e7f9d35db')
-
-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: knewstuff/repos/extra-i686/PKGBUILD (from rev 271045, knewstuff/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-07-05 17:39:04 UTC (rev 271046)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=knewstuff
+pkgver=5.23.0
+pkgrel=2
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kdebug-364896.patch::"https://quickgit.kde.org/?p=knewstuff.git&a=commitdiff&h=fc2e7f58&o=plain")
+md5sums=('2ac172c3af820c701e8e144e7f9d35db'
+         'a8fbc7f6e60f5d3de3e88641d889f138')
+
+prepare() {
+  mkdir -p build
+
+# Fix crash in Discover http://bugs.kde.org/show_bug.cgi?id=364896
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364896.patch
+}
+
+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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-07-05 17:38:34 UTC (rev 271045)
+++ extra-x86_64/PKGBUILD	2016-07-05 17:39:04 UTC (rev 271046)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=knewstuff
-pkgver=5.23.0
-pkgrel=1
-pkgdesc='Support for downloading application assets from the network'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('2ac172c3af820c701e8e144e7f9d35db')
-
-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: knewstuff/repos/extra-x86_64/PKGBUILD (from rev 271045, knewstuff/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-05 17:39:04 UTC (rev 271046)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=knewstuff
+pkgver=5.23.0
+pkgrel=2
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kdebug-364896.patch::"https://quickgit.kde.org/?p=knewstuff.git&a=commitdiff&h=fc2e7f58&o=plain")
+md5sums=('2ac172c3af820c701e8e144e7f9d35db'
+         'a8fbc7f6e60f5d3de3e88641d889f138')
+
+prepare() {
+  mkdir -p build
+
+# Fix crash in Discover http://bugs.kde.org/show_bug.cgi?id=364896
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364896.patch
+}
+
+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