summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kepas')
-rw-r--r--kde-misc/kepas/Manifest1
-rw-r--r--kde-misc/kepas/files/kepas-0.9.3-as-needed.patch13
-rw-r--r--kde-misc/kepas/kepas-0.9.3.ebuild24
-rw-r--r--kde-misc/kepas/metadata.xml11
4 files changed, 49 insertions, 0 deletions
diff --git a/kde-misc/kepas/Manifest b/kde-misc/kepas/Manifest
new file mode 100644
index 000000000000..02def63b4456
--- /dev/null
+++ b/kde-misc/kepas/Manifest
@@ -0,0 +1 @@
+DIST kepas-0.9.3.tar.bz2 110689 SHA256 dabe0f8ba38bd3616d56ed7a51d3d0ad3faf4670349553de9cfebaa18d115f7e SHA512 d2e83c9ef830bbfc1aac9523718874759aa98f1aa41d77bed9f5b6554171d15853b4940e6de6ef506bb55ada34cf5c8de6e7f016f0cb6c73dee113b97247cbb6 WHIRLPOOL fe63a4d87238ad94cfce037081942468ce5802836ac1eb58cc6388a65a7b8ff820f89545342d095ca40c0bb60148213f518e27ba8bd185ec1ee55c6dd9822083
diff --git a/kde-misc/kepas/files/kepas-0.9.3-as-needed.patch b/kde-misc/kepas/files/kepas-0.9.3-as-needed.patch
new file mode 100644
index 000000000000..45cf27ce35cc
--- /dev/null
+++ b/kde-misc/kepas/files/kepas-0.9.3-as-needed.patch
@@ -0,0 +1,13 @@
+Index: kepas-0.9.3/src/CMakeLists.txt
+===================================================================
+--- kepas-0.9.3.orig/src/CMakeLists.txt 2010-12-29 11:42:04.956392282 -0500
++++ kepas-0.9.3/src/CMakeLists.txt 2010-12-29 11:45:21.796392282 -0500
+@@ -20,7 +20,7 @@
+ kde4_add_executable(kepastray ${kifertray_SRCS})
+
+ target_link_libraries(kepastray
+- ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDNSSD_LIBS} kepas kpf)
++ ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDNSSD_LIBS} kepas kpf)
+
+ install(TARGETS kepastray
+ DESTINATION ${KDE4_BIN_INSTALL_DIR})
diff --git a/kde-misc/kepas/kepas-0.9.3.ebuild b/kde-misc/kepas/kepas-0.9.3.ebuild
new file mode 100644
index 000000000000..24aba5d1f9a9
--- /dev/null
+++ b/kde-misc/kepas/kepas-0.9.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="A zeroconf KDE4 filetransfer tool"
+HOMEPAGE="http://www.kde-apps.org/content/show.php?content=73968"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug oscar zeroconf"
+
+RDEPEND="
+ $(add_kdebase_dep plasma-workspace)
+ oscar? ( $(add_kdeapps_dep kopete oscar) )
+ zeroconf? ( $(add_kdeapps_dep zeroconf-ioslave) )
+"
+
+PATCHES=( "${FILESDIR}/${P}-as-needed.patch" )
diff --git a/kde-misc/kepas/metadata.xml b/kde-misc/kepas/metadata.xml
new file mode 100644
index 000000000000..9f2a305b81da
--- /dev/null
+++ b/kde-misc/kepas/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <use>
+ <flag name="oscar">Enables ICQ (AIM) support.</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">kepas</remote-id>
+ </upstream>
+</pkgmetadata>