summaryrefslogtreecommitdiff
path: root/net-im/choqok
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /net-im/choqok
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'net-im/choqok')
-rw-r--r--net-im/choqok/Manifest4
-rw-r--r--net-im/choqok/choqok-1.7.0.ebuild13
-rw-r--r--net-im/choqok/metadata.xml1
3 files changed, 5 insertions, 13 deletions
diff --git a/net-im/choqok/Manifest b/net-im/choqok/Manifest
index 0097871d3639..19a4009f65c8 100644
--- a/net-im/choqok/Manifest
+++ b/net-im/choqok/Manifest
@@ -1,3 +1,3 @@
DIST choqok-1.7.0.tar.xz 1202092 BLAKE2B 62e0c561579c36198f645bb550822d9bec583d8337b37e3336e4352199800b1807b80931f8c7c8141f74dfb91ade9f89b371723a8a3ea3e7bde97854634b82b2 SHA512 6f5998078e555f7b4a40270ad0a4defa2d15bb8440b810320fc4cfc38d78cb34bb9b2f6a38eb33eb3217b51a78a7fbc7f79224cd0ddb0fcbf8c9035d8e600e96
-EBUILD choqok-1.7.0.ebuild 2209 BLAKE2B 69bb8ba8cdc7f0404cdd141a2f4165bba705ad72365cfca447028214b5e330b7c1296ec63521f58055498a83a66b1730792e93d1563ed8ca47cd1b899e085489 SHA512 dbcca756a8293db4d7fd4ea12c56c2e4dfe1c0b5e062e494eb28c0e9ef75f48670740d68d2a5b61c200098be4a30e2ae91e80521e7bdb208b9f8bb30e2295126
-MISC metadata.xml 634 BLAKE2B 30e3ee2973d1de819dba64ce8f5029627248786d73d13a6203d24c9714cd160481b7170c04a4d7e78c2e1d9a2061b4b952938be2df31b3883fabe2323a2a9154 SHA512 fae64251578632ac8f3f74f2a75b30b2e470aaab9103a5a92978681f8194ecd65f8d2162800ede82b7f2574bb1a5142de8bd68db2e383342ec1ac958e39dd599
+EBUILD choqok-1.7.0.ebuild 1990 BLAKE2B ffebbd4ba2ab75fd024365aa9361d7d76087d2a785d3bd5224800f791564fd3146c5844fbccde010085f4ad5ae582652d7100bde91dc89a6aa52a32941452188 SHA512 a82077fe1a9545459b449f91d68bbd65a16d0633284017135707e583541e9f2150894cec754b4e8f90a4d5b63ef7765af2c2645932cdbce34b00a54e7f82c26a
+MISC metadata.xml 572 BLAKE2B 9f192d2e98ec5a886914183fb9ff188d10bf59e763c4690967dad40d034494195ee5ba1a9b1818e524e9099c3812710b59f8c7400bcc678e044ed91b3cfc281b SHA512 d8b1d5324d346d05e61d1bc67a4e6d843c08b20fd07b2c7f86458904b53a9abb54315c43237b35aee5890af82c569ea14f8cf0c3f26521693893dcec88983764
diff --git a/net-im/choqok/choqok-1.7.0.ebuild b/net-im/choqok/choqok-1.7.0.ebuild
index dc005d25d769..d71b59812c22 100644
--- a/net-im/choqok/choqok-1.7.0.ebuild
+++ b/net-im/choqok/choqok-1.7.0.ebuild
@@ -9,8 +9,7 @@ QTMIN=5.12.3
inherit ecm kde.org
DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/
-https://kde.org/applications/internet/org.kde.choqok"
+HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/en/choqok"
if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
@@ -19,7 +18,7 @@ fi
LICENSE="GPL-2+"
SLOT="5"
-IUSE="attica konqueror share telepathy"
+IUSE="attica share telepathy"
DEPEND="
app-crypt/qca[qt5(+)]
@@ -47,11 +46,6 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
- konqueror? (
- >=dev-qt/qtwebkit-5.212.0_pre20180120:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kdewebkit-${KFMIN}:5
- )
share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
telepathy? ( net-libs/telepathy-qt[qt5(+)] )
"
@@ -68,8 +62,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package attica KF5Attica)
- $(cmake_use_find_package konqueror KF5Parts)
- $(cmake_use_find_package konqueror KF5WebKit)
+ -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
$(cmake_use_find_package share KF5Purpose)
$(cmake_use_find_package telepathy TelepathyQt5)
)
diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 7606fdaab74d..625636c5e6fd 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
- <flag name="konqueror">Build Konqueror Choqok plugin</flag>
<flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
<flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
</use>