* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2015-08-25 14:57 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2015-08-25 14:57 UTC (permalink / raw
To: gentoo-commits
commit: e5c0356f4a26b0337348cadf8dd57d3eaedc1142
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 14:53:39 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:56:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c0356f
kde-apps/kio-extras: import from kde overlay.
Package-Manager: portage-2.2.20.1
| 1 +
| 87 +++++++++++++++++++++++++++
| 9 +++
3 files changed, 97 insertions(+)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
new file mode 100644
index 0000000..715ba73
--- /dev/null
+++ b/kde-apps/kio-extras/Manifest
@@ -0,0 +1 @@
+DIST kio-extras-15.08.0.tar.xz 266240 SHA256 b72384e7ad29a7eca7bce344cf1a8f48cd557444bd0afeced01c817826f3e074 SHA512 8555d32d6659ada403dafe39654bfcb86b27e7c894f1c04210626702f310d35eba0a2aef4da4a5f19dcffcbb3bba515e5a82e4495064926cb3464e453d3c86aa WHIRLPOOL 909721ae71ca5652ae9d522fd24c478a68da36fdc458086ceff482a5b67e8042213cc437074767f5e5e234644ec09c36e8694e593eaa15d3e7bf0c8ff7742771
--git a/kde-apps/kio-extras/kio-extras-15.08.0.ebuild b/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
new file mode 100644
index 0000000..c3251f9
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_HANDBOOK="true"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit fdo-mime kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif mtp phonon samba +sftp slp"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ virtual/jpeg:0
+ exif? ( media-gfx/exiv2:= )
+ mtp? ( media-libs/libmtp:= )
+ phonon? ( media-libs/phonon[qt5] )
+ samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
+ sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
+ slp? ( net-libs/openslp )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+ !kde-apps/kdebase-kioslaves:4[-minimal(-)]
+ !kde-apps/kcontrol:4
+ !kde-base/kdebase-kioslaves:4[-minimal(-)]
+ !kde-base/kio-extras
+ !kde-plasma/kio-extras
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+"
+
+# requires running kde environment
+RESTRICT="test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package exif Exiv2)
+ $(cmake-utils_use_find_package mtp)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba)
+ $(cmake-utils_use_find_package sftp LibSSH)
+ $(cmake-utils_use_find_package slp)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+ fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+ kde5_pkg_postinst
+ fdo-mime_mime_database_update
+}
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
new file mode 100644
index 0000000..f7d7c71
--- /dev/null
+++ b/kde-apps/kio-extras/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <use>
+ <flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
+ <flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2015-09-01 16:18 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2015-09-01 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 1d5f132ae71a694930e3da8259ccc82c905db459
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 16:17:10 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 16:18:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5f132a
kde-apps/kio-extras: remove kde-apps/kdebase-kioslaves blocker.
The colliding files have been renamed since 5.3.0.
Package-Manager: portage-2.2.20.1
| 2 --
1 file changed, 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-15.08.0.ebuild b/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
index c3251f9..5f57383 100644
--- a/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
@@ -50,9 +50,7 @@ COMMON_DEPEND="
"
RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
- !kde-apps/kdebase-kioslaves:4[-minimal(-)]
!kde-apps/kcontrol:4
- !kde-base/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kio-extras
!kde-plasma/kio-extras
"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2015-09-01 16:23 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2015-09-01 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 104f6714c894738dfd07a83f4004e103da0dc75c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 16:23:14 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 16:23:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104f6714
kde-apps/kio-extras: tighten blocker.
The colliding files are unconditionally removed in later versions.
Package-Manager: portage-2.2.20.1
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-15.08.0.ebuild b/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
index 5f57383..6b18e58 100644
--- a/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.08.0.ebuild
@@ -50,7 +50,7 @@ COMMON_DEPEND="
"
RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
- !kde-apps/kcontrol:4
+ !<kde-apps/kcontrol-15.08.0-r1:4
!kde-base/kio-extras
!kde-plasma/kio-extras
"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2015-09-26 15:56 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2015-09-26 15:56 UTC (permalink / raw
To: gentoo-commits
commit: fcab3789e38c0e264e3ca8f8e860ad8893c4a7e0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 15:55:27 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 15:56:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcab3789
kde-apps/kio-extras: version bump
Package-Manager: portage-2.2.20.1
| 1 +
| 84 +++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index 715ba73..145efc3 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1 +1,2 @@
DIST kio-extras-15.08.0.tar.xz 266240 SHA256 b72384e7ad29a7eca7bce344cf1a8f48cd557444bd0afeced01c817826f3e074 SHA512 8555d32d6659ada403dafe39654bfcb86b27e7c894f1c04210626702f310d35eba0a2aef4da4a5f19dcffcbb3bba515e5a82e4495064926cb3464e453d3c86aa WHIRLPOOL 909721ae71ca5652ae9d522fd24c478a68da36fdc458086ceff482a5b67e8042213cc437074767f5e5e234644ec09c36e8694e593eaa15d3e7bf0c8ff7742771
+DIST kio-extras-15.08.1.tar.xz 266204 SHA256 d888c693f7143102238501c3980c1e1febb057e8b88d2f57d18fd4a140c8761b SHA512 288d629673d3753e77f0e9e8bd3931fb87f248a8d5bc52905a7cec98bd4f6de2357928c486958f30e985277bb341eaa7db96420d4c6224112c72cc0d13a49c2c WHIRLPOOL 64e49e23e3de34644872bad93a77cc9a88e617ac5fbe93c5cd68dfb5362f623ddfd5ae4a00ef8905b3609eab149948b2012f2b0e5be0f996021cc6721ccc35dd
--git a/kde-apps/kio-extras/kio-extras-15.08.1.ebuild b/kde-apps/kio-extras/kio-extras-15.08.1.ebuild
new file mode 100644
index 0000000..04fdd1d
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-15.08.1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_HANDBOOK="true"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit fdo-mime kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif mtp phonon samba +sftp slp"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ virtual/jpeg:0
+ exif? ( media-gfx/exiv2:= )
+ mtp? ( media-libs/libmtp:= )
+ phonon? ( media-libs/phonon[qt5] )
+ samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
+ sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
+ slp? ( net-libs/openslp )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+ !<kde-apps/kcontrol-15.08.0-r1:4
+ !kde-plasma/kio-extras
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+"
+
+# requires running kde environment
+RESTRICT="test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package exif Exiv2)
+ $(cmake-utils_use_find_package mtp)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba)
+ $(cmake-utils_use_find_package sftp LibSSH)
+ $(cmake-utils_use_find_package slp)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+ fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+ kde5_pkg_postinst
+ fdo-mime_mime_database_update
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2016-01-08 15:43 Alexey Shvetsov
0 siblings, 0 replies; 68+ messages in thread
From: Alexey Shvetsov @ 2016-01-08 15:43 UTC (permalink / raw
To: gentoo-commits
commit: ec7c5ea58c55beaaa26feaad8a82c8ea26fb7e29
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 15:11:16 2016 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 15:42:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7c5ea5
kde-apps/kio-extras: Add ~arm keywords
Package-Manager: portage-2.2.26
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-15.08.3.ebuild b/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
index dd2b5b7..3f7067a 100644
--- a/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
@@ -11,7 +11,7 @@ inherit fdo-mime kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="exif mtp phonon samba +sftp slp"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2016-03-12 17:40 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2016-03-12 17:40 UTC (permalink / raw
To: gentoo-commits
commit: ad43355a640786e514a03af96cb8e486d8967ea0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 17:39:40 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 17:40:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad43355a
kde-apps/kio-extras: fix configure
Gentoo-bug: 577184
Package-Manager: portage-2.2.28
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild b/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild
index 579b3fd..62cb139 100644
--- a/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild
@@ -4,8 +4,8 @@
EAPI=6
-KDE_HANDBOOK="true"
-KDE_TEST="forceoptional"
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
VIRTUALX_REQUIRED="test"
inherit kde5
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2016-03-12 17:44 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2016-03-12 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 973675f73b78ab054e06fda39162e7ab06a4f6c4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 17:44:25 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 17:44:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973675f7
kde-apps/kio-extras: restore ~arm keyword
Package-Manager: portage-2.2.28
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild b/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild
index 62cb139..d92b91e 100644
--- a/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.12.2-r1.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="exif mtp openexr phonon samba +sftp slp"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2016-03-28 18:34 Johannes Huber
0 siblings, 0 replies; 68+ messages in thread
From: Johannes Huber @ 2016-03-28 18:34 UTC (permalink / raw
To: gentoo-commits
commit: ee4af63386f8783190650e7da9d1f05800797069
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 18:33:53 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 18:33:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4af633
kde-apps/kio-extras: Restore 15.08.3
Will be needed for Plasma 5.5.5 stabilization.
Package-Manager: portage-2.2.28
| 1 +
| 83 +++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index a8c232d..40f5978 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1 +1,2 @@
+DIST kio-extras-15.08.3.tar.xz 266376 SHA256 aeb527fc1290a000b7614e846a478d0096b4ab4a4f24f57aa2c1249d2444515f SHA512 1c565f47cc97b36186048592293f7de736dbdf72b04628e414e283099b3fff7113900a7ec99a1a341ecd05057bcb4e657e9f6d1a9a0092e51efdb521639b2f31 WHIRLPOOL 2b2b3cad75296bda6eb2307531245bdb668f5db88751ce4a963b66950bf3c0d071e0b738520a230a48e663f2c620eb96f6cd3c0a7914a5f14c128ccdfcdbc94e
DIST kio-extras-15.12.3.tar.xz 266640 SHA256 0769e7d6aeb01d303ef6f9c30f3a6b8e3d1a793a27fe09a83f4fbbead22b0fd2 SHA512 b9f6027c7655f94d013fe5ac5a70afad7afb43856b190ccbd4b2fb6dc33b056e165541237dc8ee4168471df8e2cb752beffbf802facf039c56c7a0a8ebee5c01 WHIRLPOOL 39917de8b01544d2f28c79ff924438b1cb880d97a58c261796c4fe38bf08dcbbd2f0a0865f92555480fb30acfecc4e8903abd9092c73f4886b10be31550cfe66
--git a/kde-apps/kio-extras/kio-extras-15.08.3.ebuild b/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
new file mode 100644
index 0000000..d4c0d21
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_HANDBOOK="true"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit fdo-mime kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="exif mtp phonon samba +sftp slp"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep khtml)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ virtual/jpeg:0
+ exif? ( media-gfx/exiv2:= )
+ mtp? ( media-libs/libmtp:= )
+ phonon? ( media-libs/phonon[qt5] )
+ samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
+ sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
+ slp? ( net-libs/openslp )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+ !<kde-apps/kcontrol-15.08.0-r1:4
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+"
+
+# requires running kde environment
+RESTRICT="test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package exif Exiv2)
+ $(cmake-utils_use_find_package mtp)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba)
+ $(cmake-utils_use_find_package sftp LibSSH)
+ $(cmake-utils_use_find_package slp)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+ fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+ kde5_pkg_postinst
+ fdo-mime_mime_database_update
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2016-03-28 18:48 Johannes Huber
0 siblings, 0 replies; 68+ messages in thread
From: Johannes Huber @ 2016-03-28 18:48 UTC (permalink / raw
To: gentoo-commits
commit: e856dcb660aed7632f1d9ba79340e2841df8b83b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 18:47:58 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 18:47:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e856dcb6
kde-apps/kio-extras: Backport improvements
Package-Manager: portage-2.2.28
| 42 +++++++++++----------------
1 file changed, 17 insertions(+), 25 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-15.08.3.ebuild b/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
index d4c0d21..a8c71a1 100644
--- a/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.08.3.ebuild
@@ -2,17 +2,17 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-KDE_HANDBOOK="true"
-KDE_TEST="true"
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
VIRTUALX_REQUIRED="test"
-inherit fdo-mime kde5
+inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="exif mtp phonon samba +sftp slp"
+KEYWORDS=" ~amd64 ~arm ~x86"
+IUSE="exif mtp openexr phonon samba +sftp slp"
COMMON_DEPEND="
$(add_frameworks_dep karchive 'bzip2,lzma')
@@ -34,15 +34,16 @@ COMMON_DEPEND="
$(add_frameworks_dep kservice)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
virtual/jpeg:0
exif? ( media-gfx/exiv2:= )
mtp? ( media-libs/libmtp:= )
+ openexr? ( media-libs/openexr )
phonon? ( media-libs/phonon[qt5] )
samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
@@ -62,22 +63,13 @@ RESTRICT="test"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package mtp)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
$(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba)
+ $(cmake-utils_use_find_package samba Samba)
$(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp)
+ $(cmake-utils_use_find_package slp SLP)
)
kde5_src_configure
}
-
-pkg_postinst() {
- kde5_pkg_postinst
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- kde5_pkg_postinst
- fdo-mime_mime_database_update
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2016-06-02 14:47 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2016-06-02 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 1ebfe5477cf400e5486d98a0abb68af4a7693b94
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 14:43:20 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 14:47:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebfe547
kde-apps/kio-extras: x86 stable
Package-Manager: portage-2.3.0_rc1
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-15.12.3.ebuild b/kde-apps/kio-extras/kio-extras-15.12.3.ebuild
index e6b0496..0404da3 100644
--- a/kde-apps/kio-extras/kio-extras-15.12.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.12.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS=" amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="exif mtp openexr phonon samba +sftp slp"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2016-12-10 8:41 Johannes Huber
0 siblings, 0 replies; 68+ messages in thread
From: Johannes Huber @ 2016-12-10 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 6c104d38197344e96edaf0c7574464bb9b673ce7
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 08:40:46 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 08:41:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c104d38
kde-apps/kio-extras: Fix blocker
Thanks-to: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail.com>
Package-Manager: portage-2.3.3
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-16.04.3.ebuild b/kde-apps/kio-extras/kio-extras-16.04.3.ebuild
index a958648..de9467b 100644
--- a/kde-apps/kio-extras/kio-extras-16.04.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-16.04.3.ebuild
@@ -54,7 +54,7 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
!<kde-apps/kcontrol-15.08.0-r1:4
- !<kde-frameworks/kactivities-5.20.0
+ !<kde-frameworks/kactivities-5.20.0:5
"
DEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info
--git a/kde-apps/kio-extras/kio-extras-16.08.3.ebuild b/kde-apps/kio-extras/kio-extras-16.08.3.ebuild
index 04eed47..4cfef12 100644
--- a/kde-apps/kio-extras/kio-extras-16.08.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-16.08.3.ebuild
@@ -54,7 +54,7 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
!<kde-apps/kcontrol-15.08.0-r1:4
- !<kde-frameworks/kactivities-5.20.0
+ !<kde-frameworks/kactivities-5.20.0:5
"
DEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2017-03-15 17:23 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2017-03-15 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 58f0f130b112c3187b7ac48c12e56d74cf3bb3b4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:21:39 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 17:23:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f0f130
kde-apps/kio-extras: Fix usedep on dev-qt/qtwebengine
USE=htmlthumbs actually requires qtwebengine[widgets] to be enabled.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
| 87 ++++++++++++++++++++++++
1 file changed, 87 insertions(+)
--git a/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild b/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild
new file mode 100644
index 00000000000..6d5321c6db4
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
+QT_MINIMAL="5.7.0"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ virtual/jpeg:0
+ activities? (
+ $(add_frameworks_dep kactivities)
+ $(add_qt_dep qtsql)
+ )
+ exif? ( media-gfx/exiv2:= )
+ htmlthumbs? ( $(add_qt_dep qtwebengine 'widgets') )
+ man? ( $(add_frameworks_dep khtml) )
+ mtp? ( media-libs/libmtp:= )
+ openexr? ( media-libs/openexr )
+ phonon? ( media-libs/phonon[qt5] )
+ samba? ( net-fs/samba[client] )
+ sftp? ( net-libs/libssh:=[sftp] )
+ slp? ( net-libs/openslp )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+"
+
+# requires running kde environment
+RESTRICT+=" test"
+
+PATCHES=(
+ "${FILESDIR}/${PN}"-16.12.1-activities-optional.patch
+ "${FILESDIR}/${PN}"-16.12.1-man-optional.patch
+)
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package activities KF5Activities)
+ $(cmake-utils_use_find_package exif Exiv2)
+ $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets)
+ $(cmake-utils_use_find_package man KF5KHtml)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba Samba)
+ $(cmake-utils_use_find_package sftp LibSSH)
+ $(cmake-utils_use_find_package slp SLP)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2017-03-15 17:23 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2017-03-15 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 59a707e3ca56d4525a8cca2ecdc90d5f4ca8ef89
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:11:32 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 17:23:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a707e3
kde-apps/kio-extras: Add stable candidate without USE=htmlthumbs
It would bump the required version of Qt to 5.7.1 which is not stable.
That also allows to add back ~arm keyword.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
| 85 ++++++++++++++++++++++++
1 file changed, 85 insertions(+)
--git a/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild
new file mode 100644
index 00000000000..b9bcf03ea22
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-16.12.3-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="activities exif +man mtp openexr phonon samba +sftp slp"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ virtual/jpeg:0
+ activities? (
+ $(add_frameworks_dep kactivities)
+ $(add_qt_dep qtsql)
+ )
+ exif? ( media-gfx/exiv2:= )
+ man? ( $(add_frameworks_dep khtml) )
+ mtp? ( media-libs/libmtp:= )
+ openexr? ( media-libs/openexr )
+ phonon? ( media-libs/phonon[qt5] )
+ samba? ( net-fs/samba[client] )
+ sftp? ( net-libs/libssh:=[sftp] )
+ slp? ( net-libs/openslp )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+"
+
+# requires running kde environment
+RESTRICT+=" test"
+
+PATCHES=(
+ "${FILESDIR}/${PN}"-16.12.1-activities-optional.patch
+ "${FILESDIR}/${PN}"-16.12.1-man-optional.patch
+)
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package activities KF5Activities)
+ $(cmake-utils_use_find_package exif Exiv2)
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON
+ $(cmake-utils_use_find_package man KF5KHtml)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba Samba)
+ $(cmake-utils_use_find_package sftp LibSSH)
+ $(cmake-utils_use_find_package slp SLP)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2017-03-15 17:23 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2017-03-15 17:23 UTC (permalink / raw
To: gentoo-commits
commit: b1bc41cb2838017c6fa2de7fbfe47e96dbb8e058
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:22:43 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 17:23:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bc41cb
kde-apps/kio-extras: Drop 16.12.0 (r0)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
| 87 ---------------------------
1 file changed, 87 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-16.12.3.ebuild b/kde-apps/kio-extras/kio-extras-16.12.3.ebuild
deleted file mode 100644
index f156ad4ad9f..00000000000
--- a/kde-apps/kio-extras/kio-extras-16.12.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-QT_MINIMAL="5.7.0"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64 ~x86"
-IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive 'bzip2,lzma')
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- virtual/jpeg:0
- activities? (
- $(add_frameworks_dep kactivities)
- $(add_qt_dep qtsql)
- )
- exif? ( media-gfx/exiv2:= )
- htmlthumbs? ( $(add_qt_dep qtwebengine) )
- man? ( $(add_frameworks_dep khtml) )
- mtp? ( media-libs/libmtp:= )
- openexr? ( media-libs/openexr )
- phonon? ( media-libs/phonon[qt5] )
- samba? ( net-fs/samba[client] )
- sftp? ( net-libs/libssh:=[sftp] )
- slp? ( net-libs/openslp )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-PATCHES=(
- "${FILESDIR}/${PN}"-16.12.1-activities-optional.patch
- "${FILESDIR}/${PN}"-16.12.1-man-optional.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package activities KF5Activities)
- $(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets)
- $(cmake-utils_use_find_package man KF5KHtml)
- $(cmake-utils_use_find_package mtp Mtp)
- $(cmake-utils_use_find_package openexr OpenEXR)
- $(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba Samba)
- $(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp SLP)
- )
-
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2017-06-14 19:32 Johannes Huber
0 siblings, 0 replies; 68+ messages in thread
From: Johannes Huber @ 2017-06-14 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 15223bf03dd7602c6a66f38318488ea6b11355c1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 19:30:37 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 19:31:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15223bf0
kde-apps/kio-extras: Restore arm keyword
Package-Manager: Portage-2.3.6, Repoman-2.3.2
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild b/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild
index 6d5321c6db4..effbd461e0b 100644
--- a/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild
+++ b/kde-apps/kio-extras/kio-extras-16.12.3-r2.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp"
COMMON_DEPEND="
--git a/kde-apps/kio-extras/kio-extras-17.04.2.ebuild b/kde-apps/kio-extras/kio-extras-17.04.2.ebuild
index 1d36be3a928..ee1ee9235b0 100644
--- a/kde-apps/kio-extras/kio-extras-17.04.2.ebuild
+++ b/kde-apps/kio-extras/kio-extras-17.04.2.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp taglib"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2017-07-25 18:14 Alexis Ballier
0 siblings, 0 replies; 68+ messages in thread
From: Alexis Ballier @ 2017-07-25 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 9399a7bde6d424a5c3a3e819f32cfc662e5cd0a7
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 18:10:27 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 18:13:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9399a7bd
kde-apps/kio-extras: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.3
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-17.04.3.ebuild b/kde-apps/kio-extras/kio-extras-17.04.3.ebuild
index 1747bb1725c..0230776959d 100644
--- a/kde-apps/kio-extras/kio-extras-17.04.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-17.04.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="activities exif htmlthumbs +man mtp openexr phonon samba +sftp slp taglib"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2018-05-24 13:10 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2018-05-24 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 5408aaf4cadf4ac4ce599ce4d779a1fa4c3cd2b8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 12:59:03 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 24 13:10:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5408aaf4
kde-apps/kio-extras: Add USE=taglib (sync with kde overlay)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
| 1 +
1 file changed, 1 insertion(+)
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index c32c8322078..eb1ddeffa30 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -11,5 +11,6 @@
<flag name="man">Enable manpages kioslave</flag>
<flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
<flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
+ <flag name="taglib">Enable audio thumbnails via <pkg>media-libs/taglib</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2018-11-13 21:30 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2018-11-13 21:30 UTC (permalink / raw
To: gentoo-commits
commit: d1fffc23873a520b7bf31cb50ba92cc49c711eb2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 21:22:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 21:30:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fffc23
kde-apps/kio-extras: Backport sftp level 18.11.80
Current stable version net-libs/libssh-0.8.4 does not bode well for kio-extras.
Backport massive sftp fixes from Applications/18.12 branch (atm in depfreeze).
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 +
| 80 ++++++++++++++++++++++++
2 files changed, 81 insertions(+)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index c862cf70349..f7556bb1636 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,2 +1,3 @@
DIST kio-extras-18.04.3.tar.xz 549840 BLAKE2B 7bb03f01fff6930d5b7bc4cdd01e960239d55ede4feb4eeb131db75515763cf924b288811cd99a5d89a79059f2cd5241e872b990799c758431f13f1440eef424 SHA512 49ab5ad8d74831a9ef1636e46abc76d66d3ef7d9e8f1ce793eb8d5c37f9e7ee4205c9643339f5c46657d4f537572e3f8a180ebace8599a1dfcbf8d27470b2f0b
+DIST kio-extras-18.08.3-sftp-18.11.80.patch.tar.xz 31376 BLAKE2B d4b44ec4c76309737a417d6bc930c360a0078f743cca96b1b12f164916e0596e0d29bf5d379e1896ffbea94962f2eb61d2b02b8f21000d3bfd75efe0fd55faa2 SHA512 15b43c2b73189db72e7d5b84eee5727ead49482d3d454591d5338b5dee876c751fad16fa76f3697b8ec2070d2bc2f89eec05e6de1ee402272d65aafe4464990c
DIST kio-extras-18.08.3.tar.xz 552044 BLAKE2B 22f6662a1c45ab80f217c9f2611f0ca33500897c31d8cb8d29949a00500301f1f72219baf17ab73011037e4e1c9cd85d5247692361dcf0ccbf5aed1d829ab922 SHA512 f79ab19abedd47baeffea4b1e99acc21611c9d435f0de14751594c97c373eaa493da07fd5d754b1f62f696e4f445b493861566845794d6d32e63e0354189d726
--git a/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild
new file mode 100644
index 00000000000..063449796af
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://cgit.kde.org/kio-extras.git"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-sftp-18.11.80.patch.tar.xz"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="activities +man mtp openexr phonon samba +sftp taglib"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ activities? (
+ $(add_frameworks_dep kactivities)
+ $(add_qt_dep qtsql)
+ )
+ man? ( $(add_frameworks_dep khtml) )
+ mtp? ( >=media-libs/libmtp-1.1.16:= )
+ openexr? ( media-libs/openexr:= )
+ phonon? ( media-libs/phonon[qt5(+)] )
+ samba? ( net-fs/samba[client] )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1 )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+ man? ( dev-util/gperf )
+"
+
+# requires running kde environment
+RESTRICT+=" test"
+
+PATCHES=( "${WORKDIR}/${P}-sftp-18.11.80.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON
+ $(cmake-utils_use_find_package activities KF5Activities)
+ $(cmake-utils_use_find_package man Gperf)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba Samba)
+ $(cmake-utils_use_find_package sftp libssh)
+ $(cmake-utils_use_find_package taglib Taglib)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2018-11-17 7:18 Michael Palimaka
0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2018-11-17 7:18 UTC (permalink / raw
To: gentoo-commits
commit: 218b518fb2e67d51ec8bed457f4ae7c1ea9148b6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 07:17:53 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 07:18:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218b518f
kde-apps/kio-extras: revision bump to resolve CVE-2018-19120
Bug: https://bugs.gentoo.org/671316
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
| 77 ++++++++++++++++++++++++
1 file changed, 77 insertions(+)
--git a/kde-apps/kio-extras/kio-extras-18.04.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-18.04.3-r1.ebuild
new file mode 100644
index 00000000000..842ba65606a
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-18.04.3-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://cgit.kde.org/kio-extras.git"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="activities +man mtp openexr phonon samba +sftp taglib"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ activities? (
+ $(add_frameworks_dep kactivities)
+ $(add_qt_dep qtsql)
+ )
+ man? ( $(add_frameworks_dep khtml) )
+ mtp? ( media-libs/libmtp:= )
+ openexr? ( media-libs/openexr )
+ phonon? ( media-libs/phonon[qt5(+)] )
+ samba? ( net-fs/samba[client] )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1 )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+ man? ( dev-util/gperf )
+"
+
+# requires running kde environment
+RESTRICT+=" test"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON
+ $(cmake-utils_use_find_package activities KF5Activities)
+ $(cmake-utils_use_find_package man Gperf)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba Samba)
+ $(cmake-utils_use_find_package sftp LibSSH)
+ $(cmake-utils_use_find_package taglib Taglib)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2018-11-17 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2018-11-17 18:39 UTC (permalink / raw
To: gentoo-commits
commit: d517266d7e01c9ce5dc162298b4307cdcf36bfc0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 16:53:42 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 18:39:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517266d
kde-apps/kio-extras: 18.04.3-r1 amd64/x86 stable
No code change, no reason to involve arches.
Bug: https://bugs.gentoo.org/671316
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-18.04.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-18.04.3-r1.ebuild
index 842ba65606a..0e1458d7b98 100644
--- a/kde-apps/kio-extras/kio-extras-18.04.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-18.04.3-r1.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://cgit.kde.org/kio-extras.git"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="activities +man mtp openexr phonon samba +sftp taglib"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2018-11-17 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2018-11-17 18:39 UTC (permalink / raw
To: gentoo-commits
commit: ae29e8fa07e2d152992b731a8e4e661365b920a9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 16:55:13 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 18:39:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae29e8fa
kde-apps/kio-extras: Security cleanup
Bug: https://bugs.gentoo.org/671316
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 78 ---------------------------
| 1 -
2 files changed, 79 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-18.04.3.ebuild b/kde-apps/kio-extras/kio-extras-18.04.3.ebuild
deleted file mode 100644
index 90ccc63fec9..00000000000
--- a/kde-apps/kio-extras/kio-extras-18.04.3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://cgit.kde.org/kio-extras.git"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="activities htmlthumbs +man mtp openexr phonon samba +sftp taglib"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive 'bzip2,lzma')
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- activities? (
- $(add_frameworks_dep kactivities)
- $(add_qt_dep qtsql)
- )
- htmlthumbs? ( $(add_qt_dep qtwebengine 'widgets') )
- man? ( $(add_frameworks_dep khtml) )
- mtp? ( media-libs/libmtp:= )
- openexr? ( media-libs/openexr )
- phonon? ( media-libs/phonon[qt5(+)] )
- samba? ( net-fs/samba[client] )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
- man? ( dev-util/gperf )
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package activities KF5Activities)
- $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets)
- $(cmake-utils_use_find_package man Gperf)
- $(cmake-utils_use_find_package mtp Mtp)
- $(cmake-utils_use_find_package openexr OpenEXR)
- $(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba Samba)
- $(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package taglib Taglib)
- )
-
- kde5_src_configure
-}
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index eb1ddeffa30..c061429499a 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="activities">Enable activities kioslave and fileitem plugin</flag>
- <flag name="htmlthumbs">Enable HTML thumbnail previews via <pkg>dev-qt/qtwebengine</pkg></flag>
<flag name="man">Enable manpages kioslave</flag>
<flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
<flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2018-11-17 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2018-11-17 18:39 UTC (permalink / raw
To: gentoo-commits
commit: c4b2fbe16cddb77a8ab982c13f64a7c08ba71f0b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 16:56:29 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 18:39:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b2fbe1
kde-apps/kio-extras: Drop 18.08.3 (r0)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 77 ---------------------------
1 file changed, 77 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-18.08.3.ebuild b/kde-apps/kio-extras/kio-extras-18.08.3.ebuild
deleted file mode 100644
index f54376be04c..00000000000
--- a/kde-apps/kio-extras/kio-extras-18.08.3.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://cgit.kde.org/kio-extras.git"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="activities +man mtp openexr phonon samba +sftp taglib"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive 'bzip2,lzma')
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- activities? (
- $(add_frameworks_dep kactivities)
- $(add_qt_dep qtsql)
- )
- man? ( $(add_frameworks_dep khtml) )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( media-libs/phonon[qt5(+)] )
- samba? ( net-fs/samba[client] )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
- man? ( dev-util/gperf )
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON
- $(cmake-utils_use_find_package activities KF5Activities)
- $(cmake-utils_use_find_package man Gperf)
- $(cmake-utils_use_find_package mtp Mtp)
- $(cmake-utils_use_find_package openexr OpenEXR)
- $(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba Samba)
- $(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package taglib Taglib)
- )
-
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2018-12-01 17:00 Mikle Kolyada
0 siblings, 0 replies; 68+ messages in thread
From: Mikle Kolyada @ 2018-12-01 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 2a82e92bf155d1ba3211f1a6f08f89445f071c83
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 1 16:23:34 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 1 17:00:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a82e92b
kde-apps/kio-extras: amd64 stable wrt bug 670862
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild
index 063449796af..a7192788793 100644
--- a/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://cgit.kde.org/kio-extras.git"
SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-sftp-18.11.80.patch.tar.xz"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
IUSE="activities +man mtp openexr phonon samba +sftp taglib"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2019-05-28 2:35 Aaron Bauman
0 siblings, 0 replies; 68+ messages in thread
From: Aaron Bauman @ 2019-05-28 2:35 UTC (permalink / raw
To: gentoo-commits
commit: 20a854cf7586ea22194c0451145e322788328d44
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 02:31:27 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 28 02:35:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a854cf
kde-apps/kio-extras: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-18.12.3.ebuild b/kde-apps/kio-extras/kio-extras-18.12.3.ebuild
index 9482d93a903..9d934ccc5e5 100644
--- a/kde-apps/kio-extras/kio-extras-18.12.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-18.12.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://cgit.kde.org/kio-extras.git"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
IUSE="activities +man mtp openexr phonon samba +sftp taglib"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2019-07-29 15:53 Aaron Bauman
0 siblings, 0 replies; 68+ messages in thread
From: Aaron Bauman @ 2019-07-29 15:53 UTC (permalink / raw
To: gentoo-commits
commit: a11c17995d51220f7bf91ca1fb26505e94fd71ff
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 15:50:49 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 15:53:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11c1799
kde-apps/kio-extras: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-19.04.3.ebuild b/kde-apps/kio-extras/kio-extras-19.04.3.ebuild
index f3fe57cab0f..c670eb14a32 100644
--- a/kde-apps/kio-extras/kio-extras-19.04.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-19.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://cgit.kde.org/kio-extras.git"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
IUSE="activities +man mtp openexr phonon samba +sftp taglib"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-03-23 19:54 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-03-23 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 72c90d263cc02f5cb9d11fafba5c912c4b236043
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 23 19:52:53 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 19:54:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c90d26
kde-apps/kio-extras: Fix USE name nls -> nfs
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 6 +++---
| 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-19.12.3.ebuild b/kde-apps/kio-extras/kio-extras-19.12.3.ebuild
index 8aba6eb353c..58e6a31cad8 100644
--- a/kde-apps/kio-extras/kio-extras-19.12.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-19.12.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="activities +man mtp nls openexr phonon samba +sftp taglib"
+IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib"
BDEPEND="
man? ( dev-util/gperf )
@@ -52,7 +52,7 @@ DEPEND="
>=dev-qt/qtsql-${QTMIN}:5
)
mtp? ( >=media-libs/libmtp-1.1.16:= )
- nls? ( net-libs/libtirpc:= )
+ nfs? ( net-libs/libtirpc:= )
openexr? ( media-libs/openexr:= )
phonon? ( media-libs/phonon[qt5(+)] )
samba? ( net-fs/samba[client] )
@@ -74,7 +74,7 @@ src_configure() {
$(cmake_use_find_package activities KF5ActivitiesStats)
$(cmake_use_find_package man Gperf)
$(cmake_use_find_package mtp Mtp)
- $(cmake_use_find_package nls TIRPC)
+ $(cmake_use_find_package nfs TIRPC)
$(cmake_use_find_package openexr OpenEXR)
$(cmake_use_find_package phonon Phonon4Qt5)
$(cmake_use_find_package samba Samba)
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index c061429499a..5a7f243d380 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -8,6 +8,7 @@
<use>
<flag name="activities">Enable activities kioslave and fileitem plugin</flag>
<flag name="man">Enable manpages kioslave</flag>
+ <flag name="nfs">Enable NFS support using <pkg>net-libs/libtirpc</pkg></flag>
<flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
<flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
<flag name="taglib">Enable audio thumbnails via <pkg>media-libs/taglib</pkg></flag>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-04-30 15:10 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 15:10 UTC (permalink / raw
To: gentoo-commits
commit: deb932fa27b2d912717d530cadcdb560f7e7c90d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 15:09:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 15:10:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb932fa
kde-apps/kio-extras: Avoid unused cmake var warning if IUSE="-samba"
Closes: https://bugs.gentoo.org/719842
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild b/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
index f3bc9e5be92..5d806627fd8 100644
--- a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
@@ -75,7 +75,6 @@ RESTRICT+=" test"
src_configure() {
local mycmakeargs=(
- -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
$(cmake_use_find_package activities KF5Activities)
$(cmake_use_find_package activities KF5ActivitiesStats)
$(cmake_use_find_package man Gperf)
@@ -88,6 +87,9 @@ src_configure() {
$(cmake_use_find_package taglib Taglib)
$(cmake_use_find_package X X11)
)
+ use samba && mycmakeargs+=(
+ -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
+ )
ecm_src_configure
}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-01 8:40 Mart Raudsepp
0 siblings, 0 replies; 68+ messages in thread
From: Mart Raudsepp @ 2020-05-01 8:40 UTC (permalink / raw
To: gentoo-commits
commit: deb39001dd7f1c9ef40d323952b9e9e522c85750
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Thu Apr 30 19:36:05 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri May 1 08:37:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb39001
kde-apps/kio-extras: arm64 keyworded (bug #489446)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild b/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
index 5d806627fd8..c5051772ef5 100644
--- a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-06 1:01 Thomas Deutschmann
0 siblings, 0 replies; 68+ messages in thread
From: Thomas Deutschmann @ 2020-05-06 1:01 UTC (permalink / raw
To: gentoo-commits
commit: b73d1e5f1b86fa9852378ee8e154cd3a5ac01a11
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 00:58:11 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed May 6 01:01:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73d1e5f
kde-apps/kio-extras: x86 keyworded (bug #489446)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild b/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
index c5051772ef5..5262b86f6e2 100644
--- a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-10 15:59 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-05-10 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 7ef784fffb9aa76a465f798f3f6e8e99253833cc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 15:32:28 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 10 15:59:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef784ff
kde-apps/kio-extras: Drop 20.04.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 95 ---------------------------
1 file changed, 95 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild b/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
deleted file mode 100644
index 5262b86f6e2..00000000000
--- a/kde-apps/kio-extras/kio-extras-20.04.0.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.69.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://cgit.kde.org/kio-extras.git"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
-
-BDEPEND="
- man? ( dev-util/gperf )
-"
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5[bzip2,lzma]
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdnssd-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kpty-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- activities? (
- >=dev-qt/qtsql-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kactivities-stats-${KFMIN}:5
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( media-libs/phonon[qt5(+)] )
- samba? (
- net-fs/samba[client]
- net-libs/kdsoap-ws-discovery-client
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kded-${KFMIN}:5
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities KF5Activities)
- $(cmake_use_find_package activities KF5ActivitiesStats)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Mtp)
- $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt5)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- $(cmake_use_find_package X X11)
- )
- use samba && mycmakeargs+=(
- -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-11 6:23 Mart Raudsepp
0 siblings, 0 replies; 68+ messages in thread
From: Mart Raudsepp @ 2020-05-11 6:23 UTC (permalink / raw
To: gentoo-commits
commit: e62d39ecedb69dcc08c8668680f1cb29de4a715c
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun May 10 22:38:02 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May 11 06:18:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62d39ec
kde-apps/kio-extras: arm64 stable (bug #722152)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
index 9447420e2d4..50f20d7852a 100644
--- a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-11 11:28 Agostino Sarubbo
0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2020-05-11 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 1fb292d0f48258fbb6033181189b4d2eb5e6476c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 11:28:05 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 11 11:28:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb292d0
kde-apps/kio-extras: amd64 stable wrt bug #722152
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
index 50f20d7852a..2cf39ae7414 100644
--- a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-12 6:39 Agostino Sarubbo
0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2020-05-12 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 7e49f9e13e6a1253df565681b9235a08f5a11102
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 06:38:07 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 12 06:38:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e49f9e1
kde-apps/kio-extras: x86 stable wrt bug #722152
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
index 2cf39ae7414..d8ef4f607de 100644
--- a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-13 0:45 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-05-13 0:45 UTC (permalink / raw
To: gentoo-commits
commit: dc3735aefa00d489bbc2a4f4fd7eda0ccbe35a06
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 00:43:44 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 13 00:43:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3735ae
kde-apps/kio-extras: Cleanup vulnerable 19.12.3 (r0)
Bug: https://bugs.gentoo.org/722152
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 86 ---------------------------
1 file changed, 86 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-19.12.3.ebuild b/kde-apps/kio-extras/kio-extras-19.12.3.ebuild
deleted file mode 100644
index 58e6a31cad8..00000000000
--- a/kde-apps/kio-extras/kio-extras-19.12.3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.63.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://cgit.kde.org/kio-extras.git"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib"
-
-BDEPEND="
- man? ( dev-util/gperf )
-"
-DEPEND="
- >=kde-frameworks/karchive-${KFMIN}:5[bzip2,lzma]
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdnssd-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kpty-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- activities? (
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kactivities-stats-${KFMIN}:5
- >=dev-qt/qtsql-${QTMIN}:5
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( media-libs/phonon[qt5(+)] )
- samba? ( net-fs/samba[client] )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kded-${KFMIN}:5
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-kio_nfs.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities KF5Activities)
- $(cmake_use_find_package activities KF5ActivitiesStats)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Mtp)
- $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt5)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-05-30 11:20 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-05-30 11:20 UTC (permalink / raw
To: gentoo-commits
commit: e4d95e7e47f0fb2331e1fd080a860b78ef704670
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 22:25:33 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 30 11:16:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d95e7e
kde-apps/kio-extras: Add UseDepDefault on kde-frameworks/karchive
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-19.12.3-r2.ebuild
similarity index 97%
rename from kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
rename to kde-apps/kio-extras/kio-extras-19.12.3-r2.ebuild
index 0375f8fc902..d217f1c9cab 100644
--- a/kde-apps/kio-extras/kio-extras-19.12.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-19.12.3-r2.ebuild
@@ -22,7 +22,7 @@ BDEPEND="
man? ( dev-util/gperf )
"
DEPEND="
- >=kde-frameworks/karchive-${KFMIN}:5[bzip2,lzma]
+ >=kde-frameworks/karchive-${KFMIN}:5[bzip2(+),lzma(+)]
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
--git a/kde-apps/kio-extras/kio-extras-20.04.1.ebuild b/kde-apps/kio-extras/kio-extras-20.04.1-r1.ebuild
similarity index 97%
rename from kde-apps/kio-extras/kio-extras-20.04.1.ebuild
rename to kde-apps/kio-extras/kio-extras-20.04.1-r1.ebuild
index 7c632f4ca4b..6035d930bb7 100644
--- a/kde-apps/kio-extras/kio-extras-20.04.1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.04.1-r1.ebuild
@@ -28,7 +28,7 @@ DEPEND="
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5[bzip2,lzma]
+ >=kde-frameworks/karchive-${KFMIN}:5[bzip2(+),lzma(+)]
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-07-09 11:16 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2020-07-09 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 65533f4497ced7f786c0c87403b0564eabe371d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 9 11:16:06 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 9 11:16:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65533f44
kde-apps/kio-extras: arm keyworded (bug #489446)
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-20.04.2.ebuild b/kde-apps/kio-extras/kio-extras-20.04.2.ebuild
index 2c57fbc5416..8f688f68d71 100644
--- a/kde-apps/kio-extras/kio-extras-20.04.2.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.04.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
BDEPEND="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2020-08-13 15:47 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-08-13 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 74b2af7fbbb011a1492ec9332525a7cdfd7e1e5c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 14:55:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 15:45:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b2af7f
kde-apps/kio-extras: Add IUSE=X description
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 +
1 file changed, 1 insertion(+)
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index 5a7f243d380..a938f1e44e6 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -12,5 +12,6 @@
<flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
<flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
<flag name="taglib">Enable audio thumbnails via <pkg>media-libs/taglib</pkg></flag>
+ <flag name="X">Enable support for XCursor thumbnails via <pkg>x11-libs/libX11</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-01-02 20:31 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-01-02 20:31 UTC (permalink / raw
To: gentoo-commits
commit: 7c5764a602633d505306b34258d3a0b1000db695
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 16:46:52 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 20:30:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5764a6
kde-apps/kio-extras: Add implicit dependency net-libs/kdsoap, slot op
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 3 ++-
| 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-20.08.3.ebuild b/kde-apps/kio-extras/kio-extras-20.08.3-r1.ebuild
similarity index 97%
rename from kde-apps/kio-extras/kio-extras-20.08.3.ebuild
rename to kde-apps/kio-extras/kio-extras-20.08.3-r1.ebuild
index a1c479c1e9c..58bbfff301c 100644
--- a/kde-apps/kio-extras/kio-extras-20.08.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -57,6 +57,7 @@ DEPEND="
phonon? ( >=media-libs/phonon-4.11.0 )
samba? (
net-fs/samba[client]
+ net-libs/kdsoap:=
net-libs/kdsoap-ws-discovery-client
)
sftp? ( net-libs/libssh:=[sftp] )
--git a/kde-apps/kio-extras/kio-extras-20.12.0.ebuild b/kde-apps/kio-extras/kio-extras-20.12.0-r1.ebuild
similarity index 97%
rename from kde-apps/kio-extras/kio-extras-20.12.0.ebuild
rename to kde-apps/kio-extras/kio-extras-20.12.0-r1.ebuild
index c918f91cf46..e7239bb69d3 100644
--- a/kde-apps/kio-extras/kio-extras-20.12.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.12.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -56,6 +56,7 @@ DEPEND="
phonon? ( >=media-libs/phonon-4.11.0 )
samba? (
net-fs/samba[client]
+ net-libs/kdsoap:=
net-libs/kdsoap-ws-discovery-client
)
sftp? ( net-libs/libssh:=[sftp] )
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-05-30 11:37 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-05-30 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 2a325835d3d31bcf2649c2263278a84a2c70bae7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 11:06:23 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 30 11:37:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a325835
kde-apps/kio-extras: Drop 21.04.1 (r0)
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 93 ---------------------------
1 file changed, 93 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-21.04.1.ebuild b/kde-apps/kio-extras/kio-extras-21.04.1.ebuild
deleted file mode 100644
index 7a33fe927ad..00000000000
--- a/kde-apps/kio-extras/kio-extras-21.04.1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.80.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
-
-# requires running Plasma environment
-RESTRICT+=" test"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdnssd-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- activities? (
- >=dev-qt/qtsql-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kactivities-stats-${KFMIN}:5
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( >=media-libs/phonon-4.11.0 )
- samba? (
- net-fs/samba[client]
- net-libs/kdsoap:=
- net-libs/kdsoap-ws-discovery-client
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kded-${KFMIN}:5
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities KF5Activities)
- $(cmake_use_find_package activities KF5ActivitiesStats)
- $(cmake_use_find_package activities Qt5Sql)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Mtp)
- $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt5)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- $(cmake_use_find_package X X11)
- )
- use samba && mycmakeargs+=(
- -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-06-05 10:53 Mikle Kolyada
0 siblings, 0 replies; 68+ messages in thread
From: Mikle Kolyada @ 2021-06-05 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 7187bde4978c0c59b5529bf3f81189c5f1de1cf1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 10:51:48 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 10:52:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7187bde4
kde-apps/kio-extras: Stabilize 20.12.3-r1 amd64, #788820
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
index 1ca9d48fb3a..187245a7b76 100644
--- a/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-06-05 10:55 Mikle Kolyada
0 siblings, 0 replies; 68+ messages in thread
From: Mikle Kolyada @ 2021-06-05 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 61c6b9d7759892130ba0c35d10ca3fb8709b465d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 10:54:32 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 10:55:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c6b9d7
kde-apps/kio-extras: Stabilize 20.12.3-r1 x86, #788820
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
index 187245a7b76..1e3fa08edd1 100644
--- a/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-06-05 10:57 Mikle Kolyada
0 siblings, 0 replies; 68+ messages in thread
From: Mikle Kolyada @ 2021-06-05 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 2e27e50dac321e4d678ff44ae24198a9f8a5ff6e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 10:57:21 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 10:57:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e27e50d
kde-apps/kio-extras: Stabilize 20.12.3-r1 arm64, #788820
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
index 1e3fa08edd1..34c6ad6aeba 100644
--- a/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.12.3-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-07-17 0:07 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-07-17 0:07 UTC (permalink / raw
To: gentoo-commits
commit: 9fd75665907d712551453be7bc0f7cd52b9d38d9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 22:07:24 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 00:06:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd75665
kde-apps/kio-extras: Drop 21.04.3 (r0)
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 93 ---------------------------
1 file changed, 93 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-21.04.3.ebuild b/kde-apps/kio-extras/kio-extras-21.04.3.ebuild
deleted file mode 100644
index 7a33fe927ad..00000000000
--- a/kde-apps/kio-extras/kio-extras-21.04.3.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.80.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
-
-# requires running Plasma environment
-RESTRICT+=" test"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdnssd-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- activities? (
- >=dev-qt/qtsql-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kactivities-stats-${KFMIN}:5
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( >=media-libs/phonon-4.11.0 )
- samba? (
- net-fs/samba[client]
- net-libs/kdsoap:=
- net-libs/kdsoap-ws-discovery-client
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kded-${KFMIN}:5
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities KF5Activities)
- $(cmake_use_find_package activities KF5ActivitiesStats)
- $(cmake_use_find_package activities Qt5Sql)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Mtp)
- $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt5)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- $(cmake_use_find_package X X11)
- )
- use samba && mycmakeargs+=(
- -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-07-17 0:07 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-07-17 0:07 UTC (permalink / raw
To: gentoo-commits
commit: da5a4951a6665f14e92248aeb20101d6dab97c29
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 22:06:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 00:06:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5a4951
kde-apps/kio-extras: Drop network: KIO slave ahead of 21.08
Defunct prototype-stage KIO slave dropped upstream in 21.08,
dropping it in Gentoo early.
Upstream commit a5e17084e5ec97add7dea94934e02d0feaa98ad5
See also:
https://invent.kde.org/network/kio-extras/-/merge_requests/108
https://frinring.wordpress.com/2009/04/20/network-kioslave-entered-kdereview/
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 98 ++++++++++++++++++++++++
1 file changed, 98 insertions(+)
--git a/kde-apps/kio-extras/kio-extras-21.04.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-21.04.3-r1.ebuild
new file mode 100644
index 00000000000..b91c9b44d8a
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-21.04.3-r1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="optional"
+KFMIN=5.80.0
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://invent.kde.org/network/kio-extras"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
+
+# requires running Plasma environment
+RESTRICT+=" test"
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kbookmarks-${KFMIN}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kdnssd-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/solid-${KFMIN}:5
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:5
+ activities? (
+ >=dev-qt/qtsql-${QTMIN}:5
+ >=kde-frameworks/kactivities-${KFMIN}:5
+ >=kde-frameworks/kactivities-stats-${KFMIN}:5
+ )
+ mtp? ( >=media-libs/libmtp-1.1.16:= )
+ nfs? ( net-libs/libtirpc:= )
+ openexr? ( media-libs/openexr:= )
+ phonon? ( >=media-libs/phonon-4.11.0 )
+ samba? (
+ net-fs/samba[client]
+ net-libs/kdsoap:=
+ net-libs/kdsoap-ws-discovery-client
+ )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1 )
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcursor
+ )
+"
+RDEPEND="${DEPEND}
+ >=kde-frameworks/kded-${KFMIN}:5
+"
+BDEPEND="man? ( dev-util/gperf )"
+
+src_prepare() {
+ ecm_src_prepare
+ cmake_comment_add_subdirectory network
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package activities KF5Activities)
+ $(cmake_use_find_package activities KF5ActivitiesStats)
+ $(cmake_use_find_package activities Qt5Sql)
+ $(cmake_use_find_package man Gperf)
+ $(cmake_use_find_package mtp Mtp)
+ $(cmake_use_find_package nfs TIRPC)
+ $(cmake_use_find_package openexr OpenEXR)
+ $(cmake_use_find_package phonon Phonon4Qt5)
+ $(cmake_use_find_package samba Samba)
+ $(cmake_use_find_package sftp libssh)
+ $(cmake_use_find_package taglib Taglib)
+ $(cmake_use_find_package X X11)
+ )
+ use samba && mycmakeargs+=(
+ -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-07-21 21:57 Marek Szuba
0 siblings, 0 replies; 68+ messages in thread
From: Marek Szuba @ 2021-07-21 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 957708f3622e6d67eb431d281bd181e539f9dbdb
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Wed Jul 21 20:22:30 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 21:57:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957708f3
kde-apps/kio-extras: add support for openexr-3
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-21.04.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-21.04.3-r2.ebuild
similarity index 98%
rename from kde-apps/kio-extras/kio-extras-21.04.3-r1.ebuild
rename to kde-apps/kio-extras/kio-extras-21.04.3-r2.ebuild
index b91c9b44d8a..cef7b17a3b2 100644
--- a/kde-apps/kio-extras/kio-extras-21.04.3-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.04.3-r2.ebuild
@@ -51,7 +51,7 @@ DEPEND="
)
mtp? ( >=media-libs/libmtp-1.1.16:= )
nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:= )
+ openexr? ( media-libs/openexr:* )
phonon? ( >=media-libs/phonon-4.11.0 )
samba? (
net-fs/samba[client]
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-08-18 0:35 Yixun Lan
0 siblings, 0 replies; 68+ messages in thread
From: Yixun Lan @ 2021-08-18 0:35 UTC (permalink / raw
To: gentoo-commits
commit: fbd6ffdc17090597974592fdd5bccd7e42bba990
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Aug 17 04:26:15 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 00:33:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd6ffdc
kde-apps/kio-extras: keyword 21.08.0 for ~riscv
Closes: https://github.com/gentoo/gentoo/pull/21955
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-21.08.0.ebuild b/kde-apps/kio-extras/kio-extras-21.08.0.ebuild
index 0eec2c010a2..704a41b387c 100644
--- a/kde-apps/kio-extras/kio-extras-21.08.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.08.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-10-20 13:53 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-10-20 13:53 UTC (permalink / raw
To: gentoo-commits
commit: c7475480424928190a01aaba87ea70af7ae51097
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 22:00:36 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 13:25:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7475480
kde-apps/kio-extras: Drop 21.08.2 (r0)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 93 ---------------------------
1 file changed, 93 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-21.08.2.ebuild b/kde-apps/kio-extras/kio-extras-21.08.2.ebuild
deleted file mode 100644
index abe5cbe7a5b..00000000000
--- a/kde-apps/kio-extras/kio-extras-21.08.2.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.84.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
-
-# requires running Plasma environment
-RESTRICT="test"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdnssd-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- activities? (
- >=dev-qt/qtsql-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kactivities-stats-${KFMIN}:5
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:* )
- phonon? ( >=media-libs/phonon-4.11.0 )
- samba? (
- net-fs/samba[client]
- net-libs/kdsoap:=
- net-libs/kdsoap-ws-discovery-client
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kded-${KFMIN}:5
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities KF5Activities)
- $(cmake_use_find_package activities KF5ActivitiesStats)
- $(cmake_use_find_package activities Qt5Sql)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Libmtp)
- $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt5)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- $(cmake_use_find_package X X11)
- )
- use samba && mycmakeargs+=(
- -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-11-07 16:55 Jakov Smolić
0 siblings, 0 replies; 68+ messages in thread
From: Jakov Smolić @ 2021-11-07 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 821bb0939918c65c07a68dde8eb3fc9f91b186d3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 16:55:46 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 16:55:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821bb093
kde-apps/kio-extras: Stabilize 21.04.3-r3 amd64, #817008
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
index b23dee6554d..20309b7be14 100644
--- a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-11-07 21:37 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-11-07 21:37 UTC (permalink / raw
To: gentoo-commits
commit: 5eb5e1ee01310757da9cf3fb3b84ec09dfc23b78
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 21:36:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 21:36:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb5e1ee
kde-apps/kio-extras: Stabilize 21.04.3-r3 x86, #817008
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
index 20309b7be14..7e0c4123eb9 100644
--- a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-11-15 4:31 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-11-15 4:31 UTC (permalink / raw
To: gentoo-commits
commit: 5186f6a559e7f4b0aaa9f33bb7b8e0840e183632
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 04:31:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 04:31:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5186f6a5
kde-apps/kio-extras: Stabilize 21.04.3-r3 arm64, #817008
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
index 7e0c4123eb92..e3b9672d0d82 100644
--- a/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.04.3-r3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-11-15 9:28 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-11-15 9:28 UTC (permalink / raw
To: gentoo-commits
commit: 2f943f80e74c3de54bb55d80192801227e7b66d9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 09:24:41 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 09:27:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f943f80
kde-apps/kio-extras: Drop 21.04.3-r2
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 98 ------------------------
1 file changed, 98 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-21.04.3-r2.ebuild b/kde-apps/kio-extras/kio-extras-21.04.3-r2.ebuild
deleted file mode 100644
index 60397a2cd841..000000000000
--- a/kde-apps/kio-extras/kio-extras-21.04.3-r2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.80.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
-
-# requires running Plasma environment
-RESTRICT+=" test"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdnssd-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- activities? (
- >=dev-qt/qtsql-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kactivities-stats-${KFMIN}:5
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:* )
- phonon? ( >=media-libs/phonon-4.11.0 )
- samba? (
- net-fs/samba[client]
- net-libs/kdsoap:=
- net-libs/kdsoap-ws-discovery-client
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kded-${KFMIN}:5
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_prepare() {
- ecm_src_prepare
- cmake_comment_add_subdirectory network
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities KF5Activities)
- $(cmake_use_find_package activities KF5ActivitiesStats)
- $(cmake_use_find_package activities Qt5Sql)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Mtp)
- $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt5)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- $(cmake_use_find_package X X11)
- )
- use samba && mycmakeargs+=(
- -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2021-12-20 15:20 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2021-12-20 15:20 UTC (permalink / raw
To: gentoo-commits
commit: 015388d59011fd1daf3975e0862ff8e8ba7e8e5f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 14:56:43 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 15:18:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015388d5
kde-apps/kio-extras: Revert switch to media-libs/openexr:*
This change was wrong.
See also: https://github.com/gentoo/gentoo/pull/20930
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-21.08.3.ebuild b/kde-apps/kio-extras/kio-extras-21.08.3-r1.ebuild
similarity index 98%
rename from kde-apps/kio-extras/kio-extras-21.08.3.ebuild
rename to kde-apps/kio-extras/kio-extras-21.08.3-r1.ebuild
index b456225da046..664d71e3873f 100644
--- a/kde-apps/kio-extras/kio-extras-21.08.3.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.08.3-r1.ebuild
@@ -51,7 +51,7 @@ DEPEND="
)
mtp? ( >=media-libs/libmtp-1.1.16:= )
nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:* )
+ openexr? ( media-libs/openexr:= )
phonon? ( >=media-libs/phonon-4.11.0 )
samba? (
net-fs/samba[client]
--git a/kde-apps/kio-extras/kio-extras-21.12.0.ebuild b/kde-apps/kio-extras/kio-extras-21.12.0-r1.ebuild
similarity index 98%
rename from kde-apps/kio-extras/kio-extras-21.12.0.ebuild
rename to kde-apps/kio-extras/kio-extras-21.12.0-r1.ebuild
index c47745ea3cb3..1550d910b7e2 100644
--- a/kde-apps/kio-extras/kio-extras-21.12.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-21.12.0-r1.ebuild
@@ -51,7 +51,7 @@ DEPEND="
)
mtp? ( >=media-libs/libmtp-1.1.16:= )
nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:* )
+ openexr? ( media-libs/openexr:= )
phonon? ( >=media-libs/phonon-4.11.0 )
samba? (
net-fs/samba[client]
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2022-07-16 18:23 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2022-07-16 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 945ac1ab5eb9146f2188c4b387362f644f12cc0f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 21:12:46 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 18:23:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945ac1ab
kde-apps/kio-extras: Pick up new terminology in metadata
Upstream commits:
f4e164d5d3917c6a821d10f81960e46a0c017fe6
22b9d3bd9bfaf651ac27f4b8a7d4ca49ee7dc9e0
419b8603d52dcd6d21ab6365a206d73deae92d0a
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index 59d1eaf5a88c..118ba1bda6f3 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -9,8 +9,8 @@
<bugs-to>https://bugs.kde.org/</bugs-to>
</upstream>
<use>
- <flag name="activities">Enable activities kioslave and fileitem plugin</flag>
- <flag name="man">Enable manpages kioslave</flag>
+ <flag name="activities">Enable activities KIO worker and fileitem plugin</flag>
+ <flag name="man">Enable manpages KIO worker</flag>
<flag name="nfs">Enable NFS support using <pkg>net-libs/libtirpc</pkg></flag>
<flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
<flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2022-10-06 9:07 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 9:07 UTC (permalink / raw
To: gentoo-commits
commit: 42dc737e38fe105fca529e14851ee86947e00391
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 08:16:36 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 09:05:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dc737e
kde-apps/kio-extras: Add CPE to metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 +
1 file changed, 1 insertion(+)
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index 118ba1bda6f3..fe335950e87d 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="cpe">cpe:/a:kde:kio-extras</remote-id>
</upstream>
<use>
<flag name="activities">Enable activities KIO worker and fileitem plugin</flag>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2023-12-20 15:11 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2023-12-20 15:11 UTC (permalink / raw
To: gentoo-commits
commit: a346161c1d5ac813f727813a8d490ad0e1a8726a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 14:07:42 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 15:11:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a346161c
kde-apps/kio-extras: add 24.01.85, drop 24.01.80
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 2 +-
| 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index 91ffeb26a092..c77efd393ba2 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,3 +1,3 @@
DIST kio-extras-23.08.3.tar.xz 1489156 BLAKE2B 6ad66a1658ac2ad8a5b88ca5f7c66cb3fd5dfbcee9baa49feeea185eb935121a7e51035f539e84c79af066fb50c68cba850eeefaf0f99a65d457a06e1f46fe9d SHA512 dac80cce3e47a6b0686feae297cf6707bbbb2ede0930d2636a4c93b43610beea391148df92ba381fec3ba8b8eed279de19ad5315b3aa989436b0bc8e6937e680
DIST kio-extras-23.08.4.tar.xz 1490584 BLAKE2B f38b87c9934a2d8f7862131d6ad8200035cdd55696918e1e8164e7811907a17ae583f392856fb4e709a2a09dcb560fb40c08d2485caed12331da9068bc3b3932 SHA512 ac2be6e745121962e13fe952d746281fa45778b6d491b001b9ea7a65caedfd5d6354ee75537fde0bf174638d248eb8796db6710830641149dcf35544048cfe27
-DIST kio-extras-24.01.80.tar.xz 3584496 BLAKE2B 7aade7182c34e244e937d4b58989d6e31d408ba2a16e4765dedf0fcf8a106346d107753c3403d0dd63a0404ade0add04518a26cfb47eaf128178792c63a067c8 SHA512 4f9f5720d1986a5fe3aefa54b398dde12740005ebd8dc5381b79b54527c39cb1103f87667ea2a5e865c0da6f87e6ccaa3356688d6ee5a0ef7094b86dea471b5f
+DIST kio-extras-24.01.85.tar.xz 3552164 BLAKE2B 23fcf051f47c3dc1a29923c535552201967cc213a137a70749d70bed5454e98526fcbfa1fabc89aab2f854ce84c5c18618dec8bfb0bd70187deaa53f2a5dcf39 SHA512 f0564fbd1be10f635f3e4374057f17a285fca2674592f338ed1af324710358501ef4949a79e0112e68d18636d99fccf59dfd4b7886e6827786080f9947283027
--git a/kde-apps/kio-extras/kio-extras-24.01.80.ebuild b/kde-apps/kio-extras/kio-extras-24.01.85.ebuild
similarity index 97%
rename from kde-apps/kio-extras/kio-extras-24.01.80.ebuild
rename to kde-apps/kio-extras/kio-extras-24.01.85.ebuild
index fabda3993173..7d3743de2e4d 100644
--- a/kde-apps/kio-extras/kio-extras-24.01.80.ebuild
+++ b/kde-apps/kio-extras/kio-extras-24.01.85.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="optional"
-KFMIN=5.245.0
+KFMIN=5.247.0
QTMIN=6.6.0
inherit ecm gear.kde.org
@@ -75,7 +75,7 @@ RDEPEND="${DEPEND}
"
BDEPEND="man? ( dev-util/gperf )"
-PATCHES=( "${FILESDIR}/${P}-no-activities.patch" )
+PATCHES=( "${FILESDIR}/${PN}-24.01.80-no-activities.patch" )
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-01-11 22:49 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-01-11 22:49 UTC (permalink / raw
To: gentoo-commits
commit: e8906ef9b6b5de45d834cba1a2788445713b51e8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 21:54:02 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 22:48:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8906ef9
kde-apps/kio-extras: Add qt5 USEdep on net-libs/kdsoap
Restrict to <net-libs/kdsoap-ws-discovery-client-3.0.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-23.08.4.ebuild b/kde-apps/kio-extras/kio-extras-23.08.4-r1.ebuild
similarity index 97%
rename from kde-apps/kio-extras/kio-extras-23.08.4.ebuild
rename to kde-apps/kio-extras/kio-extras-23.08.4-r1.ebuild
index bfdd09beddd1..4d748c4d8215 100644
--- a/kde-apps/kio-extras/kio-extras-23.08.4.ebuild
+++ b/kde-apps/kio-extras/kio-extras-23.08.4-r1.ebuild
@@ -59,8 +59,8 @@ DEPEND="
phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] )
samba? (
net-fs/samba[client]
- net-libs/kdsoap:=
- net-libs/kdsoap-ws-discovery-client
+ net-libs/kdsoap:=[qt5(+)]
+ <net-libs/kdsoap-ws-discovery-client-0.3.0
)
sftp? ( net-libs/libssh:=[sftp] )
taglib? ( >=media-libs/taglib-1.11.1 )
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-01-11 22:49 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-01-11 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 889aeca38de20a10631852ee0962a5210228b194
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 21:58:13 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 22:48:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889aeca3
kde-apps/kio-extras: Re-add IUSE samba
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
--git a/kde-apps/kio-extras/kio-extras-24.01.90.ebuild b/kde-apps/kio-extras/kio-extras-24.01.90.ebuild
index de423f025f84..fa14db52c28b 100644
--- a/kde-apps/kio-extras/kio-extras-24.01.90.ebuild
+++ b/kde-apps/kio-extras/kio-extras-24.01.90.ebuild
@@ -15,8 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS="~amd64"
-IUSE="activities ios +man mtp openexr phonon +sftp taglib X"
-# TODO: samba (net-libs/kdsoap packaging issue w/ upstream)
+IUSE="activities ios +man mtp openexr phonon samba +sftp taglib X"
# disabled upstream: nfs
# requires running Plasma environment
@@ -57,6 +56,11 @@ DEPEND="
mtp? ( >=media-libs/libmtp-1.1.16:= )
openexr? ( media-libs/openexr:= )
phonon? ( >=media-libs/phonon-4.12.0[qt6] )
+ samba? (
+ net-fs/samba[client]
+ >=net-libs/kdsoap-2.2.0:=[qt6]
+ >=net-libs/kdsoap-ws-discovery-client-0.3.0
+ )
sftp? ( net-libs/libssh:=[sftp] )
taglib? ( >=media-libs/taglib-1.11.1 )
X? (
@@ -65,11 +69,6 @@ DEPEND="
)
"
# nfs? ( net-libs/libtirpc:= )
-# samba? (
-# net-fs/samba[client]
-# >=net-libs/kdsoap-2.1.1-r1:=
-# >=net-libs/kdsoap-ws-discovery-client-0.3.0
-# )
RDEPEND="${DEPEND}
!<kde-apps/kio-extras-23.08.5-r100:5
!kde-apps/kio-extras-kf5:5[-kf6compat]
@@ -88,7 +87,7 @@ src_configure() {
# $(cmake_use_find_package nfs TIRPC)
$(cmake_use_find_package openexr OpenEXR)
$(cmake_use_find_package phonon Phonon4Qt6)
- -DCMAKE_DISABLE_FIND_PACKAGE_Samba=ON
+ $(cmake_use_find_package samba Samba)
$(cmake_use_find_package sftp libssh)
$(cmake_use_find_package taglib Taglib)
-DWITHOUT_X11=$(usex !X)
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-02-28 13:56 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-02-28 13:56 UTC (permalink / raw
To: gentoo-commits
commit: a913fc42febbbc259abd699f6e8c5b68235ba12a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 12:07:22 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 13:53:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a913fc42
kde-apps/kio-extras: drop 24.01.95
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 -
| 97 --------------------------
2 files changed, 98 deletions(-)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index 3001fc6035ca..2482377e9cef 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,4 +1,3 @@
DIST kio-extras-23.08.4.tar.xz 1490584 BLAKE2B f38b87c9934a2d8f7862131d6ad8200035cdd55696918e1e8164e7811907a17ae583f392856fb4e709a2a09dcb560fb40c08d2485caed12331da9068bc3b3932 SHA512 ac2be6e745121962e13fe952d746281fa45778b6d491b001b9ea7a65caedfd5d6354ee75537fde0bf174638d248eb8796db6710830641149dcf35544048cfe27
DIST kio-extras-23.08.5.tar.xz 1491032 BLAKE2B 657cda9dd5b00e9a5bf5d4136524350cdad27548f5c504aa403cae96acd9f03b345726de2c78c49fa0a25c978ef3ca64443a5503fd4d8045148ec516983df751 SHA512 8963e53f0be3e22a605ac35fd5596a73bead1b48b9ace152f38ffa76aba60fae7f9249d85c10296cf363a91063a26da064c4c02d1d1eab1a932cda987445bec8
-DIST kio-extras-24.01.95.tar.xz 3552976 BLAKE2B 5892ef1f018ecb794dfc83a89bdf595e12336144bc2bd2a2a2a640825b9dcac8088dc37f7376e3e7790c5effda2b4038aa2da535497366acd082f103363dc201 SHA512 ad0cf481a80a9698a4ca1fade7af190c3ffa240a0ac3b5f00385ea20fafb7e3c42042a2047c3f353b893701eb517ca668ab480dd4fb88abd118610a581c65ca4
DIST kio-extras-24.02.0.tar.xz 3549900 BLAKE2B 8f6d38bdde854d6cc51a1bf462a85a83064532f3798ba03f3263fd5c9a2bfda38d8c2038181947e37d9ee014d4f837ecbfec0016080e667e4126738e7736368e SHA512 31499e8e79c3a67b221f87ad9afc78e6ca889cbdb855750dc75465bb9acebe43884c9c84e5d304dd930262a6c3edb86c6d66177b87144b74ff424503045b8ac5
diff --git a/kde-apps/kio-extras/kio-extras-24.01.95.ebuild b/kde-apps/kio-extras/kio-extras-24.01.95.ebuild
deleted file mode 100644
index d82c9dfeffcd..000000000000
--- a/kde-apps/kio-extras/kio-extras-24.01.95.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.249.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="activities ios +man mtp openexr phonon samba +sftp taglib X"
-# disabled upstream: nfs
-
-# requires running Plasma environment
-RESTRICT="test"
-
-DEPEND="
- dev-libs/qcoro
- >=dev-qt/qt5compat-${QTMIN}:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
- >=dev-qt/qtsvg-${QTMIN}:6
- kde-apps/libkexiv2:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kdnssd-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-frameworks/syntax-highlighting-${KFMIN}:6
- activities? (
- >=dev-qt/qtbase-${QTMIN}:6[sql]
- kde-plasma/plasma-activities:6
- kde-plasma/plasma-activities-stats:6
- )
- ios? (
- app-pda/libimobiledevice:=
- app-pda/libplist:=
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( >=media-libs/phonon-4.12.0[qt6] )
- samba? (
- net-fs/samba[client]
- >=net-libs/kdsoap-2.2.0:=[qt6]
- >=net-libs/kdsoap-ws-discovery-client-0.3.0
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1 )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-# nfs? ( net-libs/libtirpc:= )
-RDEPEND="${DEPEND}
- !<kde-apps/kio-extras-23.08.5-r100:5
- !kde-apps/kio-extras-kf5:5[-kf6compat]
- !kde-frameworks/kio:5[-kf6compat(-)]
- >=kde-frameworks/kded-${KFMIN}:6
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_ACTIVITIES=$(usex activities)
- $(cmake_use_find_package ios IMobileDevice)
- $(cmake_use_find_package ios PList)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Libmtp)
-# $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt6)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- -DWITHOUT_X11=$(usex !X)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-04-25 20:43 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-04-25 20:43 UTC (permalink / raw
To: gentoo-commits
commit: b08c94ecf366a3c6002009ed3569f038aced7491
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 19:31:10 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:42:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08c94ec
kde-apps/kio-extras: Set ECM_TEST=true
Build system is using BUILD_TESTING.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-24.02.2.ebuild b/kde-apps/kio-extras/kio-extras-24.02.2.ebuild
index 5e017dd8a488..d3a7a9de52f8 100644
--- a/kde-apps/kio-extras/kio-extras-24.02.2.ebuild
+++ b/kde-apps/kio-extras/kio-extras-24.02.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
+ECM_TEST="true"
KFMIN=6.0.0
QTMIN=6.6.2
inherit ecm gear.kde.org
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-05-20 11:39 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-05-20 11:39 UTC (permalink / raw
To: gentoo-commits
commit: da4c0663bd7f9003c0f44cc9ef0c9878b542e182
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 21:28:32 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 11:31:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4c0663
kde-apps/kio-extras: Adjust blocker against kio-extras:5[-kf6compat]
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-24.04.90.ebuild b/kde-apps/kio-extras/kio-extras-24.04.90.ebuild
index 28efdb956bae..0324a0e41739 100644
--- a/kde-apps/kio-extras/kio-extras-24.04.90.ebuild
+++ b/kde-apps/kio-extras/kio-extras-24.04.90.ebuild
@@ -68,7 +68,7 @@ DEPEND="
)
"
RDEPEND="${DEPEND}
- !<kde-apps/kio-extras-23.08.5-r100:5
+ !kde-apps/kio-extras:5[-kf6compat(-)]
!kde-apps/kio-extras-kf5:5[-kf6compat]
!kde-frameworks/kio:5[-kf6compat(-)]
>=kde-frameworks/kded-${KFMIN}:6
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-05-20 11:39 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-05-20 11:39 UTC (permalink / raw
To: gentoo-commits
commit: d37165210c1210bc4b5d78a82ba9d5450d055f43
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 20:50:08 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 11:31:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3716521
kde-apps/kio-extras: Move 24.02.2 from kde-apps/kio-extras-kf5
There will be no more side-by-side releases, and after 24.05 bump
there is no duplicate version issue anymore.
See also:
https://mail.kde.org/pipermail/release-team/2024-May/013420.html
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 +
| 102 +++++++++++++++++++++++
| 1 +
3 files changed, 104 insertions(+)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index 98c87bb2d966..ec65aabf16ab 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,2 +1,3 @@
DIST kio-extras-23.08.5.tar.xz 1491032 BLAKE2B 657cda9dd5b00e9a5bf5d4136524350cdad27548f5c504aa403cae96acd9f03b345726de2c78c49fa0a25c978ef3ca64443a5503fd4d8045148ec516983df751 SHA512 8963e53f0be3e22a605ac35fd5596a73bead1b48b9ace152f38ffa76aba60fae7f9249d85c10296cf363a91063a26da064c4c02d1d1eab1a932cda987445bec8
DIST kio-extras-24.04.90.tar.xz 3469996 BLAKE2B 3b8018896c5dfd06e276eb00cb9869cf2f4747e11ad1ab510e75d5603bf1e168971612cca4fee061386f3583d5ddb84ea327dc0ca510d4bc40392079f8097964 SHA512 ad937d021ae563d50bd132aca09d63dd100403b446ffcb2bcd7ce2ab5e9ea759df4233d37c1fb435271f23fe9799896816696473fb13d6f1e3b36bf60b51934f
+DIST kio-extras-kf5-24.02.2.tar.xz 1468060 BLAKE2B a578cebef92e2531e7a1565109470585022ad740220d7cf11547c50e4f2cd4b0336619b76cdfb4cfa07c3c6a5db5e421d89f5e2caaa11d60dffd17047bd96304 SHA512 b8bb00d59d4f84d58ea22bdda6dccd5151a7e48f788fe8827ca9576cf7e287b91c08ebb77b76cd93007593f4d9f0210d75ef551a92e8448796b83b5ffd37255a
--git a/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild b/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
new file mode 100644
index 000000000000..a25aa1d5f591
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="optional"
+KDE_ORG_TAR_PN="kio-extras-kf5"
+KFMIN=5.115.0
+QTMIN=5.15.12
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://invent.kde.org/network/kio-extras/-/tree/kf5"
+EGIT_BRANCH="kf5"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="activities ios kf6compat +man mtp nfs openexr phonon samba +sftp taglib X"
+
+# requires running Plasma environment
+RESTRICT="test"
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ kde-apps/libkexiv2:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kdnssd-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/solid-${KFMIN}:5
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:5
+ activities? (
+ >=dev-qt/qtsql-${QTMIN}:5
+ >=kde-plasma/plasma-activities-${KFMIN}:5
+ >=kde-plasma/plasma-activities-stats-${KFMIN}:5
+ )
+ ios? (
+ app-pda/libimobiledevice:=
+ app-pda/libplist:=
+ )
+ mtp? ( >=media-libs/libmtp-1.1.16:= )
+ nfs? ( net-libs/libtirpc:= )
+ openexr? ( media-libs/openexr:= )
+ phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] )
+ samba? (
+ net-fs/samba[client]
+ net-libs/kdsoap:=[qt5(+)]
+ )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1:= )
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcursor
+ )
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kio-extras-kf5:5
+ >=kde-frameworks/kded-${KFMIN}:5
+ kf6compat? ( kde-apps/kio-extras:6 )
+"
+BDEPEND="man? ( dev-util/gperf )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_ACTIVITIES=$(usex activities)
+ $(cmake_use_find_package ios IMobileDevice)
+ $(cmake_use_find_package ios PList)
+ $(cmake_use_find_package man Gperf)
+ $(cmake_use_find_package mtp Libmtp)
+ $(cmake_use_find_package nfs TIRPC)
+ -DKF6_COMPAT_BUILD=$(usex kf6compat)
+ $(cmake_use_find_package openexr OpenEXR)
+ $(cmake_use_find_package phonon Phonon4Qt5)
+ $(cmake_use_find_package samba Samba)
+ $(cmake_use_find_package sftp libssh)
+ $(cmake_use_find_package taglib Taglib)
+ -DWITHOUT_X11=$(usex !X)
+ )
+
+ use samba && mycmakeargs+=(
+ # do not attempt to find now Qt6-based system version
+ -DCMAKE_DISABLE_FIND_PACKAGE_KDSoapWSDiscoveryClient=ON
+ )
+
+ ecm_src_configure
+}
--git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index 48490c08acda..f55e3c5c8bb9 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -13,6 +13,7 @@
<use>
<flag name="activities">Enable activities KIO worker and fileitem plugin</flag>
<flag name="ios">Enable AFC (Apple File Conduit) KIO worker for iOS devices support</flag>
+ <flag name="kf6compat">Disable components colliding with KF6, depend on KF6 components instead</flag>
<flag name="man">Enable manpages KIO worker</flag>
<flag name="nfs">Enable NFS support using <pkg>net-libs/libtirpc</pkg></flag>
<flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-05-27 23:47 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2024-05-27 23:47 UTC (permalink / raw
To: gentoo-commits
commit: c1b8240c47c662f60e4248eb3242f43e6e7daad3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 23:43:55 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 27 23:43:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b8240c
kde-apps/kio-extras: Stabilize 24.02.2-r1 x86, #932369
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild b/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
index fc7962f96c21..4c3e5547e8db 100644
--- a/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
@@ -16,7 +16,7 @@ EGIT_BRANCH="kf5"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE="activities ios kf6compat +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-05-28 2:10 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2024-05-28 2:10 UTC (permalink / raw
To: gentoo-commits
commit: c39e3a972dae0bfb1e526bea48abdf7d87dc9cfd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 02:07:37 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 02:07:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39e3a97
kde-apps/kio-extras: Stabilize 24.02.2-r1 arm64, #932369
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild b/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
index 4c3e5547e8db..52e80099e42f 100644
--- a/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
+++ b/kde-apps/kio-extras/kio-extras-24.02.2-r1.ebuild
@@ -16,7 +16,7 @@ EGIT_BRANCH="kf5"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE="activities ios kf6compat +man mtp nfs openexr phonon samba +sftp taglib X"
# requires running Plasma environment
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-05-30 19:50 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-05-30 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 98b0deb7915f9c7a1af85eb66cbe2b49a0c3ad89
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 19:20:15 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 30 19:50:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b0deb7
kde-apps/kio-extras: drop 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 -
| 100 --------------------------
2 files changed, 101 deletions(-)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index bd804edebe6f..2d7cda5575cf 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,3 +1,2 @@
-DIST kio-extras-23.08.5.tar.xz 1491032 BLAKE2B 657cda9dd5b00e9a5bf5d4136524350cdad27548f5c504aa403cae96acd9f03b345726de2c78c49fa0a25c978ef3ca64443a5503fd4d8045148ec516983df751 SHA512 8963e53f0be3e22a605ac35fd5596a73bead1b48b9ace152f38ffa76aba60fae7f9249d85c10296cf363a91063a26da064c4c02d1d1eab1a932cda987445bec8
DIST kio-extras-24.05.0.tar.xz 3469712 BLAKE2B 2027b97c16147b343da153b2ec96cebbfc7a14b9491c8d44555f86ac3fe5365e4e6dfe9339129f65548c761e2943892cae810db0d82ab2bde01242043daace4c SHA512 c9a69bba458d3b32e8dba970fe7f061e5b12f605f6ce4de5b2db27b8fa7bba6715a424128102110664e4e75c17a79a340ebf309cef4b28e0ca080550109ec836
DIST kio-extras-kf5-24.02.2.tar.xz 1468060 BLAKE2B a578cebef92e2531e7a1565109470585022ad740220d7cf11547c50e4f2cd4b0336619b76cdfb4cfa07c3c6a5db5e421d89f5e2caaa11d60dffd17047bd96304 SHA512 b8bb00d59d4f84d58ea22bdda6dccd5151a7e48f788fe8827ca9576cf7e287b91c08ebb77b76cd93007593f4d9f0210d75ef551a92e8448796b83b5ffd37255a
diff --git a/kde-apps/kio-extras/kio-extras-23.08.5.ebuild b/kde-apps/kio-extras/kio-extras-23.08.5.ebuild
deleted file mode 100644
index 40dba3190273..000000000000
--- a/kde-apps/kio-extras/kio-extras-23.08.5.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="activities ios +man mtp nfs openexr phonon samba +sftp taglib X"
-
-# requires running Plasma environment
-RESTRICT="test"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- kde-apps/libkexiv2:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdnssd-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- activities? (
- >=dev-qt/qtsql-${QTMIN}:5
- >=kde-plasma/plasma-activities-${KFMIN}:5
- >=kde-plasma/plasma-activities-stats-${KFMIN}:5
- )
- ios? (
- app-pda/libimobiledevice:=
- app-pda/libplist:=
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- nfs? ( net-libs/libtirpc:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] )
- samba? (
- net-fs/samba[client]
- net-libs/kdsoap:=[qt5(+)]
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1:= )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kded-${KFMIN}:5
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package activities KF5Activities)
- $(cmake_use_find_package activities KF5ActivitiesStats)
- $(cmake_use_find_package activities Qt5Sql)
- $(cmake_use_find_package ios IMobileDevice)
- $(cmake_use_find_package ios PList)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Libmtp)
- $(cmake_use_find_package nfs TIRPC)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt5)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- -DWITHOUT_X11=$(usex !X)
- )
-
- use samba && mycmakeargs+=(
- # do not attempt to find now Qt6-based system version
- -DCMAKE_DISABLE_FIND_PACKAGE_KDSoapWSDiscoveryClient=ON
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-06-12 15:29 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-06-12 15:29 UTC (permalink / raw
To: gentoo-commits
commit: f0e8ca6703e65fe9344ae4fbc81e4e9eb2cdce25
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 20:52:17 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 15:28:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e8ca67
kde-apps/kio-extras: Bump KFMIN to 6.3.0 for LIBEXECDIR change
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/kde-apps/kio-extras/kio-extras-24.05.0.ebuild b/kde-apps/kio-extras/kio-extras-24.05.0-r1.ebuild
similarity index 99%
rename from kde-apps/kio-extras/kio-extras-24.05.0.ebuild
rename to kde-apps/kio-extras/kio-extras-24.05.0-r1.ebuild
index 0324a0e41739..b002787b4fe7 100644
--- a/kde-apps/kio-extras/kio-extras-24.05.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-24.05.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
-KFMIN=6.0.0
+KFMIN=6.3.0
QTMIN=6.6.2
inherit ecm gear.kde.org
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-08-30 14:48 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-08-30 14:48 UTC (permalink / raw
To: gentoo-commits
commit: b49d344a1d1cc5399d8c213d05408e4062387368
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 23:04:04 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 14:46:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49d344a
kde-apps/kio-extras: Empty revbump for $CATEGORY/$PN:6 stabilisation
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 102 +++++++++++++++++++++++
1 file changed, 102 insertions(+)
--git a/kde-apps/kio-extras/kio-extras-24.02.2-r2.ebuild b/kde-apps/kio-extras/kio-extras-24.02.2-r2.ebuild
new file mode 100644
index 000000000000..a25aa1d5f591
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-24.02.2-r2.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="optional"
+KDE_ORG_TAR_PN="kio-extras-kf5"
+KFMIN=5.115.0
+QTMIN=5.15.12
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://invent.kde.org/network/kio-extras/-/tree/kf5"
+EGIT_BRANCH="kf5"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="activities ios kf6compat +man mtp nfs openexr phonon samba +sftp taglib X"
+
+# requires running Plasma environment
+RESTRICT="test"
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ kde-apps/libkexiv2:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kdnssd-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/solid-${KFMIN}:5
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:5
+ activities? (
+ >=dev-qt/qtsql-${QTMIN}:5
+ >=kde-plasma/plasma-activities-${KFMIN}:5
+ >=kde-plasma/plasma-activities-stats-${KFMIN}:5
+ )
+ ios? (
+ app-pda/libimobiledevice:=
+ app-pda/libplist:=
+ )
+ mtp? ( >=media-libs/libmtp-1.1.16:= )
+ nfs? ( net-libs/libtirpc:= )
+ openexr? ( media-libs/openexr:= )
+ phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] )
+ samba? (
+ net-fs/samba[client]
+ net-libs/kdsoap:=[qt5(+)]
+ )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1:= )
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcursor
+ )
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kio-extras-kf5:5
+ >=kde-frameworks/kded-${KFMIN}:5
+ kf6compat? ( kde-apps/kio-extras:6 )
+"
+BDEPEND="man? ( dev-util/gperf )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_ACTIVITIES=$(usex activities)
+ $(cmake_use_find_package ios IMobileDevice)
+ $(cmake_use_find_package ios PList)
+ $(cmake_use_find_package man Gperf)
+ $(cmake_use_find_package mtp Libmtp)
+ $(cmake_use_find_package nfs TIRPC)
+ -DKF6_COMPAT_BUILD=$(usex kf6compat)
+ $(cmake_use_find_package openexr OpenEXR)
+ $(cmake_use_find_package phonon Phonon4Qt5)
+ $(cmake_use_find_package samba Samba)
+ $(cmake_use_find_package sftp libssh)
+ $(cmake_use_find_package taglib Taglib)
+ -DWITHOUT_X11=$(usex !X)
+ )
+
+ use samba && mycmakeargs+=(
+ # do not attempt to find now Qt6-based system version
+ -DCMAKE_DISABLE_FIND_PACKAGE_KDSoapWSDiscoveryClient=ON
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-08-30 18:11 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-08-30 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 9cddde3bb5f9317ba968b55debb4fd404d500204
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 16:51:13 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 18:10:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cddde3b
kde-apps/kio-extras: Specify KIO:5 blocker, block kio-trash-desktop-file
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 95 ++++++++++++++++++++++++
| 95 ++++++++++++++++++++++++
2 files changed, 190 insertions(+)
--git a/kde-apps/kio-extras/kio-extras-24.05.2-r1.ebuild b/kde-apps/kio-extras/kio-extras-24.05.2-r1.ebuild
new file mode 100644
index 000000000000..959f12b6bf5f
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-24.05.2-r1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://invent.kde.org/network/kio-extras"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="activities ios +man mtp openexr phonon samba +sftp taglib X"
+
+# requires running Plasma environment
+RESTRICT="test"
+
+DEPEND="
+ dev-libs/qcoro
+ >=dev-qt/qt5compat-${QTMIN}:6
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+ >=dev-qt/qtsvg-${QTMIN}:6
+ kde-apps/libkexiv2:6
+ >=kde-frameworks/karchive-${KFMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kdnssd-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kparts-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/ktextwidgets-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:6
+ activities? (
+ >=dev-qt/qtbase-${QTMIN}:6[sql]
+ kde-plasma/plasma-activities:6
+ kde-plasma/plasma-activities-stats:6
+ )
+ ios? (
+ app-pda/libimobiledevice:=
+ app-pda/libplist:=
+ )
+ mtp? ( >=media-libs/libmtp-1.1.16:= )
+ openexr? ( media-libs/openexr:= )
+ phonon? ( >=media-libs/phonon-4.12.0[qt6] )
+ samba? (
+ net-fs/samba[client]
+ >=net-libs/kdsoap-2.2.0:=[qt6]
+ >=net-libs/kdsoap-ws-discovery-client-0.3.0
+ )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1:= )
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcursor
+ )
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kio-extras:5[-kf6compat(-)]
+ !kde-apps/kio-extras-kf5:5
+ !<kde-frameworks/kio-5.116.0-r2:5
+ !kde-frameworks/kio-trash-desktop-file:5
+ >=kde-frameworks/kded-${KFMIN}:6
+"
+BDEPEND="man? ( dev-util/gperf )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_ACTIVITIES=$(usex activities)
+ $(cmake_use_find_package ios IMobileDevice)
+ $(cmake_use_find_package ios PList)
+ $(cmake_use_find_package man Gperf)
+ $(cmake_use_find_package mtp Libmtp)
+ $(cmake_use_find_package openexr OpenEXR)
+ $(cmake_use_find_package phonon Phonon4Qt6)
+ $(cmake_use_find_package samba Samba)
+ $(cmake_use_find_package sftp libssh)
+ $(cmake_use_find_package taglib Taglib)
+ -DWITHOUT_X11=$(usex !X)
+ )
+
+ ecm_src_configure
+}
--git a/kde-apps/kio-extras/kio-extras-24.08.0-r1.ebuild b/kde-apps/kio-extras/kio-extras-24.08.0-r1.ebuild
new file mode 100644
index 000000000000..b907daec37f3
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-24.08.0-r1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://invent.kde.org/network/kio-extras"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="activities ios +man mtp openexr phonon samba +sftp taglib X"
+
+# requires running Plasma environment
+RESTRICT="test"
+
+DEPEND="
+ dev-libs/qcoro
+ >=dev-qt/qt5compat-${QTMIN}:6
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+ >=dev-qt/qtsvg-${QTMIN}:6
+ kde-apps/libkexiv2:6
+ >=kde-frameworks/karchive-${KFMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kdnssd-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kparts-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/ktextwidgets-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ >=kde-frameworks/syntax-highlighting-${KFMIN}:6
+ activities? (
+ >=dev-qt/qtbase-${QTMIN}:6[sql]
+ kde-plasma/plasma-activities:6
+ kde-plasma/plasma-activities-stats:6
+ )
+ ios? (
+ app-pda/libimobiledevice:=
+ app-pda/libplist:=
+ )
+ mtp? ( >=media-libs/libmtp-1.1.16:= )
+ openexr? ( media-libs/openexr:= )
+ phonon? ( >=media-libs/phonon-4.12.0[qt6] )
+ samba? (
+ net-fs/samba[client]
+ >=net-libs/kdsoap-2.2.0:=[qt6]
+ >=net-libs/kdsoap-ws-discovery-client-0.3.0
+ )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1:= )
+ X? (
+ x11-libs/libX11
+ x11-libs/libXcursor
+ )
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kio-extras:5[-kf6compat(-)]
+ !kde-apps/kio-extras-kf5:5
+ !<kde-frameworks/kio-5.116.0-r2:5
+ !kde-frameworks/kio-trash-desktop-file:5
+ >=kde-frameworks/kded-${KFMIN}:6
+"
+BDEPEND="man? ( dev-util/gperf )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_ACTIVITIES=$(usex activities)
+ $(cmake_use_find_package ios IMobileDevice)
+ $(cmake_use_find_package ios PList)
+ $(cmake_use_find_package man Gperf)
+ $(cmake_use_find_package mtp Libmtp)
+ $(cmake_use_find_package openexr OpenEXR)
+ $(cmake_use_find_package phonon Phonon4Qt6)
+ $(cmake_use_find_package samba Samba)
+ $(cmake_use_find_package sftp libssh)
+ $(cmake_use_find_package taglib Taglib)
+ -DWITHOUT_X11=$(usex !X)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
@ 2024-08-30 18:11 Andreas Sturmlechner
0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2024-08-30 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 32779f8fb463d6f0d3cbf7d5205cf95a53a300e7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 16:52:26 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 18:10:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32779f8f
kde-apps/kio-extras: drop 24.05.2, 24.08.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 94 ---------------------------
| 94 ---------------------------
2 files changed, 188 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-24.05.2.ebuild b/kde-apps/kio-extras/kio-extras-24.05.2.ebuild
deleted file mode 100644
index d6afb2b48687..000000000000
--- a/kde-apps/kio-extras/kio-extras-24.05.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="activities ios +man mtp openexr phonon samba +sftp taglib X"
-
-# requires running Plasma environment
-RESTRICT="test"
-
-DEPEND="
- dev-libs/qcoro
- >=dev-qt/qt5compat-${QTMIN}:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
- >=dev-qt/qtsvg-${QTMIN}:6
- kde-apps/libkexiv2:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kdnssd-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-frameworks/syntax-highlighting-${KFMIN}:6
- activities? (
- >=dev-qt/qtbase-${QTMIN}:6[sql]
- kde-plasma/plasma-activities:6
- kde-plasma/plasma-activities-stats:6
- )
- ios? (
- app-pda/libimobiledevice:=
- app-pda/libplist:=
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( >=media-libs/phonon-4.12.0[qt6] )
- samba? (
- net-fs/samba[client]
- >=net-libs/kdsoap-2.2.0:=[qt6]
- >=net-libs/kdsoap-ws-discovery-client-0.3.0
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1:= )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- !kde-apps/kio-extras:5[-kf6compat(-)]
- !kde-apps/kio-extras-kf5:5[-kf6compat]
- !kde-frameworks/kio:5[-kf6compat(-)]
- >=kde-frameworks/kded-${KFMIN}:6
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_ACTIVITIES=$(usex activities)
- $(cmake_use_find_package ios IMobileDevice)
- $(cmake_use_find_package ios PList)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Libmtp)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt6)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- -DWITHOUT_X11=$(usex !X)
- )
-
- ecm_src_configure
-}
diff --git a/kde-apps/kio-extras/kio-extras-24.08.0.ebuild b/kde-apps/kio-extras/kio-extras-24.08.0.ebuild
deleted file mode 100644
index 6e535d02aa5f..000000000000
--- a/kde-apps/kio-extras/kio-extras-24.08.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="activities ios +man mtp openexr phonon samba +sftp taglib X"
-
-# requires running Plasma environment
-RESTRICT="test"
-
-DEPEND="
- dev-libs/qcoro
- >=dev-qt/qt5compat-${QTMIN}:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
- >=dev-qt/qtsvg-${QTMIN}:6
- kde-apps/libkexiv2:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kdnssd-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-frameworks/syntax-highlighting-${KFMIN}:6
- activities? (
- >=dev-qt/qtbase-${QTMIN}:6[sql]
- kde-plasma/plasma-activities:6
- kde-plasma/plasma-activities-stats:6
- )
- ios? (
- app-pda/libimobiledevice:=
- app-pda/libplist:=
- )
- mtp? ( >=media-libs/libmtp-1.1.16:= )
- openexr? ( media-libs/openexr:= )
- phonon? ( >=media-libs/phonon-4.12.0[qt6] )
- samba? (
- net-fs/samba[client]
- >=net-libs/kdsoap-2.2.0:=[qt6]
- >=net-libs/kdsoap-ws-discovery-client-0.3.0
- )
- sftp? ( net-libs/libssh:=[sftp] )
- taglib? ( >=media-libs/taglib-1.11.1:= )
- X? (
- x11-libs/libX11
- x11-libs/libXcursor
- )
-"
-RDEPEND="${DEPEND}
- !kde-apps/kio-extras:5[-kf6compat(-)]
- !kde-apps/kio-extras-kf5:5[-kf6compat]
- !kde-frameworks/kio:5[-kf6compat(-)]
- >=kde-frameworks/kded-${KFMIN}:6
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_ACTIVITIES=$(usex activities)
- $(cmake_use_find_package ios IMobileDevice)
- $(cmake_use_find_package ios PList)
- $(cmake_use_find_package man Gperf)
- $(cmake_use_find_package mtp Libmtp)
- $(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt6)
- $(cmake_use_find_package samba Samba)
- $(cmake_use_find_package sftp libssh)
- $(cmake_use_find_package taglib Taglib)
- -DWITHOUT_X11=$(usex !X)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
end of thread, other threads:[~2024-08-30 18:11 UTC | newest]
Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-17 18:39 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 18:11 Andreas Sturmlechner
2024-08-30 18:11 Andreas Sturmlechner
2024-08-30 14:48 Andreas Sturmlechner
2024-06-12 15:29 Andreas Sturmlechner
2024-05-30 19:50 Andreas Sturmlechner
2024-05-28 2:10 Sam James
2024-05-27 23:47 Sam James
2024-05-20 11:39 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-02-28 13:56 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2023-12-20 15:11 Andreas Sturmlechner
2022-10-06 9:07 Andreas Sturmlechner
2022-07-16 18:23 Andreas Sturmlechner
2021-12-20 15:20 Andreas Sturmlechner
2021-11-15 9:28 Andreas Sturmlechner
2021-11-15 4:31 Sam James
2021-11-07 21:37 Sam James
2021-11-07 16:55 Jakov Smolić
2021-10-20 13:53 Andreas Sturmlechner
2021-08-18 0:35 Yixun Lan
2021-07-21 21:57 Marek Szuba
2021-07-17 0:07 Andreas Sturmlechner
2021-07-17 0:07 Andreas Sturmlechner
2021-06-05 10:57 Mikle Kolyada
2021-06-05 10:55 Mikle Kolyada
2021-06-05 10:53 Mikle Kolyada
2021-05-30 11:37 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2020-08-13 15:47 Andreas Sturmlechner
2020-07-09 11:16 Sam James
2020-05-30 11:20 Andreas Sturmlechner
2020-05-13 0:45 Andreas Sturmlechner
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-05-11 6:23 Mart Raudsepp
2020-05-10 15:59 Andreas Sturmlechner
2020-05-06 1:01 Thomas Deutschmann
2020-05-01 8:40 Mart Raudsepp
2020-04-30 15:10 Andreas Sturmlechner
2020-03-23 19:54 Andreas Sturmlechner
2019-07-29 15:53 Aaron Bauman
2019-05-28 2:35 Aaron Bauman
2018-12-01 17:00 Mikle Kolyada
2018-11-17 18:39 Andreas Sturmlechner
2018-11-17 18:39 Andreas Sturmlechner
2018-11-17 7:18 Michael Palimaka
2018-11-13 21:30 Andreas Sturmlechner
2018-05-24 13:10 Andreas Sturmlechner
2017-07-25 18:14 Alexis Ballier
2017-06-14 19:32 Johannes Huber
2017-03-15 17:23 Andreas Sturmlechner
2017-03-15 17:23 Andreas Sturmlechner
2017-03-15 17:23 Andreas Sturmlechner
2016-12-10 8:41 Johannes Huber
2016-06-02 14:47 Michael Palimaka
2016-03-28 18:48 Johannes Huber
2016-03-28 18:34 Johannes Huber
2016-03-12 17:44 Michael Palimaka
2016-03-12 17:40 Michael Palimaka
2016-01-08 15:43 Alexey Shvetsov
2015-09-26 15:56 Michael Palimaka
2015-09-01 16:23 Michael Palimaka
2015-09-01 16:18 Michael Palimaka
2015-08-25 14:57 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox