forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit a8c1542. Upstream bug: https://bugs.kde.org/show_bug.cgi?id=356782
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST krfb-15.08.3.tar.xz 326932 SHA256 c16c76a6daceb6adc71352d741ed5893c5cd69cc922bac1221a922372f1e3436 SHA512 afb373c335434e43e0a4ce69c0f3a360aab3b1845b02c38363704ececa2304f4fab115840cac538033823036dcf7d84ebd78210443951fdd4d155dd80579aeeb WHIRLPOOL a20f9d69240f2f5910de6205f7a7ddda1142761c4efcf5347d838d53cc66988dd06408f0aaeee81ce5f7cd8c31574ada54a3e7e7607298658f1367c7386bcbdc | ||
DIST krfb-15.12.3.tar.xz 324896 SHA256 353c38c23685e1278bfdd0a6a6e0c33eb26fa146caea78da999c1a91a56ecda8 SHA512 2700eb2af678f4bfd110a005389580a238278e8fcbd69947d6ebacde770d8ea5a046dcc9b282bc2362ddc3e847c30c7ee48e60bf8bd5ca06f927e79fe64082b0 WHIRLPOOL 286c8b22c106dcb3cc2ff815337bea73fed8665b99567bce2ef3d62b5746e22be071de7895748a0ae873fa7412e8af5e53fde54a0ee71f5ae58b08695a95a8b9 | ||
DIST krfb-16.04.3.tar.xz 324900 SHA256 6b7b57fbd82a665d5ce0d39b782d4f3c6859fa1c3e2b183a434b1833d2e52e8e SHA512 7fbcf09badfa9489a9e7e97087bdc4ae5f9d6f81fcabedac8a10c9b38f9e3d7d7c81a7e0a7fb6d67c116bb6fe5f14b3de6a8f71e83b5e81dd9e7e4ab89d2d07c WHIRLPOOL 206a65d65d545728dc9e283a4fc3b8470dd387395e1ae1a9cab4edfe1dfbceb5095d39f5260b15d5bd7ae9ed1a649e2f1863f62cb01dae129113ef45b30853d3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="optional" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="VNC-compatible server to share KDE desktops" | ||
HOMEPAGE="https://www.kde.org/applications/system/krfb/" | ||
KEYWORDS="amd64 ~arm x86" | ||
IUSE="debug telepathy ktp" | ||
REQUIRED_USE="ktp? ( telepathy )" | ||
|
||
DEPEND=" | ||
>=net-libs/libvncserver-0.9.9 | ||
sys-libs/zlib | ||
virtual/jpeg:0 | ||
!aqua? ( | ||
x11-libs/libX11 | ||
x11-libs/libXdamage | ||
x11-libs/libXext | ||
x11-libs/libXtst | ||
) | ||
telepathy? ( >=net-libs/telepathy-qt-0.9 ) | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake-utils_use_with telepathy TelepathyQt4) | ||
$(cmake-utils_use_with ktp KTp) | ||
) | ||
|
||
kde4-base_src_configure | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,8 @@ | |
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<use> | ||
<flag name="telepathy">Enable desktop sharing through a telepathy client</flag> | ||
<flag name="ktp">Enable displaying of KDE Telepathy contacts</flag> | ||
</use> | ||
</pkgmetadata> |