[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2020-10-01 Thread Antonio Rojas via arch-commits
Date: Thursday, October 1, 2020 @ 21:49:48
  Author: arojas
Revision: 397054

kdsoap 1.9.1 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 21:46:58 UTC (rev 397053)
+++ PKGBUILD2020-10-01 21:49:48 UTC (rev 397054)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=20.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2020-05-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 12, 2020 @ 08:03:59
  Author: arojas
Revision: 383277

openexr 2.5.1 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-12 07:36:19 UTC (rev 383276)
+++ PKGBUILD2020-05-12 08:03:59 UTC (rev 383277)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=20.04.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 08:31:47
  Author: arojas
Revision: 383085

Fix CVE-2020-12755

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 08:12:01 UTC (rev 383084)
+++ PKGBUILD2020-05-10 08:31:47 UTC (rev 383085)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=20.04.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -15,14 +15,19 @@
 'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
 'libappimage: AppImage thumbnails' 'icoutils: Windows executable 
thumbnails')
 groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
CVE-2020-12755.patch::"https://cgit.kde.org/kio-extras.git/patch/?id=d813cef3;)
 sha256sums=('a70f6079a8d2acb8c64bf0d08f7f7e5685f2e9c4e49548c138609437fdc6cd4d'
-'SKIP')
+'SKIP'
+'365f1c5a252e221f048c6199de111db2d5715500738b5981ed4f63a9bd984d0e')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../CVE-2020-12755.patch
 }
 
 build() {


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2020-05-09 Thread Antonio Rojas via arch-commits
Date: Saturday, May 9, 2020 @ 14:46:58
  Author: arojas
Revision: 382951

openexr 2.5 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 14:44:46 UTC (rev 382950)
+++ PKGBUILD2020-05-09 14:46:58 UTC (rev 382951)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=20.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -13,7 +13,7 @@
 makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage)
 optdepends=('qt5-imageformats: thumbnails for additional image formats' 'perl: 
info kioslave'
 'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
-'phonon-qt5: audio file previews' 'libappimage: AppImage 
thumbnails' 'icoutils: Windows executable thumbnails')
+'libappimage: AppImage thumbnails' 'icoutils: Windows executable 
thumbnails')
 groups=(kde-applications kdenetwork)
 
source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('a70f6079a8d2acb8c64bf0d08f7f7e5685f2e9c4e49548c138609437fdc6cd4d'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2020-02-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 11, 2020 @ 21:29:34
  Author: arojas
Revision: 375414

Add perl dependency

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-11 21:20:33 UTC (rev 375413)
+++ PKGBUILD2020-02-11 21:29:34 UTC (rev 375414)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=19.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty 
kactivities-stats phonon-qt5 syntax-highlighting)
 makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage)
-optdepends=('qt5-imageformats: thumbnails for additional image formats'
+optdepends=('qt5-imageformats: thumbnails for additional image formats' 'perl: 
info kioslave'
 'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
 'phonon-qt5: audio file previews' 'libappimage: AppImage 
thumbnails')
 groups=(kde-applications kdenetwork)


[arch-commits] Commit in kio-extras/trunk (PKGBUILD kio-extras-libssh-0.9.patch)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 16:51:50
  Author: arojas
Revision: 367137

Update patch for libssh 0.9.2

Modified:
  kio-extras/trunk/PKGBUILD
  kio-extras/trunk/kio-extras-libssh-0.9.patch

-+
 PKGBUILD|2 +-
 kio-extras-libssh-0.9.patch |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 16:41:59 UTC (rev 367136)
+++ PKGBUILD2019-11-07 16:51:50 UTC (rev 367137)
@@ -20,7 +20,7 @@
 sha256sums=('e38e872f78ff24fe512ec7ff9ed4f6b6a8e1fef6111fdb0222c133bed0a8861f'
 'SKIP'
 '94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895'
-'6e97c66d2b5adfdeaa34864ec54c2ac1728710af735c8acdd4f1c5e0c446efc2')
+'fae0f9a3a3faa7727a972486ec900ce53d03c9961f018a8821ec0d1cea95b538')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 

Modified: kio-extras-libssh-0.9.patch
===
--- kio-extras-libssh-0.9.patch 2019-11-07 16:41:59 UTC (rev 367136)
+++ kio-extras-libssh-0.9.patch 2019-11-07 16:51:50 UTC (rev 367137)
@@ -6,8 +6,8 @@
 KF5::I18n
 Qt5::Network
 ${LIBSSH_LIBRARIES})
-+if(TARGET ssh_shared) # libssh 0.9
-+target_link_libraries(kio_sftp ssh_shared)
++if(TARGET ssh) # libssh 0.9
++target_link_libraries(kio_sftp ssh)
 +endif()
  set_target_properties(kio_sftp PROPERTIES OUTPUT_NAME "sftp")
  


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2019-10-18 Thread Antonio Rojas via arch-commits
Date: Friday, October 18, 2019 @ 23:39:15
  Author: arojas
Revision: 365181

openexr 2.4 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-18 23:37:16 UTC (rev 365180)
+++ PKGBUILD2019-10-18 23:39:15 UTC (rev 365181)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=19.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2019-04-01 Thread Antonio Rojas via arch-commits
Date: Monday, April 1, 2019 @ 20:13:13
  Author: arojas
Revision: 349561

libappimage 1.0 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 20:11:35 UTC (rev 349560)
+++ PKGBUILD2019-04-01 20:13:13 UTC (rev 349561)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=18.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD kio-extras-libappimage.patch)

2019-02-07 Thread Antonio Rojas via arch-commits
Date: Thursday, February 7, 2019 @ 14:32:13
  Author: arojas
Revision: 345602

Patch no longer needed with libappimage 0.1.9

Modified:
  kio-extras/trunk/PKGBUILD
Deleted:
  kio-extras/trunk/kio-extras-libappimage.patch

--+
 PKGBUILD |7 ++-
 kio-extras-libappimage.patch |   37 -
 2 files changed, 2 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 14:29:30 UTC (rev 345601)
+++ PKGBUILD2019-02-07 14:32:13 UTC (rev 345602)
@@ -16,12 +16,10 @@
 'khtml: man kioslave' 'phonon-qt5: audio file previews' 
'libappimage: AppImage thumbnails')
 groups=(kde-applications kdenetwork)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-kio-extras-rpc.patch
-kio-extras-libappimage.patch)
+kio-extras-rpc.patch)
 sha256sums=('16f76a1130fbfe01d3b72f15b1a5be763c9341e424b253b9025f6c6aa3beab45'
 'SKIP'
-'94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895'
-'ccac5c5856b6fdc2a671273a85e23499295ad55c2725b7a87fb1399241a5539e')
+'94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
@@ -30,7 +28,6 @@
 
   cd $pkgname-$pkgver
   patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27
-  patch -p1 -i ../kio-extras-libappimage.patch # fix build with libappimage 
0.1.8
 }
 
 build() {

Deleted: kio-extras-libappimage.patch
===
--- kio-extras-libappimage.patch2019-02-07 14:29:30 UTC (rev 345601)
+++ kio-extras-libappimage.patch2019-02-07 14:32:13 UTC (rev 345602)
@@ -1,37 +0,0 @@
-diff --git a/thumbnail/CMakeLists.txt b/thumbnail/CMakeLists.txt
 a/thumbnail/CMakeLists.txt
-+++ b/thumbnail/CMakeLists.txt
-@@ -7,18 +7,12 @@
-PURPOSE "Provides support for OpenEXR formatted images 
in the thumbnail kioslave"
-   )
- 
--find_package(libappimage)
-+find_package(libappimage CONFIG)
- set_package_properties(libappimage PROPERTIES DESCRIPTION "Core library of 
the AppImage project"
-URL "https://github.com/AppImage/libappimage;
-TYPE OPTIONAL
-PURPOSE "Provides support for AppImage thumbnails"
-)
--if (libappimage_FOUND)
--# workaround for currently released libappimage versions (sadly no 
version check possible yet)
--if (NOT LIBAPPIMAGE_INCLUDE_DIRS)
--get_target_property(LIBAPPIMAGE_INCLUDE_DIRS libappimage 
INTERFACE_INCLUDE_DIRECTORIES)
--endif()
--endif()
- 
- include_directories(${CMAKE_BINARY_DIR})
- 
-@@ -239,11 +233,10 @@
- 
- set(appimagethumbnail_SRCS appimagecreator.cpp)
- add_library(appimagethumbnail MODULE ${appimagethumbnail_SRCS})
--target_include_directories(appimagethumbnail PRIVATE 
${LIBAPPIMAGE_INCLUDE_DIRS})
- target_link_libraries(appimagethumbnail
- KF5::KIOWidgets
- Qt5::Gui
--${LIBAPPIMAGE_LIBRARIES}
-+libappimage
- )
- 
- install(TARGETS appimagethumbnail DESTINATION ${KDE_INSTALL_PLUGINDIR})
-


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2019-01-05 Thread Antonio Rojas via arch-commits
Date: Saturday, January 5, 2019 @ 08:32:52
  Author: arojas
Revision: 342992

Rebuild against properly soversioned libappimage 0.1.5

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 08:27:48 UTC (rev 342991)
+++ PKGBUILD2019-01-05 08:32:52 UTC (rev 342992)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=18.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-11-12 Thread Antonio Rojas via arch-commits
Date: Monday, November 12, 2018 @ 18:16:59
  Author: arojas
Revision: 339380

Drop HTML thumbnailer (CVE-2018-19120)

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-12 18:02:38 UTC (rev 339379)
+++ PKGBUILD2018-11-12 18:16:59 UTC (rev 339380)
@@ -4,14 +4,14 @@
 
 pkgname=kio-extras
 pkgver=18.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
 license=(LGPL)
 depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities)
-makedepends=(extra-cmake-modules kdoctools qt5-webengine gperf taglib khtml)
-optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
+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' 'phonon-qt5: audio file previews')
 groups=(kde-applications kdenetwork)


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-10-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 17, 2018 @ 11:00:28
  Author: arojas
Revision: 336799

Fix kio-smb crash

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-17 08:53:52 UTC (rev 336798)
+++ PKGBUILD2018-10-17 11:00:28 UTC (rev 336799)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=18.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -16,10 +16,12 @@
 'khtml: man kioslave' 'phonon-qt5: audio file previews')
 groups=(kde-applications kdenetwork)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-kio-extras-rpc.patch)
+kio-extras-rpc.patch
+
kio-smb-crash.patch::"https://cgit.kde.org/kio-extras.git/patch/?id=767415da;)
 sha256sums=('25e89675d9036bc0740f91e44c0a912e9a06247753ab5081740f67e3616044b3'
 'SKIP'
-'94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895')
+'94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895'
+'b75d19207d21ba225c41c2769d5d26dce42aac4ba81a32e8355dee485c2fcd1c')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
@@ -28,6 +30,7 @@
 
   cd $pkgname-$pkgver
   patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27
+  patch -p1 -i ../kio-smb-crash.patch # fix SMB crash
 }
 
 build() {


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-09-08 Thread Antonio Rojas via arch-commits
Date: Saturday, September 8, 2018 @ 09:52:46
  Author: arojas
Revision: 334113

Add phonon-qt5 dependency, no longer pulled by knotifications

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 09:47:28 UTC (rev 334112)
+++ PKGBUILD2018-09-08 09:52:46 UTC (rev 334113)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=18.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -14,7 +14,7 @@
 makedepends=(extra-cmake-modules kdoctools qt5-webengine gperf taglib khtml)
 optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
 'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
-'khtml: man kioslave')
+'khtml: man kioslave' 'phonon-qt5: audio file previews')
 groups=(kde-applications kdenetwork)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 kio-extras-rpc.patch)


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-08-20 Thread Antonio Rojas via arch-commits
Date: Monday, August 20, 2018 @ 20:52:56
  Author: arojas
Revision: 332716

libssh 0.8 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 19:54:47 UTC (rev 332715)
+++ PKGBUILD2018-08-20 20:52:56 UTC (rev 332716)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=18.08.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -44,4 +44,3 @@
   cd build
   make DESTDIR="$pkgdir" install
 }
-


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-08-19 Thread Antonio Rojas via arch-commits
Date: Sunday, August 19, 2018 @ 08:58:21
  Author: arojas
Revision: 332629

ilmbase/openexr 2.3 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-19 08:56:20 UTC (rev 332628)
+++ PKGBUILD2018-08-19 08:58:21 UTC (rev 332629)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=18.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-03-08 Thread Antonio Rojas via arch-commits
Date: Thursday, March 8, 2018 @ 17:47:03
  Author: arojas
Revision: 318244

openexr 2.2.1 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-08 17:03:53 UTC (rev 318243)
+++ PKGBUILD2018-03-08 17:47:03 UTC (rev 318244)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=17.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:11:53
  Author: arojas
Revision: 317540

ilmbase/openexr 2.2.1 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 03:09:41 UTC (rev 317539)
+++ PKGBUILD2018-02-26 03:11:53 UTC (rev 317540)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=17.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2018-01-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 9, 2018 @ 13:42:05
  Author: arojas
Revision: 314289

Remove unused openslp dependency

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 13:06:45 UTC (rev 314288)
+++ PKGBUILD2018-01-09 13:42:05 UTC (rev 314289)
@@ -5,12 +5,12 @@
 
 pkgname=kio-extras
 pkgver=17.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
 license=(LGPL)
-depends=(kio kdnssd libssh smbclient exiv2 openexr openslp libmtp kpty 
kactivities)
+depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities)
 makedepends=(extra-cmake-modules kdoctools qt5-webengine gperf taglib khtml)
 optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
 'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 17:49:20
  Author: arojas
Revision: 293966

qt5-webengine 5.8.0-6 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 17:40:37 UTC (rev 293965)
+++ PKGBUILD2017-04-22 17:49:20 UTC (rev 293966)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=17.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://www.kde.org/applications/internet/'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2016-12-18 Thread Antonio Rojas
Date: Sunday, December 18, 2016 @ 11:25:57
  Author: arojas
Revision: 284290

Add optdepends for additional image format thumbnails (FS#52179)

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 11:18:50 UTC (rev 284289)
+++ PKGBUILD2016-12-18 11:25:57 UTC (rev 284290)
@@ -12,7 +12,8 @@
 license=(LGPL)
 depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
 makedepends=(extra-cmake-modules kdoctools kdesignerplugin qt5-webengine)
-optdepends=('qt5-webengine: HTML thumbnailer')
+optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
+'kimageformats: thumbnails for additional image formats')
 groups=(kde-applications kdenetwork)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 md5sums=('3988cabcb1a6c641b07921b24b133859'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD kio-extras.install)

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 17:09:59
  Author: fyan
Revision: 266482

upgpkg: kio-extras 16.04.0-2

Hooks rebuild (part 1)

Modified:
  kio-extras/trunk/PKGBUILD
Deleted:
  kio-extras/trunk/kio-extras.install

+
 PKGBUILD   |3 +--
 kio-extras.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 15:09:04 UTC (rev 266481)
+++ PKGBUILD2016-04-28 15:09:59 UTC (rev 266482)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -13,7 +13,6 @@
 depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kde-applications kdenetwork)
-install=$pkgname.install
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('f15d31f670fbbad9e8ebda0f03568d1e')
 

Deleted: kio-extras.install
===
--- kio-extras.install  2016-04-28 15:09:04 UTC (rev 266481)
+++ kio-extras.install  2016-04-28 15:09:59 UTC (rev 266482)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2016-02-08 Thread Antonio Rojas
Date: Monday, February 8, 2016 @ 23:42:15
  Author: arojas
Revision: 258993

Fix deprecated perl syntax in info2html (FS#48090)

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 18:06:14 UTC (rev 258992)
+++ PKGBUILD2016-02-08 22:42:15 UTC (rev 258993)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=15.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
@@ -14,11 +14,17 @@
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kde-applications kdenetwork)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('5a45e9df178f3bba38f257be6e026f22')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
bug359015.patch::"https://quickgit.kde.org/?p=kio-extras.git=commitdiff=af92d618=plain;)
+md5sums=('5a45e9df178f3bba38f257be6e026f22'
+ 'e47b7f6af98cce2c36929731e3bb2ea5')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix deprecated perl syntax http://bugs.kde.org/show_bug.cgi?id=359015
+  patch -p1 -i ../bug359015.patch
 }
 
 build() {


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 14:02:19
  Author: bpiotrowski
Revision: 253828

C++11 ABI rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 13:02:03 UTC (rev 253827)
+++ PKGBUILD2015-12-08 13:02:19 UTC (rev 253828)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2015-10-02 Thread Antonio Rojas
Date: Friday, October 2, 2015 @ 23:18:01
  Author: arojas
Revision: 248283

Fix delete in fish protocol (KDEBUG#351309)

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-02 19:22:55 UTC (rev 248282)
+++ PKGBUILD2015-10-02 21:18:01 UTC (rev 248283)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=15.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
@@ -14,11 +14,17 @@
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kde-applications kdenetwork)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('b2f48f8a2545b87273fa1caa50e4cf00')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
fish-delete.patch::"https://quickgit.kde.org/?p=kio-extras.git=commitdiff=311f7e1=plain;)
+md5sums=('b2f48f8a2545b87273fa1caa50e4cf00'
+ 'd0d808ed2e7d8162cdc4c694c6e2f37f')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix delete in fish protocol https://bugs.kde.org/show_bug.cgi?id=351309
+  patch -p1 -i ../fish-delete.patch
 }
 
 build() {


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:20:20
  Author: arojas
Revision: 241770

exiv2 0.25 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:11:24 UTC (rev 241769)
+++ PKGBUILD2015-07-03 21:20:20 UTC (rev 241770)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional components to increase the functionality of KIO
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2015-05-08 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 01:56:36
  Author: arojas
Revision: 238737

openexr/ilmbase rebuild

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-08 20:26:40 UTC (rev 238736)
+++ PKGBUILD2015-05-08 23:56:36 UTC (rev 238737)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional components to increase the functionality of KIO
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2015-02-24 Thread Felix Yan
Date: Wednesday, February 25, 2015 @ 04:09:01
  Author: fyan
Revision: 231891

upgpkg: kio-extras 5.2.1-1

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-25 03:06:26 UTC (rev 231890)
+++ PKGBUILD2015-02-25 03:09:01 UTC (rev 231891)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Antonio Rojas
 
 pkgname=kio-extras
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 pkgdesc=Additional components to increase the functionality of KIO
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
@@ -15,7 +16,7 @@
 groups=('plasma')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('20dacf1c6fe7d997d3bcc369a3a907ce')
+md5sums=('b4e797c0002748aeb23ddef83c24d89e')
 
 prepare() {
   mkdir build


[arch-commits] Commit in (kio-extras/trunk/PKGBUILD plasma-workspace/trunk/PKGBUILD)

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 09:30:39
  Author: andrea
Revision: 230029

Build is fixed

Modified:
  kio-extras/trunk/PKGBUILD
  plasma-workspace/trunk/PKGBUILD

-+
 kio-extras/trunk/PKGBUILD   |1 -
 plasma-workspace/trunk/PKGBUILD |1 -
 2 files changed, 2 deletions(-)

Modified: kio-extras/trunk/PKGBUILD
===
--- kio-extras/trunk/PKGBUILD   2015-01-27 08:30:30 UTC (rev 230028)
+++ kio-extras/trunk/PKGBUILD   2015-01-27 08:30:39 UTC (rev 230029)
@@ -12,7 +12,6 @@
 depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient'
  'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-options=('!buildflags')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
 md5sums=('20dacf1c6fe7d997d3bcc369a3a907ce')

Modified: plasma-workspace/trunk/PKGBUILD
===
--- plasma-workspace/trunk/PKGBUILD 2015-01-27 08:30:30 UTC (rev 230028)
+++ plasma-workspace/trunk/PKGBUILD 2015-01-27 08:30:39 UTC (rev 230029)
@@ -19,7 +19,6 @@
 'gpsd: GPS support for geolocation')
 conflicts=('kdebase-workspace')
 groups=('plasma')
-options=('!buildflags')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'kde.pam')
 md5sums=('4ffdb4c7e310dff222abd452fd67e74d'


[arch-commits] Commit in kio-extras/trunk (PKGBUILD)

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 18:21:39
  Author: andrea
Revision: 230122

upgpkg: kio-extras 5.2.0-2

Those are part of plasma group

Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-27 16:05:14 UTC (rev 230121)
+++ PKGBUILD2015-01-27 17:21:39 UTC (rev 230122)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional components to increase the functionality of KIO
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
@@ -12,6 +12,7 @@
 depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient'
  'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
 md5sums=('20dacf1c6fe7d997d3bcc369a3a907ce')


[arch-commits] Commit in kio-extras/trunk (PKGBUILD sanitize-input.patch)

2014-11-14 Thread Andrea Scarpino
Date: Friday, November 14, 2014 @ 14:08:23
  Author: andrea
Revision: 226235

upgpkg: kio-extras 5.1.1-2

Sanitize input

Added:
  kio-extras/trunk/sanitize-input.patch
Modified:
  kio-extras/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 sanitize-input.patch |   31 +++
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-14 13:03:48 UTC (rev 226234)
+++ PKGBUILD2014-11-14 13:08:23 UTC (rev 226235)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional components to increase the functionality of KIO
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
@@ -13,11 +13,16 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 options=('!buildflags')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('831fb9bc8960932233cf6042f6097751')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
+'sanitize-input.patch')
+md5sums=('831fb9bc8960932233cf6042f6097751'
+ '6462465f886decd5c7706d09bc71b2b8')
 
 prepare() {
   mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/sanitize-input.patch
 }
 
 build() {

Added: sanitize-input.patch
===
--- sanitize-input.patch(rev 0)
+++ sanitize-input.patch2014-11-14 13:08:23 UTC (rev 226235)
@@ -0,0 +1,31 @@
+From: Martin Sandsmark martin.sandsm...@kde.org
+Date: Thu, 13 Nov 2014 12:42:49 +
+Subject: Sanitize path
+X-Git-Url: 
http://quickgit.kde.org/?p=kio-extras.gita=commitdiffh=13155c8eb71d1c946bea21c38ea0f8ca7c7013cd
+---
+Sanitize path
+
+Reviewed at secur...@kde.org
+---
+
+
+--- a/bookmarks/kio_bookmarks.cpp
 b/bookmarks/kio_bookmarks.cpp
+@@ -22,6 +22,7 @@
+ #include stdlib.h
+ 
+ #include qregexp.h
++#include qtextdocument.h
+ #include qurlquery.h
+ 
+ #include kapplication.h
+@@ -198,7 +199,7 @@
+ echoImage(regexp.cap(1), regexp.cap(2), 
QUrlQuery(url).queryItemValue(size));
+   } else {
+ echoHead();
+-echo(p class=\message\ + i18n(Wrong request: %1,path) + /p);
++echo(p class=\message\ + i18n(Wrong request: %1, 
Qt::escape(url.toDisplayString())) + /p);
+   }
+   finished();
+ }
+


[arch-commits] Commit in kio-extras/trunk (PKGBUILD kio-extras.install)

2014-10-18 Thread Andrea Scarpino
Date: Saturday, October 18, 2014 @ 10:45:18
  Author: andrea
Revision: 224714

upgpkg: kio-extras 5.1.0.1-1

release

Added:
  kio-extras/trunk/kio-extras.install
Modified:
  kio-extras/trunk/PKGBUILD (contents, properties)

+
 PKGBUILD   |   10 +++---
 kio-extras.install |   11 +++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-18 08:27:20 UTC (rev 224713)
+++ PKGBUILD2014-10-18 08:45:18 UTC (rev 224714)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Antonio Rojas
 
 pkgname=kio-extras
@@ -7,8 +9,10 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
 license=('LGPL')
-depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 
'openexr')
-makedepends=('extra-cmake-modules' 'openslp' 'kdoctools' 'python')
+depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 
'openexr' 'openslp')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+options=('!buildflags')
+install=${pkgname}.install
 source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
 md5sums=('fe8771bd6157bd842753d0c2a3c9162c')
 
@@ -31,7 +35,7 @@
   cd build
   make DESTDIR=${pkgdir} install
 
-# conflicts with kdebase-runtime
+  # conflicts with kdebase-runtime
   rm $pkgdir/usr/lib/libmolletnetwork.so
   mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
 }


Property changes on: kio-extras/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kio-extras.install
===
--- kio-extras.install  (rev 0)
+++ kio-extras.install  2014-10-18 08:45:18 UTC (rev 224714)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}