> The user provided the following additional text:
I've attached a git format-patch to update:
akonadi-contacts, ark, kdebase-runtime, kdenetwork-kopete, kio-extras, 
konqeuror, okular - 17.08.2
kdelibs - 4.14.37


-jc
From 2c52d0fd57c22b2cae0c5a154c9b6ba1d62dfeca Mon Sep 17 00:00:00 2001
From: jc_gargma <[email protected]>
Date: Thu, 12 Oct 2017 12:16:10 -0700
Subject: [PATCH] Updated
 akonadi-contacts,ark,kdebase-runtime,kdelibs,kdenetwork-kopete,kio-extras,konqeuror,okular
 to 17.08.2

---
 libre/akonadi-contacts/PKGBUILD  |  6 +++---
 libre/ark/PKGBUILD               | 13 ++++++-------
 libre/kdebase-runtime/PKGBUILD   | 20 +++++++++-----------
 libre/kdelibs/PKGBUILD           | 14 +++++++-------
 libre/kdenetwork-kopete/PKGBUILD | 22 ++++++++++------------
 libre/kio-extras/PKGBUILD        | 16 ++++++++--------
 libre/konqueror/PKGBUILD         | 12 ++++++------
 libre/okular/PKGBUILD            | 16 ++++++++--------
 8 files changed, 57 insertions(+), 62 deletions(-)

diff --git a/libre/akonadi-contacts/PKGBUILD b/libre/akonadi-contacts/PKGBUILD
index f7d205adc..7fb0fde57 100644
--- a/libre/akonadi-contacts/PKGBUILD
+++ b/libre/akonadi-contacts/PKGBUILD
@@ -5,7 +5,7 @@
 # Maintainer (Arch): Antonio Rojas <[email protected]>
 
 pkgname=akonadi-contacts
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1.parabola1
 pkgdesc="Libraries and daemons to implement Contact Management in Akonadi, without nonfree qt5-webengine support"
 arch=(i686 x86_64 armv7h)
@@ -17,7 +17,7 @@ conflicts=(akonadi-contact)
 replaces=(akonadi-contact)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
         'libre.patch')
-sha256sums=('89cd3a7cfe54e7b88630524413a37a04be7c1425253af82944ebbba1985cea41'
+sha256sums=('c172426ef3e7e244a8459861f495246674a12155e87c36c47a5daf1fd4a95f2c'
             'SKIP'
             '5356d5d15fd041790c2c073f6a23da9d8bcca8a65610c40fd51897de35fdcc70')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
@@ -36,7 +36,7 @@ build() {
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }
diff --git a/libre/ark/PKGBUILD b/libre/ark/PKGBUILD
index e615b8638..5680dcb69 100644
--- a/libre/ark/PKGBUILD
+++ b/libre/ark/PKGBUILD
@@ -6,21 +6,19 @@
 # Contributor (Arch): Andrea Scarpino <[email protected]>
 
 pkgname=ark
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1.parabola1
 pkgdesc='Archiving Tool, with unar support'
 arch=(i686 x86_64 armv7h)
-url='http://kde.org/applications/utilities/ark/'
+url='https://kde.org/applications/utilities/ark/'
 license=(GPL)
 depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 optdepends=('p7zip: 7Z format support' 'unar: RAR format support')
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
 groups=(kde-applications kdeutils)
 source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
         'libre.patch')
-sha256sums=('c9c49e220adf12d8132a2e307f34e28ffbd317e41a64823e2f901ac24ef92f05'
+sha256sums=('224d182df6d11eb2453887e0972f3b60a5177b1c89eac52661a470a7bff1c3d7'
             'SKIP'
             '624bd7cd221db2a80b21cd5f71c447d86091e52276f2bdb609c8916755c7d602')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
@@ -34,12 +32,12 @@ prepare() {
   rm -rv plugins/clirarplugin
 }
 
-build() {
+build() { 
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }
@@ -48,3 +46,4 @@ package() {
   cd build
   make DESTDIR="$pkgdir" install
 }
+
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD
index 811eb674d..d5731fc5c 100644
--- a/libre/kdebase-runtime/PKGBUILD
+++ b/libre/kdebase-runtime/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# $Id$
 # Maintainer (Arch): Felix Yan <[email protected]>
 # Contributor (Arch): Andrea Scarpino <[email protected]>
 # Contributor (Arch): Pierre Schmitz <[email protected]>
@@ -6,7 +6,7 @@
 # Contributor: jc_gargma <[email protected]
 
 pkgname=kdebase-runtime
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1.parabola1
 pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search engines"
 arch=('i686' 'x86_64' 'armv7h')
@@ -23,24 +23,22 @@ source=("https://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-
         'duckduckgo_lite.desktop'
         'kdebase-runtime-no-html-thumbnails.patch'
         'kdebase-runtime-no-kdewebkit.patch')
-sha256sums=('ef0f3d0e07c8248a41a38c89e86d87513581b810200a89e7c172ae3e6f23823e'
+sha256sums=('ab9fc015328bc4f3fb5b046f0b7c95af626e954721fcf4eda17251d1efb27201'
             'SKIP'
             '31910ab7393e67609f15e04a57f6406f63e6dae58b01bce0787741bc5958f292'
             '40466a9dad7075f2525e9e024720da7d7b49a22892b6fca8b81cc0e6408d2f7d'
             '5ce434f25759215ed2b6f71ec82a9118ee76e7428ef1af8a5495133a76c9c2df'
             '93d5ddf78c784b3d79486813bdfb43debba271b389bfc46ca79aabdb0bca14db')
-validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7'  # Albert Astals Cid <[email protected]>
-              'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87') # Christoph Feck <[email protected]>
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <[email protected]>
 
 prepare() {
   mkdir -p build
 
-  cd kde-runtime-${pkgver}
-
-  # Don't link to kactivities
-  sed -e '/plasmaextracomponents/d' -i plasma/declarativeimports/CMakeLists.txt
-
-  # Drop HTML thumbnailer, uses insecure QtWebKit
+# Don't link to kactivities
+  sed -e '/plasmaextracomponents/d' -i kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt
+# Drop HTML thumbnailer, uses insecure QtWebKit
+  cd kde-runtime-$pkgver
   patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch
   patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch
 
diff --git a/libre/kdelibs/PKGBUILD b/libre/kdelibs/PKGBUILD
index 2ab3e610a..2ea465ac3 100644
--- a/libre/kdelibs/PKGBUILD
+++ b/libre/kdelibs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# $Id$
 # Maintainer (Arch): Felix Yan <[email protected]>
 # Contributor (Arch): Andrea Scarpino <[email protected]
 # Contributor (Arch): Pierre Schmitz <[email protected]>
@@ -6,8 +6,8 @@
 # Contributor: jc_gargma <[email protected]>
 
 pkgname=kdelibs
-pkgver=4.14.36
-_kdeappver=17.08.1
+pkgver=4.14.37
+_kdeappver=17.08.2
 pkgrel=1.parabola1
 pkgdesc="KDE Core Libraries, without nonfree plugins recommendation support"
 arch=('i686' 'x86_64' 'armv7h')
@@ -26,19 +26,19 @@ source=("https://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname
         'qt4.patch'
         'kdelibs-no-kdewebkit.patch'
         'kdelibs-openssl-1.1.patch')
-sha256sums=('e129d228afdcd72b68eec0e440899f284e1e48bf54f798ec5369c5b75676a523'
+sha256sums=('4e9e4a1bf32f28427899b01bf19db01acee974e2e008ca659102a01cc0f3e430'
             'SKIP'
             '0eed754cf3e9f41be5ea22314bf49cf5571b421d81b8f525287830bd1b9b684e'
             'fa553130cf5d1d24e4767d4edfb7eeb889dfd9f19a9b4010eeb9051be171a45f'
             'ced10a9a83ff2a7f82edf51f6f399f8338b34ab5a589ef43637517d204843bea'
             '2df372f1bfcef1902349f9ca8820315030d39dd2bb769776b94fd3fcbf9621f5'
             '42f86279515bead6e9f89b1fc3ea58e0a648d41fae343de95297f995dedcdd71')
-validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7'  # Albert Astals Cid <[email protected]>
-              'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87') # Christoph Feck <[email protected]>
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <[email protected]>
 
 prepare() {
   mkdir -p build
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   # avoid file conflict with gnome-menus
   patch -p1 -i ../kde-applications-menu.patch
   # don't ask the user to download a plugin, it's probably nonfree
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD
index f57d829e2..26c2a042d 100644
--- a/libre/kdenetwork-kopete/PKGBUILD
+++ b/libre/kdenetwork-kopete/PKGBUILD
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Andreas Grapentin <[email protected]>
 # Contributor: AndrĂ© Silva <[email protected]>
 # Contributor: jc_gargma <[email protected]>
@@ -6,29 +7,27 @@
 # Contributor (Arch): Andrea Scarpino <[email protected]>
 
 pkgname=kdenetwork-kopete
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1.parabola1
 pkgdesc='Instant Messenger, without nonfree Skype support'
 url='https://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64' 'armv7h')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdenetwork')
-replaces=(${pkgname}-libre)
-conflicts=(${pkgname}-libre)
 depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4' 'qca-qt4')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp' 'openssl')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp' 'openssl-1.0')
 optdepends=('mediastreamer: jingle support'
-	    'libgadu: Gadu-Gadu protocol' 
-	    'openssl-1.0: jingle support')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
+	        'libgadu: Gadu-Gadu protocol' 
+	        'openssl-1.0: jingle support')
+source=("https://download.kde.org/stable/applications/$pkgver/src/kopete-$pkgver.tar.xz"{,.sig}
         'kopete-mediastreamer2.14.patch'
-	'kopete-pthread-link.patch')
-sha256sums=('56a1ef3078238d4becf8ec6fe6f8f850144ab402168bd0a2608e57a100e2cbc6'
+	    'kopete-pthread-link.patch')
+sha256sums=('ab2ab319cf7806e7336e4964889da6f0aa1fd3b3a4a1b7f4d2e88be034167506'
             'SKIP'
             'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
             'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
-validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7'  # Albert Astals Cid <[email protected]>
-              'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87') # Christoph Feck <[email protected]>
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <[email protected]>
 
 prepare() {
   cd kopete-$pkgver
@@ -67,4 +66,3 @@ package() {
   cd build
   make DESTDIR="$pkgdir" install
 }
-
diff --git a/libre/kio-extras/PKGBUILD b/libre/kio-extras/PKGBUILD
index fba41ddc6..35a861cdd 100644
--- a/libre/kio-extras/PKGBUILD
+++ b/libre/kio-extras/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# $Id$
 # Maintainer (Arch): Felix Yan <[email protected]>
 # Maintainer (Arch): Antonio Rojas <[email protected]>
 # Contributor (Arch): Andrea Scarpino <[email protected]>
@@ -6,24 +6,24 @@
 # Contributor: jc_gargma <[email protected]>
 
 pkgname=kio-extras
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1.parabola1
 pkgdesc="Additional components to increase the functionality of KIO, without nonfree qt5-webengine support"
 arch=(i686 x86_64 armv7h)
 url='https://www.kde.org/applications/internet/'
 license=(LGPL)
-depends=('kio' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty' 'kactivities')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gperf' 'taglib' 'khtml')
+depends=(kio kdnssd libssh smbclient exiv2 openexr openslp libmtp kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools gperf taglib khtml)
 optdepends=('qt5-imageformats: thumbnails for additional image formats'
             'kimageformats: thumbnails for additional image formats'
             'taglib: audio file thumbnails'
             'khtml: man kioslave')
 groups=(kde-applications kdenetwork)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('15550ee9869abee53c0cc77a67e1675f22696ccde9352dfbc62de4bc954f60c2'
+sha256sums=('d6fc25a3f83750ca2af27768a7278314139bda8591df70b8f49b3d11379a74dd'
             'SKIP')
-validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7'  # Albert Astals Cid <[email protected]>
-              'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87') # Christoph Feck <[email protected]>
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <[email protected]>
 
 prepare() {
   mkdir -p build
@@ -34,7 +34,7 @@ build() {
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }
diff --git a/libre/konqueror/PKGBUILD b/libre/konqueror/PKGBUILD
index c864f1840..483ddb1f5 100644
--- a/libre/konqueror/PKGBUILD
+++ b/libre/konqueror/PKGBUILD
@@ -6,14 +6,14 @@
 # Contributor: jc_gargma <[email protected]>
 
 pkgname=konqueror
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1.parabola1
 pkgdesc="KDE File Manager & Web Browser, without Google, nonfree software recommendation and nonfree qt5-webengine support"
 arch=(i686 x86_64 armv7h)
 url="https://konqueror.org/";
 license=(LGPL)
-depends=('dolphin' 'keditbookmarks' 'kdelibs4support' 'kinit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'tidy' 'kdesignerplugin' 'kdesu' 'khtml')
+depends=(dolphin keditbookmarks kdelibs4support kinit)
+makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu khtml)
 optdepends=('tidy: tidy HTML plugin'
             'kdesu: shell command plugin'
             'khtml: alternative web engine')
@@ -22,11 +22,11 @@ replaces=(kdebase-konqueror kdebase-konq-plugins)
 groups=(kde-applications kdebase)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
         'libre.patch')
-sha256sums=('fe65f489ec5880dfa82c8bc559417f4c50f4eea873680174c0b2bd70151a98de'
+sha256sums=('2d6e1f404bad36adba7afbc3993c9ba8532601927fedb14b287825b5e4ba0eb0'
             'SKIP'
             '469f413dbe1fc19bde685a702c5291a68e22880edb51eade012d08d965d0364c')
-validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7'  # Albert Astals Cid <[email protected]>
-              'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87') # Christoph Feck <[email protected]>
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <[email protected]>
 
 prepare() {
   mkdir -p build
diff --git a/libre/okular/PKGBUILD b/libre/okular/PKGBUILD
index 60ed77bc1..54f92431d 100644
--- a/libre/okular/PKGBUILD
+++ b/libre/okular/PKGBUILD
@@ -5,30 +5,30 @@
 # Contributor: jc_gargma <[email protected]>
 
 pkgname=okular
-pkgver=17.08.1
+pkgver=17.08.2
 pkgrel=1.parabola1
 pkgdesc='Document Viewer, with copy-protection anti-feature turn off by default'
 arch=(i686 x86_64 armv7h)
 url="https://kde.org/applications/graphics/okular/";
 license=(GPL LGPL FDL)
 groups=(kde-applications kdegraphics)
-depends=('djvulibre' 'libspectre' 'libkexiv2' 'poppler-qt5' 'qca-qt5' 'kpty' 'kactivities' 'threadweaver' 'kjs' 'kparts' 'mesa')
-makedepends=('extra-cmake-modules' 'ebook-tools' 'kdegraphics-mobipocket' 'kdoctools' 'khtml' 'python' 'chmlib')
+depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca-qt5 kpty kactivities threadweaver kjs kparts mesa)
+makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml python chmlib)
 optdepends=('ebook-tools: mobi and epub support'
             'kdegraphics-mobipocket: mobi support'
-	    'kirigami2: mobile UI'
+	        'kirigami2: mobile UI'
             'khtml: CHM support'
             'chmlib: CHM support'
             'calligra: ODT and ODP support')
 conflicts=(kdegraphics-okular)
 replaces=(kdegraphics-okular)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz"{,.sig}
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
         'turn_off_copy-protection_anti-feature.patch')
-sha256sums=('8625462d8426ad903500fe1d6821a65776715932f5746f2a46e911c59cd3f108'
+sha256sums=('c56f57dc47b8c00208e374f3249d2cf69d6293cb9ebfeeb3601f1c64cbc37e56'
             'SKIP'
             '83cf760b3ae6e03d49e02369375dae3ecc05a6800d512dd9ffeaac1648c19457')
-validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7'  # Albert Astals Cid <[email protected]>
-              'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87') # Christoph Feck <[email protected]>
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <[email protected]>
 
 prepare() {
   mkdir -p build
-- 
2.14.2

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to