diff options
author | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-22 17:10:16 +0200 |
---|---|---|
committer | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-22 17:10:16 +0200 |
commit | 3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae (patch) | |
tree | 1322931fe42d20a84a7e9ca769118ba20385465d | |
parent | add another location (diff) | |
download | kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.gz kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.bz2 kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.zip |
Initial commit of live branch, not removed anything yet. Needs a hell of cleanup.
320 files changed, 8569 insertions, 0 deletions
diff --git a/Documentation/stasis/kbruch-9999.ebuild b/Documentation/stasis/kbruch-9999.ebuild new file mode 100644 index 0000000000..23ec92a28f --- /dev/null +++ b/Documentation/stasis/kbruch-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE Educational: Learn calculating with fractions" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/Documentation/stasis/kdemultimedia-strigi-analyzer-9999.ebuild b/Documentation/stasis/kdemultimedia-strigi-analyzer-9999.ebuild new file mode 100644 index 0000000000..15f630fd86 --- /dev/null +++ b/Documentation/stasis/kdemultimedia-strigi-analyzer-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="1" + +KMNAME=kdemultimedia +KMMODULE=strigi-analyzer +inherit kde4svn-meta + +DESCRIPTION="kdemultimedia: strigi plugins" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=app-misc/strigi-0.5.10" +RDEPEND="${DEPEND}" diff --git a/Documentation/stasis/kdesdk-strigi-analyzer-9999.ebuild b/Documentation/stasis/kdesdk-strigi-analyzer-9999.ebuild new file mode 100644 index 0000000000..5035c1d3e3 --- /dev/null +++ b/Documentation/stasis/kdesdk-strigi-analyzer-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +KMMODULE=strigi-analyzer +inherit kde4svn-meta + +DESCRIPTION="kdesdk: strigi plugins" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=app-misc/strigi-0.5.9" +RDEPEND="${DEPEND}" diff --git a/Documentation/stasis/kpilot-9999.ebuild b/Documentation/stasis/kpilot-9999.ebuild new file mode 100644 index 0000000000..40fef1af52 --- /dev/null +++ b/Documentation/stasis/kpilot-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KPilot - HotSync software for KDE." +IUSE="debug" +KEYWORDS="" + +DEPEND=">=app-pda/pilot-link-0.12 + >=dev-libs/libmal-0.40 + crypt? ( app-crypt/qca:2 )" +RESTRICT="test" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with crypt QCA2)" + + kde4svn-meta_src_compile +} diff --git a/Documentation/stasis/ksayit-9999.ebuild b/Documentation/stasis/ksayit-9999.ebuild new file mode 100644 index 0000000000..1ffb3afa92 --- /dev/null +++ b/Documentation/stasis/ksayit-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +KMNAME=kdeaccessibility +EAPI="1" +inherit kde4svn-meta + +DESCRIPTION="KDE text-to-speech frontend." +KEYWORDS="" +IUSE="" + +DEPEND=">=kde-base/kttsd-${PV}:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/app-cdr/k3b/k3b-9999.ebuild b/app-cdr/k3b/k3b-9999.ebuild new file mode 100644 index 0000000000..ec3b728060 --- /dev/null +++ b/app-cdr/k3b/k3b-9999.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/multimedia" +NEED_KDE="svn" + +inherit kde4svn-meta + +# Set prefix to KDEDIR to slot the package. +PREFIX="${KDEDIR}" + +DESCRIPTION="K3b, KDE CD Writing Software" +HOMEPAGE="http://www.k3b.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="css debug dvdr dvdread encode -ffmpeg flac hal htmlhandbook mp3 musepack + sndfile vcd vorbis emovix" + +# FIXME: Needed? +# app-doc/doxygen +#find_package(Doxygen) +#laurent: removes this line when Doxyfile.cmake will add to svn +#set(DOXYGEN_EXECUTABLE FALSE) +#if(DOXYGEN_EXECUTABLE) + +DEPEND=" + kde-base/libkcddb:${SLOT} + kde-base/libkcompactdisc:${SLOT} + media-libs/libsamplerate + media-libs/musicbrainz:1 + media-libs/taglib + x11-libs/qt-webkit:4 + dvdread? ( media-libs/libdvdread ) + encode? ( media-sound/lame ) + ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080206 ) + flac? ( >=media-libs/flac-1.2.1-r2 ) + mp3? ( media-libs/libmad ) + musepack? ( media-libs/libmpcdec ) + sndfile? ( media-libs/libsndfile ) + vorbis? ( media-libs/libvorbis ) + " + +RDEPEND="${DEPEND} + >=app-cdr/cdrdao-1.1.7-r3 + >=media-sound/cdparanoia-3.9.8 + media-sound/normalize + virtual/cdrtools + css? ( media-libs/libdvdcss ) + dvdr? ( >=app-cdr/dvd+rw-tools-7.0 ) + emovix? ( media-video/emovix ) + encode? ( media-sound/sox + dvdread? ( media-video/transcode ) ) + vcd? ( media-video/vcdimager ) + " + +pkg_setup() { + #use ffmpeg && ewarn "FFMpeg seems to be badly broken in this snapshot. Use it at your own risk!" + if use flac && ! built_with_use media-libs/flac cxx ; then + eerror "In order to build " + eerror "you need media-libs/flac built with cxx USE flag enabled." + die "no cxx support in flac" + fi + if use encode && use dvdread && ! built_with_use media-video/transcode dvdread ; then + eerror "In order to build " + eerror "you need media-video/transcode built with dvdread USE flag" + die "no dvdread support in transcode" + fi +} + +src_compile() { + if use debug; then + mycmakeargs="${mycmakeargs} -DADD_K3B_DEBUG=On" + else + mycmakeargs="${mycmakeargs} -DADD_K3B_DEBUG=Off" + fi + + mycmakeargs="${mycmakeargs} -DK3BSETUP_BUILD=Off + -DWITH_Samplerate=On + $(cmake-utils_use_with dvdread DvdRead) + $(cmake-utils_use_with ffmpeg FFmpeg) + $(cmake-utils_use_with flac Flac) + $(cmake-utils_use_with flac Flac++) + $(cmake-utils_use_with encode Lame) + $(cmake-utils_use_with mp3 Mad) + $(cmake-utils_use_with musepack Muse) + $(cmake-utils_use_with sndfile Sndfile) + $(cmake-utils_use_with vorbis OggVorbis)" + + # Build process of K3b + kde4overlay-meta_src_compile +} + +src_install() { + kde4overlay-meta_src_install + dodoc "${S}"/${PN}/{FAQ,KNOWNBUGS,PERMISSIONS} || die "Installing additional docs failed." +} + +pkg_postinst() { + echo + elog "We don't install k3bsetup anymore because Gentoo doesn't need it." + elog "If you get warnings on start-up, uncheck the \"Check system" + elog "configuration\" option in the \"Misc\" settings window." + echo + + local group=cdrom + use kernel_linux || group=operator + elog "Make sure you have proper read/write permissions on the cdrom device(s)." + elog "Usually, it is sufficient to be in the ${group} group." + echo + kde4overlay-meta_pkg_postinst +} diff --git a/app-cdr/k9copy/k9copy-9999.ebuild b/app-cdr/k9copy/k9copy-9999.ebuild new file mode 100644 index 0000000000..780869d8b6 --- /dev/null +++ b/app-cdr/k9copy/k9copy-9999.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" + +inherit kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="k9copy is a DVD backup utility which allows the copy of one +or more titles from a DVD9 to a DVD5" +HOMEPAGE="http://k9copy.sourceforge.net/" +ESVN_REPO_URI="https://k9copy.svn.sourceforge.net/svnroot/k9copy/kde4" +ESVN_PROJECT="k9copy" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +DEPEND="media-libs/libdvdread + x11-libs/qt-dbus + sys-apps/hal + >=media-video/ffmpeg-0.4.9_p20080326 + media-video/mplayer + app-cdr/k3b" +RDEPEND="${DEPEND} + media-libs/xine-lib + media-video/dvdauthor" + +src_unpack() { + subversion_src_unpack + subversion_wc_info +} + +src_compile() { + mycmakeargs="${mycmakeargs} + -DCMAKE_INSTALL_PREFIX=${PREFIX}" + kde4overlay-base_src_compile +} + +src_install() { + kde4overlay-base_src_install +} diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild new file mode 100644 index 0000000000..020c6a4aa0 --- /dev/null +++ b/app-editors/kile/kile-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/office" +NEED_KDE="svn" + +inherit kde4svn-meta + +DESCRIPTION="A Latex Editor and TeX shell for kde" +HOMEPAGE="http://kile.sourceforge.net/" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="0" +PREFIX="${KDEDIR}" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="virtual/tex-base + virtual/latex-base" + +# Suggestions: +# app-text/acroread: Display pdf files +# app-text/dvipdfmx: Convert dvi files to pdf +# app-text/dvipng: Convert dvi files to png +# app-text/ghostscript-gpl: Display ps files +# dev-tex/latex2html: Compile latex files as html +# kde-base/okular: View document files +# media-gfx/imagemagick: ? +#PDEPEND=" +# app-text/acroread +# app-text/dvipdfmx +# app-text/dvipng +# app-text/ghostscript-gpl +# dev-tex/latex2html +# kde-base/okular:${SLOT} +# media-gfx/imagemagick" diff --git a/app-editors/yzis/yzis-9999.ebuild b/app-editors/yzis/yzis-9999.ebuild new file mode 100644 index 0000000000..f728c1e6bc --- /dev/null +++ b/app-editors/yzis/yzis-9999.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit cmake-utils mercurial + +DESCRIPTION="Yzis is a vi-compatible editor that is composed of a generic vi engine and independent GUI." +HOMEPAGE="http://www.yzis.org" + +EHG_REPO_URI="http://sources.freehackers.org/hg.cgi/Yzis/" +EHG_PROJECT="yzis" + +LICENSE="LGPL-2.1 GPL-2" +SLOT="0" +KEYWORDS="" + +IUSE="debug kde ncurses qt4 test X" + +COMMONDEPEND=" + =dev-lang/lua-5.1* + media-libs/jpeg + >=sys-apps/file-4.0 + x11-libs/qt-gui:4 + >=x11-libs/qt-4.2.0:4 + kde? ( kde-base/kdelibs:kde-svn ) + ncurses? ( sys-libs/ncurses )" +DEPEND="${RDEPEND} + >=dev-util/cmake-2.4.1 + >=sys-devel/gettext-0.12.0" +RDEPEND="${COMMONDEPEND}" + +#TODO linguas: svn has translations disabled atm +#LANGS="cn de es fr it ja nl nn no pl pt ru" +#for X in ${LANGS}; do + #IUSE="${IUSE} linguas_${X}" +#done +# kyzis doesn't get installed, this patch corrects it. +PATCHES=( + "${FILESDIR}/kyzis.patch" + ) + +S="${WORKDIR}/Yzis" + +pkg_setup() { + if use X && ! use ncurses; then + elog "You're compiling with USE=\"-ncurses X\", however" + elog "USE=\"X\" requires USE=\"ncurses\" to enable accessing the X copy/pste buffer in nyzis." + fi + if use ncurses && ! built_with_use sys-libs/ncurses unicode ; then + eerror "Need sys-libs/ncurses built with unicode useflag" + die "Need sys-libs/ncurses built with unicode useflag" + fi + +} + +#$(cmake-utils_use_enable kde KPART_YZIS) + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_enable debug SAFE_MODE) + $(cmake-utils_use_enable ncurses NYZIS) + $(cmake-utils_use_enable kde KYZIS) + $(cmake-utils_use_enable qt4 QYZIS) + $(cmake-utils_use_enable test LIBYZISRUNNER) + $(cmake-utils_use_enable test TESTS) + $(cmake-utils_use_enable X X_IN_NYZIS)" + + cmake-utils_src_compile +} + +src_install() { + cmake-utils_src_install + + dodoc "${S}"/{AUTHORS,ChangeLog,README} + + docinto "examples" + dodoc "${S}"/doc/examples/* || die "dodoc examples/ failed." +} diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild new file mode 100644 index 0000000000..a00f6ab984 --- /dev/null +++ b/app-misc/strigi/strigi-9999.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit eutils cmake-utils subversion + +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/${PN}" +ESVN_PROJECT="${PN}" + +DESCRIPTION="Fast crawling desktop search engine with Qt4 GUI" +HOMEPAGE="http://www.vandenoever.info/software/strigi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="debug exiv2 fam inotify +qt4 test" +# IUSE="log sqlite": fails to compile + +COMMONDEPEND=" + dev-libs/libxml2 + virtual/libiconv + >=dev-cpp/clucene-0.9.19 + exiv2? ( media-gfx/exiv2 ) + fam? ( virtual/fam ) + qt4? ( sys-apps/dbus + x11-libs/qt-core:4 + x11-libs/qt-dbus:4 + x11-libs/qt-gui:4 + )" +# log? ( >=dev-libs/log4cxx-0.9.7 ) +# sqlite? ( dev-db/sqlite:3 )" +DEPEND="${COMMONDEPEND} + test? ( dev-util/cppunit )" +RDEPEND="${COMMONDEPEND}" + +#pkg_setup() { + +# hyperestraier seems to be broken and clucene is always active, so this warning is pointless +# + #if ! use clucene && ! use hyperestraier; then # && ! use sqlite; then +# ewarn "It's highly recommended to enable one of the supported backends:" +# ewarn "clucene, hyperestraier and sqlite" +# ewarn "Clucene is currently the recommended backend." +# ewarn "Without a backend you'll only be able to use deepgrep." +# fi + + # hmm, do we need to handle that? + #if use dbus && use qt4; then + # if ( has version "<x11-libs/qt-4.4.0_alpha:4" && ! built_with_use x11-libs/qt:4 dbus ) || \ + # ( has version "x11-libs/qt-gui:4" && ! built_with_use x11-libs/qt-gui:4 dbus); then + # eerror "You are building Strigi with qt4 and dbus, but qt4 wasn't built with dbus support." + # eerror "Please re-emerge qt4 with dbus, or disable dbus in Strigi." + # die + # fi + #fi + + #if use qt4 && ! use dbus; then + # eerror "You are building Strigi with qt4 but without dbus." + # eerror "Strigiclient needs dbus to detect a running Strigi daemon." + # eerror "Please enable both qt4 and dbus." + # die + #fi +#} + +src_compile() { + # Strigi needs either expat or libxml2. + # However libxml2 seems to be required in both cases, linking to 2 xml parsers + # is just silly, so we forcefully disable linking to expat. + # Enabled: POLLING (only reliable way to check for files changed.) + + mycmakeargs="${mycmakeargs} + -DENABLE_EXPAT=OFF -DENABLE_POLLING=ON + -DFORCE_DEPS=ON -DENABLE_CPPUNIT=OFF + -DENABLE_REGENERATEXSD=OFF + -DENABLE_HYPERESTRAIER=OFF + -DENABLE_CLUCENE=On + $(cmake-utils_use_enable exiv2 EXIV2) + $(cmake-utils_use_enable fam FAM) + $(cmake-utils_use_enable inotify INOTIFY) + $(cmake-utils_use_enable qt4 DBUS) + $(cmake-utils_use_enable qt4 QT4)" +# $(cmake-utils_use_enable log LOG4CXX) +# $(cmake-utils_use_enable sqlite SQLITE) + cmake-utils_src_compile +} + +src_test() { + mycmakeargs="${mycmakeargs} -DENABLE_CPPUNIT=ON" + cmake-utils_src_compile + + pushd "${WORKDIR}/${PN}_build" + ctest --extra-verbose || die "Tests failed." + popd +} diff --git a/app-office/akonadi-server/akonadi-server-9999.ebuild b/app-office/akonadi-server/akonadi-server-9999.ebuild new file mode 100644 index 0000000000..364e9bd701 --- /dev/null +++ b/app-office/akonadi-server/akonadi-server-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit subversion cmake-utils qt4 + +DESCRIPTION="The server part of Akonadi" +HOMEPAGE="http://www.kde.org" +SRC_URI="" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/akonadi" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="" +IUSE="mysql" + +RDEPEND="!app-office/akonadi + x11-libs/qt-core:4 + x11-libs/qt-dbus:4 + x11-libs/qt-sql:4 + x11-misc/shared-mime-info + mysql? ( virtual/mysql )" +DEPEND="${RDEPEND} + dev-libs/libxslt + kde-base/automoc" + +QT_BUILT_WITH_USE_CHECK="dbus sqlite3" + +src_unpack() { + subversion_src_unpack + + # Don't check for mysql, avoid an automagic dep. + if ! use mysql; then + sed -e '/mysqld/s/find_program/#DONOTWANT &/' \ + -i "${S}"/server/CMakeLists.txt || die 'Sed failed.' + fi +} diff --git a/app-office/kformula/kformula-9999.ebuild b/app-office/kformula/kformula-9999.ebuild new file mode 100644 index 0000000000..2ac6faed38 --- /dev/null +++ b/app-office/kformula/kformula-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +KMNAME=koffice +inherit kde4svn-meta + +DESCRIPTION="KOffice formula editor." +KEYWORDS="" +IUSE="" + +DEPEND=">=app-office/koffice-libs-${PV}:${SLOT}" +RDEPEND=${DEPEND} + +KMEXTRA="filters/kformula/ + doc/koffice/" +KMEXTRACTONLY="libs/" +KMCOPYLIB="libko" + +src_compile() { + epatch "${FILESDIR}"/${P}-link_lib.patch + + kde4overlay-meta_src_compile +} diff --git a/app-office/kivio/kivio-9999.ebuild b/app-office/kivio/kivio-9999.ebuild new file mode 100644 index 0000000000..fd9abce490 --- /dev/null +++ b/app-office/kivio/kivio-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +KMNAME=koffice +inherit kde4svn-meta + +DESCRIPTION="KOffice flowchart and diagram tool." +KEYWORDS="" +# There is a python switch in the cmake files. But nothing in kivio seems to +# actually use it. Maybe in the future that'll change.. +#IUSE="python" +IUSE="" + +#DEPEND="python? ( virtual/python )" +DEPEND=">=app-office/koffice-libs-${PV}:${SLOT} + >=app-office/koffice-data-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRA="filters/kivio/ + doc/koffice/" +KMEXTRACTONLY="libs/" + +src_compile() { + #epatch "${FILESDIR}"/${P}-link_lib.patch + + #mycmakeargs="${mycmakeargs} + #$(cmake-utils_use_with python PythonLibs)" + + kde4overlay-meta_src_compile +} diff --git a/app-office/koffice-data/koffice-data-9999.ebuild b/app-office/koffice-data/koffice-data-9999.ebuild new file mode 100644 index 0000000000..1ab2f4c9a6 --- /dev/null +++ b/app-office/koffice-data/koffice-data-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +KMNAME=koffice +KMNOMODULE=true +inherit kde4svn-meta + +DESCRIPTION="Shared KOffice data files." +KEYWORDS="" +IUSE="" + +KMEXTRA="servicetypes/ + pics/ + templates/" diff --git a/app-office/koffice-libs/koffice-libs-9999.ebuild b/app-office/koffice-libs/koffice-libs-9999.ebuild new file mode 100644 index 0000000000..66dfa0c3d2 --- /dev/null +++ b/app-office/koffice-libs/koffice-libs-9999.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +KMNAME=koffice +KMMODULE=libs +CPPUNIT_REQUIRED="optional" +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="Shared KOffice libraries." +KEYWORDS="" +#doc +IUSE="${IUSE} crypt" + +RDEPEND=" + !app-office/koffice:${SLOT} + dev-libs/libxml2 + dev-libs/libxslt + >=media-libs/lcms-1.15 + >=media-libs/openexr-1.2.2-r2 + crypt? ( >=app-crypt/qca-2 ) + opengl? ( virtual/opengl virtual/glu )" +DEPEND="${RDEPEND}" +# doc? ( app-doc/doxygen )" + +KMEXTRA=" + doc/koffice/ + doc/thesaurus/ + filters/generic_wrapper/ + filters/libkowmf/ + filters/xsltfilter/ + interfaces/ + kounavail/ + plugins/ + tools/ + " +# doc/api/ +# koshell/ removed? +# servicetypes/ part of -data +KMEXTRACTONLY=" + doc/koffice.desktop" +# changes-1.4 removed +# changes-1.5 removed +src_compile() { + mycmakeargs="${mycmakeargs} + -DWITH_OpenEXR=ON + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with opengl OpenGL)" + + if use crypt; then + mycmakeargs="${mycmakeargs} + -DQCA2_LIBRARIES=/usr/$(get_libdir)/qca2/libqca.so.2" + fi + + kde4overlay-meta_src_compile +} +# if use doc; then +# cd "${WORKDIR}/${PN}_build" && \ +# make apidox || die "Make apidox failed." +# fi +#} + +src_install() { + kde4overlay-meta_src_install + rm ${D}/usr/kde/svn/include/config-openexr.h + rm ${D}/usr/kde/svn/share/apps/cmake/modules/FindKOfficeLibs.cmake +} diff --git a/app-office/koffice/koffice-9999.ebuild b/app-office/koffice/koffice-9999.ebuild new file mode 100644 index 0000000000..6166953778 --- /dev/null +++ b/app-office/koffice/koffice-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +#KMNAME=koffice +#KMMODULE=koffice +NEED_KDE="svn" +SLOT="kde-svn" +inherit kde4svn + +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/koffice/" + +DESCRIPTION="KOffice monolithic live ebuild" +HOMEPAGE="http://www.koffice.org" +KEYWORDS="" +#doc +IUSE="crypt test" +# opengl removed for now +LICENSE="GPL-2 LGPL-2" + +RDEPEND=" + !app-office/koffice-libs:${SLOT} + !app-office/koffice-data:${SLOT} + dev-libs/libxml2 + dev-libs/libxslt + >=media-libs/lcms-1.15 + >=media-libs/openexr-1.2.2-r2 + crypt? ( >=app-crypt/qca-2 ) + virtual/opengl + virtual/glu" +DEPEND="${RDEPEND}" +# doc? ( app-doc/doxygen )" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DWITH_OpenEXR=ON + $(cmake-utils_use_with crypt QCA2) + -DWITH_OpenGL=ON" + + if use crypt; then + mycmakeargs="${mycmakeargs} + -DQCA2_LIBRARIES=/usr/$(get_libdir)/qca2/libqca.so.2" + fi + + kde4overlay-base_src_compile +} + +src_install() { + dodoc changes-* + newdoc kounavail/README README.kounavail + + kde4overlay-base_src_install +} diff --git a/bump_new_revision.sh b/bump_new_revision.sh new file mode 100644 index 0000000000..90c7055539 --- /dev/null +++ b/bump_new_revision.sh @@ -0,0 +1,244 @@ +#!/usr/bin/env bash +############################################################################### +# KDE Version bumper +# Created by Gentoo kde-herd +# This tool is ment to be used for ease of version bumping for KDE ebuilds +# v 0.20 +############################################################################### +# functions +############################################################################### +# took lines from slots which does not point to other slots +get_packages_from_slot() { + local SLOTFILE + + # if user specify set then use desired one only + find ${PORTDIR_BUMPING}/sets/ -maxdepth 1 -type f -name ${SET}\*-${SLOT} -print \ + | while read SLOTFILE; do + echo ${SLOTFILE} # debug + # remove empty lines, another slots and comments, replace slot by + # version.ebuild + cat ${SLOTFILE} |grep -v ^@ |grep -v ^$ |grep -v ^# \ + |sed -e "s/:${SLOT}//g" \ + >> ${TMPFILE} + done +} + +# update package keywords from anything to testing +update_package_keywords() { + ekeyword ~all ${1} +} + +# regenerate manifest files +update_package_manifest() { + cd "${PORTDIR_BUMPING}"/"${EBUILD_BASEDIR}"/ + repoman manifest + cd "${PORTDIR_BUMPING}" #go back to workdir +} + +# add basic line to changelog telling that we bumped new revision +update_package_changelog() { + local EBUILD=${1} + + cd "${PORTDIR_BUMPING}"/"${EBUILD_BASEDIR}"/ + git add ${EBUILD} + # be quiet when creating changelog + echangelog "Version bump." >> /dev/null + cd "${PORTDIR_BUMPING}" # go back to workdir +} + +# create new slot for all packages when creating new minor bump 4.1 -> 4.2 +add_new_sloted_version() { + local SLOTFILE + local NEWSLOTFILE + + find ${PORTDIR_BUMPING}/sets/ -maxdepth 1 -type f -name \*-${SLOT} -print \ + | while read SLOTFILE; do + NEWSLOTFILE=${SLOTFILE/${SLOT}/${BUMP_VERSION}} + echo "creating ${NEWSLOTFILE}" + # copy actualy that file + cp ${SLOTFILE} ${NEWSLOTFILE} + # fix versioning + sed -i \ + -e "s:${SLOT}:${BUMP_VERSION}:" \ + ${NEWSLOTFILE} || die "unable to update slotfile versioning" + # add to git + git add ${NEWSLOTFILE} + done +} + +# write ebuild directories in which i will work to file. +find_packagedirs_for_removal() { + find ${PORTDIR_BUMPING}/kde-base/ -name \*${VERSION}\*.ebuild -print |while read FILE; do + echo ${FILE} |sed -e "s:${PORTDIR_BUMPING}/kde-base/::" \ + |awk -F'/' '{print "kde-base/"$1}' \ + >> ${TMPFILE} + done +} + +# diff CMakeLists.txt recursively through new sources again old one to see +# if there are any added ebuilds +check_cmakelists() { + cd "${OUTPUT_DIR}" + find ${DIR} -maxdepth 1 -type f -name kde\*-${BUMP_VERSION}.tar.bz2 -print \ + |while read FILE; do + FILENAME=${FILE/*\/} + FILENAME=${FILENAME/.tar.bz2/} + rm CMakeListsDiff-${FILENAME}.diff > /dev/null + touch CMakeListsDiff-${FILENAME}.diff + echo "Checking CMakeLists.txt in: ${FILENAME} > ${OUTPUT_DIR}/CMakeListsDiff-${FILENAME}.diff" + # unpack files into /var/tmp/portage/ + tar -xjf ${FILE} -C "${OUTPUT_DIR}"/ + tar -xjf ${FILE/${BUMP_VERSION}/${VERSION}} \ + -C "${OUTPUT_DIR}"/ + find ${FILENAME} -type f -name CMakeLists.txt -print \ + |while read CLIST; do + # echo ${CLIST/${BUMP_VERSION}/${VERSION}} + # echo ${CLIST} + diff -urNibB ${CLIST/${BUMP_VERSION}/${VERSION}} ${CLIST} \ + >> CMakeListsDiff-${FILENAME}.diff + done + if [ `cat CMakeListsDiff-${FILENAME}.diff |grep -i [+-]addsubdirectory |wc -l` -gt 0 ]; then + echo "I found something really interesting in ${FILENAME}" + echo "You should really look into ${OUTPUT_DIR}/CMakeListsDiff-${FILENAME}.diff" + echo + fi + # cleanup our dirt + rm -rf ${FILENAME}* + rm -rf ${FILENAME/${BUMP_VERSION}/${VERSION}}* + done +} + +# print out help function +help() { + echo "Welcome to KDE package version bumper" + echo + echo "When bumping:" + echo "For correct usage set SLOT, VERSION and BUMP_VERSION arguments." + echo "-l argument specify SET and is optional" + echo "Example:" + echo "./script -a bump -s 4.1 -v 4.1.0 -b 4.1.1 -l kdebase" + echo + echo "When removing:" + echo "./script -a remove -v 4.1.0" + echo + echo "When creating new slot:" + echo "-s STARTSLOT -b BUMPSLOT" + echo "./script -a slot -s 4.1 -b 4" + echo + echo "When diffing two versions for cmakelists" + echo "-v OLDVERSION -b NEWVERSION -p DIRECTORY_WHERE_ARE_TBZS -o OUTPUT_DIR" + echo "./script -a diff -v 4.1.0 -b 4.1.1 -p \"/usr/portage/distfiles\" -o /tmp" + exit 0 +} +############################################################################### +# main +############################################################################### +# argument passing +############################################################################### +if [[ $1 == "--help" ]]; then + help +fi +SLOT= +VERSION= +OPERATION= +BUMP_VERSION= +SET= +DIR= +OUTPUT_DIR= +while getopts a:s:v:b:l:p:o: arg ; do + case $arg in + a) OPERATION=${OPTARG};; + s) SLOT=${OPTARG};; + v) VERSION=${OPTARG};; + b) BUMP_VERSION="${OPTARG}";; + l) SET="${OPTARG}";; + p) DIR="${OPTARG}";; + o) OUTPUT_DIR="${OPTARG}";; + *) help;; + ?) help;; + esac +done +if [[ $OPERATION == "bump" ]]; then + if [ -z "${SLOT}" ] || [ -z "${VERSION}" ] || [ -z "${BUMP_VERSION}" ]; then + help + fi +elif [[ $OPERATION == "remove" ]]; then + if [ -z "${VERSION}" ]; then + help + fi +elif [[ $OPERATION == "slot" ]]; then + if [ -z "${SLOT}" ] || [ -z "${BUMP_VERSION}" ]; then + help + fi +elif [[ $OPERATION == "diff" ]]; then + if [ -z "${VERSION}" ] || [ -z "${BUMP_VERSION}" ] || [ -z "${DIR}" ] || [ -z "${OUTPUT_DIR}" ]; then + help + fi +else + help +fi +############################################################################### +# global variables +############################################################################### +# these variables needs to be full paths! +# for portdir bumping it should be addable by another argument +PORTDIR_BUMPING="`pwd`" # for time being could be env portagedir +TMPFILE=/tmp/kdeBumpList.txt +############################################################################### +# Remove the temporary file before starting our run +if [[ -e ${TMPFILE} ]]; then + rm ${TMPFILE} +fi +if [[ $OPERATION == "bump" ]]; then + get_packages_from_slot + EBUILD_BASEDIR_LIST=`cat ${TMPFILE} |sort -u` + INFO_LIST= + for EBUILD_BASEDIR in ${EBUILD_BASEDIR_LIST}; do + EBUILD_BASENAME=${EBUILD_BASEDIR/*\//} + OLD_BASE="${PORTDIR_BUMPING}"/"${EBUILD_BASEDIR}"/ + OLD=`find ${OLD_BASE} -name \*${VERSION}\*.ebuild |sort -r |head -n 1` + NEW="${PORTDIR_BUMPING}"/"${EBUILD_BASEDIR}"/"${EBUILD_BASENAME}"-${BUMP_VERSION}.ebuild + EBUILD_NAME="${EBUILD_BASENAME}"-${BUMP_VERSION}.ebuild + # echo ${OLD} # debug + # echo ${NEW} # debug + if [ -f ${NEW} ]; then + echo "Skipping ${NEW} already created!"; + # rm -rf ${NEW} # debug + else + # actualy create our desired ebuild files + # echo "Creating: ${NEW}" # verbosity + cp "${OLD}" "${NEW}" + # tag if not hardbumping + git rm "${OLD}" + if [ `grep ".patch" ${NEW} |wc -l` -gt 0 ]; then + INFO_LIST="${INFO_LIST} You should pay more attention to ebuild ${NEW}, because it has some patches.\n" + fi + # we have update keywords + update_package_keywords ${NEW} + # update manifest and changelog + update_package_changelog ${EBUILD_NAME} + update_package_manifest + fi + done + echo -e ${INFO_LIST} +elif [[ $OPERATION == "remove" ]]; then + find_packagedirs_for_removal + EBUILD_BASEDIR_LIST=`cat ${TMPFILE} |sort -u` + for EBUILD_BASEDIR in ${EBUILD_BASEDIR_LIST}; do + EBUILD_BASENAME=${EBUILD_BASEDIR/*\//} + cd "${PORTDIR_BUMPING}"/"${EBUILD_BASEDIR}" + git rm ${EBUILD_BASENAME}-${VERSION}*.ebuild + echangelog "Version removed." >> /dev/null + repoman manifest + cd "${PORTDIR_BUMPING}" #go back to workdir + done +elif [[ $OPERATION == "slot" ]]; then + add_new_sloted_version +elif [[ $OPERATION == "diff" ]]; then + check_cmakelists +else + help +fi +############################################################################### +# EOF +############################################################################### diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-9999.ebuild new file mode 100644 index 0000000000..b34db6a37a --- /dev/null +++ b/dev-libs/soprano/soprano-9999.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit cmake-utils subversion eutils flag-o-matic + +DESCRIPTION="Soprano is a library which provides a nice QT interface to RDF storage solutions." +HOMEPAGE="http://nepomuk-kde.semanticdesktop.org/xwiki/bin/view/Main/Soprano" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/${PN}" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="" +IUSE="+clucene debug doc elibc_FreeBSD redland +sesame2" + +COMMON_DEPEND=" + >=media-libs/raptor-1.4.16 + x11-libs/qt-core:4 + x11-libs/qt-dbus:4 + clucene? ( >=dev-cpp/clucene-0.9.19 ) + redland? ( >=dev-libs/rasqal-0.9.15 + >=dev-libs/redland-1.0.6 ) + sesame2? ( >=virtual/jdk-1.6.0 )" +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen )" +RDEPEND="${COMMON_DEPEND}" + +pkg_setup() { + echo + ewarn "WARNING! This is an experimental ebuild of ${PN} SVN tree. Use at your own risk." + ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" + echo + + if ! use sesame2 && ! use redland; then + eerror "Please select at least one of the backends: sesame2, redland" + die "You need to select at least one backend." + fi +} + +src_compile() { + # Fix automagic dependencies / linking + if ! use clucene; then + sed -e '/find_package(CLucene)/s/^/#DONOTFIND /' \ + -i "${S}/CMakeLists.txt" || die "Sed for CLucene automagic dependency failed." + fi + + if ! use sesame2; then + sed -e '/find_package(JNI)/ s:^:#DONOTWANT :' \ + -i "${S}"/CMakeLists.txt || die "Deactivating sesame backend failed." + fi + + if ! use redland; then + sed -e '/find_package(Redland)/ s:^:#DONOTWANT :' \ + -i "${S}"/CMakeLists.txt || die "Deactivating redland backend failed." + fi + + if ! use doc; then + sed -e '/find_package(Doxygen)/s/^/#DONOTFIND /' \ + -i "${S}/CMakeLists.txt" || die "Sed to disable api-docs failed." + fi + + sed -e '/add_subdirectory(test)/s/^/#DONOTCOMPILE /' \ + -e '/enable_testing/s/^/#DONOTENABLE /' \ + -i "${S}"/CMakeLists.txt || die "Disabling of ${PN} tests failed." + einfo "Disabled building of ${PN} tests." + + # Fix for missing pthread.h linking + # NOTE: temporarely fix until a better cmake files patch will be provided. + use elibc_FreeBSD && append-ldflags "-lpthread" + + cmake-utils_src_compile +} + +src_test() { + sed -e 's/#NOTESTS//' \ + -i "${S}"/CMakeLists.txt || die "Enabling tests failed." + cmake-utils_src_compile + ctest --extra-verbose || die "Tests failed." +} diff --git a/dev-util/inspektor/inspektor-9999.ebuild b/dev-util/inspektor/inspektor-9999.ebuild new file mode 100644 index 0000000000..4d1943db85 --- /dev/null +++ b/dev-util/inspektor/inspektor-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="playground/sysadmin" +NEED_KDE="svn" + +inherit kde4svn + +DESCRIPTION="Inspektor is a KDE interface for strace." +HOMEPAGE="http://www.kde.org" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" +IUSE="" + +DEPEND="kde-base/ksysguard:${SLOT}" +RDEPEND="dev-util/strace" + +src_unpack() { + subversion_src_unpack + + sed -i '3 i FIND_PACKAGE(KDE4 REQUIRED)\n' CMakeLists.txt +} diff --git a/dev-util/kdesvn/kdesvn-9999.ebuild b/dev-util/kdesvn/kdesvn-9999.ebuild new file mode 100644 index 0000000000..5ca6301ea7 --- /dev/null +++ b/dev-util/kdesvn/kdesvn-9999.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" + +inherit kde4svn base eutils toolchain-funcs + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="KDESvn is a frontend to the subversion vcs." +HOMEPAGE="http://www.alwins-world.de/wiki/programs/kdesvn" +ESVN_REPO_URI="http://www.alwins-world.de/repos/kdesvn/trunk/" +ESVN_PROJECT="kdesvn" + +SLOT="kde-svn" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="debug sqlite" + +RDEPEND=">=dev-util/subversion-1.4 + sqlite? ( dev-db/sqlite )" + +DEPEND="${RDEPEND} + >=dev-util/cmake-2.4" + +src_unpack() { + kde4svn_src_unpack +} + +src_compile() { + local myconf + if use debug ; then + myconf="-DCMAKE_BUILD_TYPE=Debug" + fi + + cmake \ + -DCMAKE_INSTALL_PREFIX=${PREFIX} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \ + -DCMAKE_CXX_COMPILER=$(type -P $(tc-getCXX)) \ + -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQT_THREAD_SUPPORT" \ + -DLIB_INSTALL_DIR=/usr/$(get_libdir) \ + ${myconf} || die + + emake || die +} + +src_install() { + cmake-utils_src_install + if has_version 'kde-base/kdesdk-kioslaves'; then + rm "${D}"/usr/kde/svn/share/kde4/services/svn.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+ssh.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+https.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+file.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+http.protocol + fi +} + +pkg_postinst() { + if ! has_version 'kde-base/kompare'; then + echo + elog "For nice graphical diffs, install kde-base/kompare." + echo + fi +} + diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild new file mode 100644 index 0000000000..312bcd128b --- /dev/null +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +inherit kde4svn + +DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages." +HOMEPAGE="http://www.kde.org/" + +SLOT="kde-svn" + +KEYWORDS="" +IUSE="cmake +cxx debug qmake" +LICENSE="GPL-2 LGPL-2" + +# Slot package +PREFIX="${KDEDIR}" + +DEPEND="kde-base/kdevplatform:${SLOT} + sys-devel/gdb + =sys-libs/db-4* + media-gfx/graphviz + cmake? ( dev-util/cmake )" +RDEPEND="" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DBUILD_cmake=$(useq cmake && echo On || echo Off) + -DBUILD_cmakebuilder=$(useq cmake && echo On || echo Off) + -DBUILD_qmake=$(useq qmake && echo On || echo Off) + -DBUILD_qmakebuilder=$(useq qmake && echo On || echo Off) + -DBUILD_cpp=$(useq cxx && echo On || echo Off)" + + kde4overlay-base_src_compile +} + +src_install() { + kde4overlay-base_src_install + if has_version 'kde-base/kapptemplate'; then + rm "${D}"/usr/kde/svn/share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 + fi +} + +pkg_postinst() { + elog "kdevelop can use a wide range of apps for extra functionality. This is an almost" + elog "complete list. All these packages can be emerged after kdevelop." + elog + elog "kde-base/kdebase: (RECOMMENDED) embed konsole kpart in kdevelop ide" + elog "dev-util/kdbg: (RECOMMENDED) kde frontend to gdb" + elog "dev-util/valgrind: (RECOMMENDED) integrates valgrind (memory debugger) commands" + elog "kde-base/kompare: (RECOMMENDED) show differences between files" + echo + elog "dev-java/ant: support projects using the ant build tool" + elog "dev-util/ctags: faster and more powerful code browsing logic" + elog "app-doc/doxygen: generate KDE-style documentation for your project" + elog "www-misc/htdig: index and search your project's documentation" + elog "app-arch/rpm: support creating RPMs of your project" + elog "app-emulation/visualboyadvance:" + elog " create and run projects for this gameboy" + elog + elog "Support for GNU-style make, tmake, qmake is included." + elog "Support for using clearcase, perforce and subversion" + elog "as version control systems is optional." + + kde4overlay-base_pkg_postinst +} diff --git a/dev-util/qgit/qgit-9999.ebuild b/dev-util/qgit/qgit-9999.ebuild new file mode 100644 index 0000000000..33d4cb860b --- /dev/null +++ b/dev-util/qgit/qgit-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit git qt4 + +EGIT_REPO_URI="git://git.kernel.org/pub/scm/qgit/qgit4.git" +CPPUNIT_REQUIRED="optional" + +DESCRIPTION="GUI interface for git/cogito SCM" +HOMEPAGE="http://digilander.libero.it/mcostalba/" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="" +IUSE="" + +DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.4*:4 )" +RDEPEND="${DEPEND} + >=dev-util/git-1.5.3" + +src_compile() { + eqmake4 || die "eqmake failed" + emake || die "emake failed" +} + +src_install() { + newbin bin/qgit qgit4 + dodoc README +} + +pkg_postinst() { + elog "This is installed as qgit4 now so you can still use 1.5 series (Qt3-based)" +} diff --git a/games-board/tagua/tagua-9999.ebuild b/games-board/tagua/tagua-9999.ebuild new file mode 100644 index 0000000000..8b821fc9d2 --- /dev/null +++ b/games-board/tagua/tagua-9999.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=1 + +NEED_KDE="svn" + +EGIT_REPO_URI="git://repo.or.cz/tagua.git" +CPPUNIT_REQUIRED="optional" +inherit kde4overlay-base git + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="Tagua is a generic board game application for KDE." +HOMEPAGE="http://www.tagua-project.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="debug mmx sse2" + +DEPEND=" + >=dev-lang/lua-5.1.1 + >=dev-libs/boost-1.34 + kde-base/libkdegames:${SLOT} + kde-base/qimageblitz" +RDEPEND="${DEPEND}" + +src_unpack() { + git_src_unpack + + if ! use test; then + sed -e "/find_package(CPPUNIT)/s/^/#DONOTFIND /" \ + -i "${S}"/tests/CMakeLists.txt || die "Sed to disable tests failed." + fi +} + +src_compile() { + mycmakeargs="${mycmakeargs} -DSYSTEM_LUA=1" + if ! use mmx; then + mycmakeargs="${mycmakeargs} -DCOMPILER_HAVE_X86_MMX=0" + fi + if ! use sse2; then + mycmakeargs="${mycmakeargs} -DCOMPILER_HAVE_X86_SSE2=0" + fi + + cmake-utils_src_compile +} + +src_install() { + cmake-utils_src_install + + dodoc AUTHORS CHANGELOG README RELEASE || die "installing docs failed" +} diff --git a/kde-base/akonadi/akonadi-9999.ebuild b/kde-base/akonadi/akonadi-9999.ebuild new file mode 100644 index 0000000000..85b0e696e6 --- /dev/null +++ b/kde-base/akonadi/akonadi-9999.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta eutils + +DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" +KEYWORDS="" +# add when libmapi becomes available with an ebuild +#exchange +IUSE="debug nepomuk plasma" + +# add when libmapi becomes available with an ebuild +#exchange? ( net-libs/libmapi ) +RDEPEND="app-misc/strigi + app-office/akonadi-server + dev-libs/boost + dev-libs/libxslt + >=kde-base/kdemaildir-${PV}:${SLOT} + >=kde-base/libkdepim-${PV}:${SLOT} + >=x11-misc/shared-mime-info-0.20 + nepomuk? ( >=kde-base/nepomuk-${PV}:${SLOT} ) + plasma? ( kde-base/libplasma:${SLOT} )" +DEPEND="${RDEPEND} + dev-libs/libxml2" + +KMEXTRACTONLY="libkdepim/ + maildir/" + +pkg_setup() { + if ! built_with_use app-misc/strigi qt4; then + eerror"" + eerror"you have to compile app-misc/strigi with qt4 support" + eerror"" + die "app-misc/strigi needs to be compiled with qt4 support" + fi + kde4overlay-meta_pkg_setup +} +src_compile() { + # Set the dbus dirs, otherwise it searches in KDEDIR + mycmakeargs="${mycmakeargs} + -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces + -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services" + # replace with $(cmake-utils_use_with exchange OpenChange) when libmapi becomes available with an ebuild + mycmakeargs="${mycmakeargs} + -DWITH_LibXslt=ON + -DWITH_OpenChange=OFF + $(cmake-utils_use_with nepomuk Nepomuk) + $(cmake-utils_use_with plasma Plasma)" + + kde4overlay-meta_src_compile +} + +src_test() { + # disable broken test + sed -i -e '/mailserializerplugintest/ s/^/#DO_NOT_RUN_TEST /' \ + "${S}"/akonadi/plugins/tests/CMakeLists.txt || \ + die "sed to disable mailserializerplugintest failed." + + kde4overlay-meta_src_test +} diff --git a/kde-base/akregator/akregator-9999.ebuild b/kde-base/akregator/akregator-9999.ebuild new file mode 100644 index 0000000000..bd234916a6 --- /dev/null +++ b/kde-base/akregator/akregator-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE news feed aggregator." +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" + +KMEXTRACTONLY="libkdepim/" diff --git a/kde-base/amor/amor-9999.ebuild b/kde-base/amor/amor-9999.ebuild new file mode 100644 index 0000000000..0eead680b1 --- /dev/null +++ b/kde-base/amor/amor-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdetoys +inherit kde4svn-meta + +DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/ark/ark-9999.ebuild b/kde-base/ark/ark-9999.ebuild new file mode 100644 index 0000000000..c2cc536a2b --- /dev/null +++ b/kde-base/ark/ark-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE Archiving tool" +KEYWORDS="" +IUSE="archive debug htmlhandbook zip" + +DEPEND="archive? ( app-arch/libarchive ) + zip? ( >=dev-libs/libzip-0.8 )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with archive LibArchive) + $(cmake-utils_use_with zip LibZip)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/automoc/automoc-9999.ebuild b/kde-base/automoc/automoc-9999.ebuild new file mode 100644 index 0000000000..5930d43444 --- /dev/null +++ b/kde-base/automoc/automoc-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit subversion cmake-utils + +DESCRIPTION="KDE Meta Object Compiler" +HOMEPAGE="http://www.kde.org" +SRC_URI="" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/automoc" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="x11-libs/qt-core:4" +RDEPEND="${RDEPEND}" diff --git a/kde-base/blinken/blinken-9999.ebuild b/kde-base/blinken/blinken-9999.ebuild new file mode 100644 index 0000000000..395f3f936b --- /dev/null +++ b/kde-base/blinken/blinken-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE version of the Simon Says game." +KEYWORDS="" +IUSE="debug htmlhandbook" + +COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND} + >=kde-base/knotify-${PV}:${SLOT}" + +KMEXTRACTONLY=libkdeedu/kdeeduui diff --git a/kde-base/bovo/bovo-9999.ebuild b/kde-base/bovo/bovo-9999.ebuild new file mode 100644 index 0000000000..f81baeb04d --- /dev/null +++ b/kde-base/bovo/bovo-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="Five-in-a-row Board Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/cervisia/cervisia-9999.ebuild b/kde-base/cervisia/cervisia-9999.ebuild new file mode 100644 index 0000000000..4cf923c320 --- /dev/null +++ b/kde-base/cervisia/cervisia-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="Cervisia - A KDE CVS frontend" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND="${RDEPEND} + dev-util/cvs" diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild new file mode 100644 index 0000000000..b4f392b8ca --- /dev/null +++ b/kde-base/dolphin/dolphin-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="A KDE filemanager focusing on usability" +KEYWORDS="" +IUSE="debug htmlhandbook +semantic-desktop" + +DEPEND="kde-base/kdelibs:${SLOT} + >=kde-base/libkonq-${PV}:${SLOT} + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )" +RDEPEND="${DEPEND}" + +KMEXTRA="apps/doc/${PN}" +KMLOADLIBS="libkonq" + +#PATCHES="${FILESDIR}/${P}-make-semantic-desktop-optional.patch" is not needed anymore as said in genkdesvn + +pkg_setup() { + if use semantic-desktop && ! built_with_use kde-base/kdelibs semantic-desktop; then + eerror "In order to build " + eerror "you need kde-base/kdelibs built with semantic-desktop USE flag " + die "no semantic-desktop support in kdelibs" + fi +} + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/dragonplayer/dragonplayer-9999.ebuild b/kde-base/dragonplayer/dragonplayer-9999.ebuild new file mode 100644 index 0000000000..991b3cfa87 --- /dev/null +++ b/kde-base/dragonplayer/dragonplayer-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +KMNAME=kdemultimedia +inherit kde4svn-meta + +DESCRIPTION="Dragon Player is a simple video player for KDE 4" +HOMEPAGE="http://dragonplayer.org/" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" + +RDEPEND=">=media-libs/xine-lib-1.1.9 + >=media-sound/phonon-4.3" +DEPEND="${RDEPEND} + sys-devel/gettext" +pkg_setup() { + if ! built_with_use media-sound/phonon xine ; then + eerror "In order to build " + eerror "you need media-sound/phonon built with xine USE flag" + die "no xine support in phonon" + fi +# we got rid of that USE in phonon, maybe we want to re-enable it? +# if ! built_with_use media-sound/phonon xcb ; then +# eerror "In order to build " +# eerror "you need media-sound/phonon built with xcb USE flag" +# die "no xcb support in phonon" +# fi + +} diff --git a/kde-base/drkonqi/drkonqi-9999.ebuild b/kde-base/drkonqi/drkonqi-9999.ebuild new file mode 100644 index 0000000000..51eddd95c1 --- /dev/null +++ b/kde-base/drkonqi/drkonqi-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed" +IUSE="debug" +KEYWORDS="" + +DEPEND="" +RDEPEND="sys-devel/gdb" diff --git a/kde-base/eigen2/eigen2-9999.ebuild b/kde-base/eigen2/eigen2-9999.ebuild new file mode 100644 index 0000000000..2010ed030f --- /dev/null +++ b/kde-base/eigen2/eigen2-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +SLOT="kde-svn" +inherit kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="Eigen 2 is a C++ template library for linear algebra" +HOMEPAGE="http://eigen.tuxfamily.org" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/eigen2" +LICENSE="GPL-2" + +src_compile() { + kde4overlay-base_src_compile +} diff --git a/kde-base/gwenview/gwenview-9999.ebuild b/kde-base/gwenview/gwenview-9999.ebuild new file mode 100644 index 0000000000..06b0c2e6b3 --- /dev/null +++ b/kde-base/gwenview/gwenview-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="KDE image viewer" +KEYWORDS="" +IUSE="debug htmlhandbook +semantic-desktop" +RESTRICT="test" + +DEPEND="media-gfx/exiv2 + media-libs/jpeg + semantic-desktop? ( kde-base/nepomuk:${SLOT} )" +RDEPEND="${DEPEND}" + +PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${KDEDIR}/$(get_libdir)/pkgconfig" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with semantic-desktop Nepomuk)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/juk/juk-9999.ebuild b/kde-base/juk/juk-9999.ebuild new file mode 100644 index 0000000000..35d5a8eb96 --- /dev/null +++ b/kde-base/juk/juk-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdemultimedia +inherit kde4svn-meta + +DESCRIPTION="Jukebox and music manager for KDE." +KEYWORDS="" +IUSE="debug htmlhandbook tunepimp" + +DEPEND=" + >=media-libs/taglib-1.5 + tunepimp? ( media-libs/tunepimp )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with tunepimp TunePimp)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/kaddressbook/kaddressbook-9999.ebuild b/kde-base/kaddressbook/kaddressbook-9999.ebuild new file mode 100644 index 0000000000..5d181a5291 --- /dev/null +++ b/kde-base/kaddressbook/kaddressbook-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="The KDE Address Book" +KEYWORDS="" +IUSE="debug gnokii htmlhandbook" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/libkleo-${PV}:${SLOT} + gnokii? ( app-mobilephone/gnokii )" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim libkleo" + +# xml targets from kmail are being uncommented by kde4overlay-meta.eclass +KMEXTRACTONLY="kmail/ + libkdepim/ + libkleo/" + +src_compile(){ + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with gnokii GNOKII)" + + kde4overlay-meta_src_compile +} + +src_install() { + kde4overlay-meta_src_install + + # install additional generated header that is needed by kresources + insinto "${PREFIX}"/include/${PN} + doins "${WORKDIR}"/${PN}_build/${PN}/common/kabprefs_base.h || \ + die "Failed to install extra header files" +} diff --git a/kde-base/kalarm/kalarm-9999.ebuild b/kde-base/kalarm/kalarm-9999.ebuild new file mode 100644 index 0000000000..b48765439b --- /dev/null +++ b/kde-base/kalarm/kalarm-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="Personal alarm message, command and email scheduler for KDE" +KEYWORDS="" +IUSE="" +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}" + +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="kmail + libkdepim + libkholidays" diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild new file mode 100644 index 0000000000..6fb9cc93cf --- /dev/null +++ b/kde-base/kalgebra/kalgebra-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="MathML-based graph calculator for KDE." +KEYWORDS="" +IUSE="debug htmlhandbook +plasma readline" + +DEPEND="opengl? ( virtual/opengl ) + plasma? ( kde-base/libplasma:${SLOT} ) + readline? ( sys-libs/readline )" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=libkdeedu/kdeeduui + +# Needed for USE="-opengl" + +src_compile() { + #epatch "${FILESDIR}"/${PN}-4.0.82-opengl.patch + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with readline Readline) + $(cmake-utils_use_with plasma Plasma) + $(cmake-utils_use_with opengl OpenGL)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kalzium/kalzium-9999.ebuild b/kde-base/kalzium/kalzium-9999.ebuild new file mode 100644 index 0000000000..4144f8e836 --- /dev/null +++ b/kde-base/kalzium/kalzium-9999.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +CPPUNIT_REQUIRED="optional" +OPENGL_REQUIRED="always" +inherit kde4svn-meta + +DESCRIPTION="KDE: periodic table of the elements." +KEYWORDS="" +IUSE="cviewer debug htmlhandbook +plasma solver" + +COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} + cviewer? ( >=dev-cpp/eigen-1.0.5 + >=sci-chemistry/openbabel-2.1 )" +DEPEND="${DEPEND} ${COMMONDEPEND} + plasma? ( kde-base/libplasma:${SLOT} ) + solver? ( || ( >=dev-lang/ocaml-3.10.1_rc2 + <dev-lang/ocaml-3.10.1_rc2 ) + dev-ml/facile )" +RDEPEND="${RDEPEND} ${COMMONDEPEND}" + +KMEXTRACTONLY="libkdeedu/kdeeduui libkdeedu/libscience" + +pkg_setup() { + if use solver && ! built_with_use dev-lang/ocaml ocamlopt && ! built_with_use dev-ml/facile ocamlopt ; then + eerror "In order to build " + eerror "you need dev-lang/ocaml and dev-ml/facile built with ocamlopt USE flag " + die "no ocamlopt in ocaml and facile" + fi +} + +src_compile() { + if use solver; then + # Compile the solver on its own as the cmake-based build is + # currently broken. Fixes bug 206620. + pushd "${S}/${PN}/src/solver" >/dev/null + emake || die "compiling the ocaml resolver failed" + mkdir -p "${WORKDIR}/${PN}_build/${PN}/src/" + cp * "${WORKDIR}/${PN}_build/${PN}/src/" + popd >/dev/null + fi + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with cviewer Eigen) + $(cmake-utils_use_with cviewer OpenBabel2) + $(cmake-utils_use_with cviewer OpenGL) + $(cmake-utils_use_with plasma Plasma) + $(cmake-utils_use_with solver OCaml) + $(cmake-utils_use_with solver Libfacile)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kamera/kamera-9999.ebuild b/kde-base/kamera/kamera-9999.ebuild new file mode 100644 index 0000000000..1732a6d21e --- /dev/null +++ b/kde-base/kamera/kamera-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="KDE digital camera manager" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="media-libs/libgphoto2" +RDEPEND="${DEPEND}" diff --git a/kde-base/kanagram/kanagram-9999.ebuild b/kde-base/kanagram/kanagram-9999.ebuild new file mode 100644 index 0000000000..45cbf28cf6 --- /dev/null +++ b/kde-base/kanagram/kanagram-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE: letter order game." +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +RDEPEND="${DEPEND} + media-sound/phonon" + +KMEXTRACTONLY="libkdeedu/kdeeduui libkdeedu/keduvocdocument" diff --git a/kde-base/kappfinder/kappfinder-9999.ebuild b/kde-base/kappfinder/kappfinder-9999.ebuild new file mode 100644 index 0000000000..be0d552805 --- /dev/null +++ b/kde-base/kappfinder/kappfinder-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="KDE tool that looks for well-known apps in your path and creates entries for them in the KDE menu" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="" +RDEPEND="${DEPEND}" + +KMEXTRA="apps/doc/${PN}" diff --git a/kde-base/kapptemplate/kapptemplate-9999.ebuild b/kde-base/kapptemplate/kapptemplate-9999.ebuild new file mode 100644 index 0000000000..d6d5f3fff3 --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." +KEYWORDS="" +IUSE="debug htmlhandbook" + +# Fails, checked revision 810882. +RESTRICT="test" + +# Check again when kdebindings is available diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild new file mode 100644 index 0000000000..648dea8fc6 --- /dev/null +++ b/kde-base/kate/kate-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="Kate is an MDI texteditor." +KEYWORDS="" +IUSE="debug htmlhandbook plasma" + +DEPEND=">=app-misc/strigi-0.5.7 + kde-base/libplasma:${SLOT} + kde-base/kdepimlibs:${SLOT}" +RDEPEND="${DEPEND}" + +src_unpack() { + use htmlhandbook && KMEXTRA="doc/kate-plugins" + + kde4svn-meta_src_unpack +} + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with plasma Plasma)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/katomic/katomic-9999.ebuild b/kde-base/katomic/katomic-9999.ebuild new file mode 100644 index 0000000000..82241df0d4 --- /dev/null +++ b/kde-base/katomic/katomic-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE Atomic Entertainment Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kbattleship/kbattleship-9999.ebuild b/kde-base/kbattleship/kbattleship-9999.ebuild new file mode 100644 index 0000000000..5e7df6b4bb --- /dev/null +++ b/kde-base/kbattleship/kbattleship-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="The KDE Battleship clone" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kblackbox/kblackbox-9999.ebuild b/kde-base/kblackbox/kblackbox-9999.ebuild new file mode 100644 index 0000000000..10711f8e8e --- /dev/null +++ b/kde-base/kblackbox/kblackbox-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE Blackbox Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kblocks/kblocks-9999.ebuild b/kde-base/kblocks/kblocks-9999.ebuild new file mode 100644 index 0000000000..cf82a7f259 --- /dev/null +++ b/kde-base/kblocks/kblocks-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames + +inherit kde4svn-meta + +DESCRIPTION="KDE: Kblocks is a single-player Tetris-like game." +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kbounce/kbounce-9999.ebuild b/kde-base/kbounce/kbounce-9999.ebuild new file mode 100644 index 0000000000..252621a99c --- /dev/null +++ b/kde-base/kbounce/kbounce-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE Bounce Ball Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kbreakout/kbreakout-9999.ebuild b/kde-base/kbreakout/kbreakout-9999.ebuild new file mode 100644 index 0000000000..5cd92ddd64 --- /dev/null +++ b/kde-base/kbreakout/kbreakout-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames + +inherit kde4svn-meta + +DESCRIPTION="KDE: A Breakout-like game for KDE." +KEYWORDS="" +IUSE="debug htmlhandbook" + +KMLOADLIBS="libkdegames" diff --git a/kde-base/kbugbuster/kbugbuster-9999.ebuild b/kde-base/kbugbuster/kbugbuster-9999.ebuild new file mode 100644 index 0000000000..e21526f55c --- /dev/null +++ b/kde-base/kbugbuster/kbugbuster-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="KBugBuster - A tool for checking and reporting KDE apps' bugs" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kcachegrind/kcachegrind-9999.ebuild b/kde-base/kcachegrind/kcachegrind-9999.ebuild new file mode 100644 index 0000000000..1746314a0a --- /dev/null +++ b/kde-base/kcachegrind/kcachegrind-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="KDE Frontend for Cachegrind" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND="${RDEPEND} media-gfx/graphviz" diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild new file mode 100644 index 0000000000..0e6d0ec354 --- /dev/null +++ b/kde-base/kcalc/kcalc-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +CPPUNIT_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="KDE calculator" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="dev-libs/gmp" +RDEPEND="${DEPEND}" + +src_test() { + pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null + emake knumbertest && \ + ./knumbertest.shell || die "Tests failed." + popd > /dev/null +} diff --git a/kde-base/kcharselect/kcharselect-9999.ebuild b/kde-base/kcharselect/kcharselect-9999.ebuild new file mode 100644 index 0000000000..d667e77f9f --- /dev/null +++ b/kde-base/kcharselect/kcharselect-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kcheckpass/kcheckpass-9999.ebuild b/kde-base/kcheckpass/kcheckpass-9999.ebuild new file mode 100644 index 0000000000..d7c67186de --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="A simple password checker, used by any software in need of user authentication." +KEYWORDS="" +IUSE="pam" + +DEPEND="pam? ( >=kde-base/kdebase-pam-7 + sys-libs/pam )" +RDEPEND="${DEPEND}" + +# PATCHES="${FILESDIR}/kdebase-${PV}-pam-optional.patch" + +src_compile() { + epatch "${FILESDIR}"/kdebase-4.0.82-pam-optional.patch + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with pam PAM)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kcminit/kcminit-9999.ebuild b/kde-base/kcminit/kcminit-9999.ebuild new file mode 100644 index 0000000000..6ab6016f7b --- /dev/null +++ b/kde-base/kcminit/kcminit-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="KCMInit - runs startups initialization for Control Modules." +KEYWORDS="" +IUSE="debug" + +DEPEND=">=kde-base/ksplash-${PV}:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-base/kcmshell/kcmshell-9999.ebuild b/kde-base/kcmshell/kcmshell-9999.ebuild new file mode 100644 index 0000000000..ce3502dfdc --- /dev/null +++ b/kde-base/kcmshell/kcmshell-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KCMShell is a utility to host KDE control modules independently of SystemSettings." +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kcolorchooser/kcolorchooser-9999.ebuild b/kde-base/kcolorchooser/kcolorchooser-9999.ebuild new file mode 100644 index 0000000000..5def12300c --- /dev/null +++ b/kde-base/kcolorchooser/kcolorchooser-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="KDE color selector/editor" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kcontrol/kcontrol-9999.ebuild b/kde-base/kcontrol/kcontrol-9999.ebuild new file mode 100644 index 0000000000..d8d6dab638 --- /dev/null +++ b/kde-base/kcontrol/kcontrol-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="The KDE Control Center" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/kdnssd-${PV}:${SLOT}" diff --git a/kde-base/kcron/kcron-9999.ebuild b/kde-base/kcron/kcron-9999.ebuild new file mode 100644 index 0000000000..fae812f369 --- /dev/null +++ b/kde-base/kcron/kcron-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeadmin +inherit kde4svn-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND="virtual/cron + >=kde-base/knotify-${PV}:${SLOT}" diff --git a/kde-base/kde-l10n/kde-l10n-9999.ebuild b/kde-base/kde-l10n/kde-l10n-9999.ebuild new file mode 100644 index 0000000000..9674b5a57e --- /dev/null +++ b/kde-base/kde-l10n/kde-l10n-9999.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +inherit kde4svn + +DESCRIPTION="KDE internationalization package" +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2" + +KEYWORDS="" +IUSE="+doc" + +DEPEND=">=sys-devel/gettext-0.17" + +LANGS="af ar be bg bn bn_IN br ca crh cs csb cy da de el en_GB eo es et eu fa fi fr + fy ga gl gu ha he hi hr hsb hu hy is it ja ka kk km kn ko ku lb lt lv mk ml + ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta te tg + th tr uk uz vi wa xh zh_CN zh_HK zh_TW" + +RESTRICT="test" + +for lang in ${LANGS}; do + IUSE="${IUSE} linguas_${lang}" +done + +pkg_setup() { + if [[ -n ${LINGUAS//[[:space:]]} ]]; then + for lang in ${LANGS}; do + use linguas_${lang} && enabled_linguas+=" ${lang}" + done + fi + if [[ -z ${enabled_linguas} ]]; then + echo + ewarn "You either have the LINGUAS variable unset, or it only" + ewarn "contains languages not supported by ${P}." + ewarn "You won't have any additional language support." + echo + ewarn "${P} supports these language codes:" + while read line; do ewarn "${line}"; done <<< "${LANGS}" + echo + die "Nothing to install." + fi +} + +src_unpack() { + ESVN_PROJECT="KDE/${PN}" + for lang in ${enabled_linguas}; do + ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/${lang}" + S="${WORKDIR}"/${PN}/${lang} + subversion_src_unpack + done + + ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/scripts" + S="${WORKDIR}"/${PN}/scripts + kde4svn_src_unpack + S="${WORKDIR}"/${PN} +} + +src_compile() { + cat <<-EOF > "${S}"/CMakeLists.txt + project(kde-l10n) + + find_package(KDE4 REQUIRED) + include (KDE4Defaults) + include(MacroOptionalAddSubdirectory) + + find_package(Gettext REQUIRED) + + EOF + + cd "${S}" + for lang in ${enabled_linguas} ; do + "${S}"/scripts/autogen.sh ${lang} + echo "add_subdirectory( ${lang} )" >> "${S}"/CMakeLists.txt + if ! use doc; then + sed -e '/docs/ s:^:#DONOTWANT:' \ + -i "${S}"/${lang}/CMakeLists.txt \ + || die "Disabling docs for ${lang} failed." + fi + done + kde4overlay-base_src_compile +} diff --git a/kde-base/kde-menu-icons/kde-menu-icons-9999.ebuild b/kde-base/kde-menu-icons/kde-menu-icons-9999.ebuild new file mode 100644 index 0000000000..66ecb6cded --- /dev/null +++ b/kde-base/kde-menu-icons/kde-menu-icons-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +KMMODULE=menu +inherit kde4svn-meta + +DESCRIPTION="KDE menu icons" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kde-menu/kde-menu-9999.ebuild b/kde-base/kde-menu/kde-menu-9999.ebuild new file mode 100644 index 0000000000..7cfc7fc3c9 --- /dev/null +++ b/kde-base/kde-menu/kde-menu-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE Menu query tool." +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kde-meta/kde-meta-9999.ebuild b/kde-base/kde-meta/kde-meta-9999.ebuild new file mode 100644 index 0000000000..bf89227e58 --- /dev/null +++ b/kde-base/kde-meta/kde-meta-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +DESCRIPTION="KDE - merge this to pull in all non-developer, split kde-base/* packages" +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2" + +KEYWORDS="" +SLOT="kde-svn" +IUSE="" +#IUSE="accessibility" + +# excluded: kdebindings, kdesdk, kdevelop, since these are developer-only +RDEPEND=" + >=kde-base/kate-${PV}:${SLOT} + >=kde-base/kdeartwork-meta-${PV}:${SLOT} + >=kde-base/kdebase-meta-${PV}:${SLOT} + >=kde-base/kdeedu-meta-${PV}:${SLOT} + >=kde-base/kdegames-meta-${PV}:${SLOT} + >=kde-base/kdegraphics-meta-${PV}:${SLOT} + >=kde-base/kdemultimedia-meta-${PV}:${SLOT} + >=kde-base/kdenetwork-meta-${PV}:${SLOT} + >=kde-base/kdepim-meta-${PV}:${SLOT} + >=kde-base/kdetoys-meta-${PV}:${SLOT} + >=kde-base/kdeutils-meta-${PV}:${SLOT} +" +# Not done yet: +# accessibility? ( >=kde-base/kdeaccessibility-meta-${PV}:${SLOT} ) +# >=kde-base/kdeadmin-meta-${PV}:${SLOT} diff --git a/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild b/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild new file mode 100644 index 0000000000..d02fe5d590 --- /dev/null +++ b/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +KMMODULE=wallpapers +inherit kde4svn-meta + +DESCRIPTION="KDE wallpapers" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeaccessibility-colorschemes/kdeaccessibility-colorschemes-9999.ebuild b/kde-base/kdeaccessibility-colorschemes/kdeaccessibility-colorschemes-9999.ebuild new file mode 100644 index 0000000000..43339c39b3 --- /dev/null +++ b/kde-base/kdeaccessibility-colorschemes/kdeaccessibility-colorschemes-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeaccessibility +KMMODULE=ColorSchemes +inherit kde4svn-meta + +DESCRIPTION="KDE high contrast colorschemes" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeaccessibility-iconthemes/kdeaccessibility-iconthemes-9999.ebuild b/kde-base/kdeaccessibility-iconthemes/kdeaccessibility-iconthemes-9999.ebuild new file mode 100644 index 0000000000..cd72b9b955 --- /dev/null +++ b/kde-base/kdeaccessibility-iconthemes/kdeaccessibility-iconthemes-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=1 + +KMNAME=kdeaccessibility +KMMODULE=IconThemes +inherit kde4svn-meta + +DESCRIPTION="Icon themes for kde from the kdeaccessibility module" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-9999.ebuild b/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-9999.ebuild new file mode 100644 index 0000000000..28f2902e86 --- /dev/null +++ b/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/kdeaccessibility-colorschemes-${PV}:${SLOT} + >=kde-base/kdeaccessibility-iconthemes-${PV}:${SLOT} + >=kde-base/kmag-${PV}:${SLOT} + >=kde-base/kmousetool-${PV}:${SLOT} + >=kde-base/kmouth-${PV}:${SLOT} + >=kde-base/kttsd-${PV}:${SLOT} +" + +# >=kde-base/kbstateapplet-${PV}:${SLOT} hm kicker applet +# >=kde-base/ksayit-${PV}:${SLOT} doesnt compile diff --git a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-9999.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-9999.ebuild new file mode 100644 index 0000000000..d1bf636d1a --- /dev/null +++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="Addressbook Plugin that puts names/email addresses of all KDE SVN accounts into an addressbook" +KEYWORDS="" +IUSE="debug" +DEPEND="kde-base/kdepimlibs:${SLOT}" diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-9999.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-9999.ebuild new file mode 100644 index 0000000000..5332aca687 --- /dev/null +++ b/kde-base/kdeadmin-meta/kdeadmin-meta-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# $Header: + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="lilo" + +RDEPEND=" + >=kde-base/kcron-${PV}:${SLOT} + >=kde-base/ksystemlog-${PV}:${SLOT} + >=kde-base/knetworkconf-${PV}:${SLOT} + >=kde-base/kuser-${PV}:${SLOT} + lilo? ( >=kde-base/lilo-config-${PV}:${SLOT} ) +" +# >=kde-base/kdeadmin-strigi-analyzer-${PV}:${SLOT} +## the following package has missing rdepends (the 'SMART package manager') and +## isn't useful enough on Gentoo to fix it now +# >=kde-base/kpackage-${PV}:${SLOT} + +#>=kde-base/kdat-${PV}:${SLOT} not updated for a long time +#>=kde-base/ksysv-${PV}:${SLOT} not updated for a long time +# secpolicy got kicked from svn it seems diff --git a/kde-base/kdeadmin-strigi-analyzer/kdeadmin-strigi-analyzer-9999.ebuild b/kde-base/kdeadmin-strigi-analyzer/kdeadmin-strigi-analyzer-9999.ebuild new file mode 100644 index 0000000000..de39c61561 --- /dev/null +++ b/kde-base/kdeadmin-strigi-analyzer/kdeadmin-strigi-analyzer-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeadmin +KMMODULE=strigi-analyzer +inherit kde4svn-meta + +DESCRIPTION="kdeadmin: strigi plugins" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=app-misc/strigi-0.5.9" +RDEPEND="${DEPEND}" diff --git a/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-9999.ebuild b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-9999.ebuild new file mode 100644 index 0000000000..1851ed72a7 --- /dev/null +++ b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeartwork +KMMODULE=ColorSchemes +inherit kde4svn-meta + +DESCRIPTION="KDE extra colorschemes" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-9999.ebuild b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-9999.ebuild new file mode 100644 index 0000000000..21953dbfe1 --- /dev/null +++ b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +RESTRICT="binchecks strip" + +KMMODULE=emoticons +KMNAME=kdeartwork +inherit kde4svn-meta + +DESCRIPTION="EmotIcons (icons for things like smilies :-) for kde" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeartwork-icewm-themes/kdeartwork-icewm-themes-9999.ebuild b/kde-base/kdeartwork-icewm-themes/kdeartwork-icewm-themes-9999.ebuild new file mode 100644 index 0000000000..ba7ee2885d --- /dev/null +++ b/kde-base/kdeartwork-icewm-themes/kdeartwork-icewm-themes-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +RESTRICT="binchecks strip" + +KMMODULE=icewm-themes +KMNAME=kdeartwork +inherit kde4svn-meta + +DESCRIPTION="Theme for KDE" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-9999.ebuild b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-9999.ebuild new file mode 100644 index 0000000000..b78242fe74 --- /dev/null +++ b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeartwork +KMMODULE=IconThemes +inherit kde4svn-meta + +DESCRIPTION="Icon themes for kde" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-9999.ebuild b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-9999.ebuild new file mode 100644 index 0000000000..c5ee8db48d --- /dev/null +++ b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMMODULE=kscreensaver +KMNAME=kdeartwork +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="Extra screensavers for kde" +KEYWORDS="" +IUSE="debug opengl xscreensaver" + +DEPEND="${DEPEND} + >=kde-base/kscreensaver-${PV}:${SLOT} + media-libs/libart_lgpl + opengl? ( virtual/opengl ) + xscreensaver? ( x11-misc/xscreensaver )" +RDEPEND="${DEPEND}" + +ESVN_PATCHES=("${FILESDIR}/${PN}-xscreensaver.patch") + +pkg_setup() { + if ! built_with_use kde-base/kscreensaver opengl ; then + eerror "In order to build " + eerror "you need kde-base/kscreensaver built with opengl USE flag " + die "no opengl in kde-base/kscreensaver" + fi +} + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with xscreensaver Xscreensaver)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kdeartwork-kwin-styles/kdeartwork-kwin-styles-9999.ebuild b/kde-base/kdeartwork-kwin-styles/kdeartwork-kwin-styles-9999.ebuild new file mode 100644 index 0000000000..e3cd094f42 --- /dev/null +++ b/kde-base/kdeartwork-kwin-styles/kdeartwork-kwin-styles-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeartwork +KMMODULE=kwin-styles +inherit kde4svn-meta + +DESCRIPTION="window styles for kde" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeartwork-kworldclock/kdeartwork-kworldclock-9999.ebuild b/kde-base/kdeartwork-kworldclock/kdeartwork-kworldclock-9999.ebuild new file mode 100644 index 0000000000..7282a6afa5 --- /dev/null +++ b/kde-base/kdeartwork-kworldclock/kdeartwork-kworldclock-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeartwork +KMMODULE=kworldclock +inherit kde4svn-meta + +DESCRIPTION="KDE worldclock artwork" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeartwork-meta/kdeartwork-meta-9999.ebuild b/kde-base/kdeartwork-meta/kdeartwork-meta-9999.ebuild new file mode 100644 index 0000000000..b8d93b3d24 --- /dev/null +++ b/kde-base/kdeartwork-meta/kdeartwork-meta-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/kdeartwork-colorschemes-${PV}:${SLOT} + >=kde-base/kdeartwork-emoticons-${PV}:${SLOT} + >=kde-base/kdeartwork-iconthemes-${PV}:${SLOT} + >=kde-base/kdeartwork-kscreensaver-${PV}:${SLOT} + >=kde-base/kdeartwork-kworldclock-${PV}:${SLOT} + >=kde-base/kdeartwork-styles-${PV}:${SLOT} + >=kde-base/kdeartwork-wallpapers-${PV}:${SLOT} + " +# >=kde-base/kdeartwork-kwin-styles-${PN}:${SLOT} add this when package fixed +# i removed sounds and icewm-themes, arent touched for a long time in svn diff --git a/kde-base/kdeartwork-sounds/kdeartwork-sounds-9999.ebuild b/kde-base/kdeartwork-sounds/kdeartwork-sounds-9999.ebuild new file mode 100644 index 0000000000..677c000323 --- /dev/null +++ b/kde-base/kdeartwork-sounds/kdeartwork-sounds-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +RESTRICT="binchecks strip" + +KMMODULE=sounds +KMNAME=kdeartwork +inherit kde4svn-meta + +DESCRIPTION="Extra sound themes for kde" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdeartwork-styles/kdeartwork-styles-9999.ebuild b/kde-base/kdeartwork-styles/kdeartwork-styles-9999.ebuild new file mode 100644 index 0000000000..dcbe81a18b --- /dev/null +++ b/kde-base/kdeartwork-styles/kdeartwork-styles-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMMODULE=styles +KMNAME=kdeartwork +inherit kde4svn-meta + +DESCRIPTION="Extra styles for kde" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-9999.ebuild b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-9999.ebuild new file mode 100644 index 0000000000..38adb1ade8 --- /dev/null +++ b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +RESTRICT="binchecks strip" + +KMMODULE=wallpapers +KMNAME=kdeartwork +inherit kde4svn-meta + +DESCRIPTION="Wallpapers from kde" +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdebase-cursors/kdebase-cursors-9999.ebuild b/kde-base/kdebase-cursors/kdebase-cursors-9999.ebuild new file mode 100644 index 0000000000..979406a150 --- /dev/null +++ b/kde-base/kdebase-cursors/kdebase-cursors-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +KMEXTRA=cursors +KMNOMODULE=true +inherit kde4svn-meta +SLOT="kde-svn" + +DESCRIPTION="oxygen cursors from kdebase" +IUSE="" +KEYWORDS="" diff --git a/kde-base/kdebase-data/kdebase-data-9999.ebuild b/kde-base/kdebase-data/kdebase-data-9999.ebuild new file mode 100644 index 0000000000..978a4b7260 --- /dev/null +++ b/kde-base/kdebase-data/kdebase-data-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +KMNOMODULE=true +inherit kde4svn-meta + +DESCRIPTION="Icons, localization data and various .desktop files from kdebase." +IUSE="" +KEYWORDS="" + +DEPEND=">=kde-base/qimageblitz-0.0.4" +RDEPEND="${DEPEND}" + +KMEXTRA="l10n/ + pics/" +# Note that the eclass doesn't do this for us, because of KMNOMODULE="true". +KMEXTRACTONLY="config-runtime.h.cmake" diff --git a/kde-base/kdebase-kioslaves/kdebase-kioslaves-9999.ebuild b/kde-base/kdebase-kioslaves/kdebase-kioslaves-9999.ebuild new file mode 100644 index 0000000000..8d27e95cb3 --- /dev/null +++ b/kde-base/kdebase-kioslaves/kdebase-kioslaves-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +KMMODULE=kioslave +inherit kde4svn-meta + +DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" +KEYWORDS="" +IUSE="bzip2 debug htmlhandbook openexr samba" +RESTRICT="test" + +# Note that if you upgrade strigi, you have to rebuild this package. +DEPEND=">=app-misc/strigi-0.5.7 + >=dev-libs/cyrus-sasl-2 + >=sys-apps/dbus-1.0.2 + =sys-apps/hal-0.5* + x11-libs/libXcursor + samba? ( >=net-fs/samba-3.0.1 ) + openexr? ( >=media-libs/openexr-1.2.2-r2 )" +RDEPEND="${DEPEND} + >=kde-base/kdesu-${PV}:${SLOT} + >=kde-base/kdialog-${PV}:${SLOT} + virtual/ssh" + +KMEXTRA="kioexec + kdeeject" + +src_unpack() { + if use htmlhandbook; then + KMEXTRA="${KMEXTRA} doc/kioslave" + fi + kde4svn-meta_src_unpack +} + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with bzip2 BZip2) + $(cmake-utils_use_with samba Samba) + $(cmake-utils_use_with openexr OpenEXR)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kdebase-meta/kdebase-meta-9999.ebuild b/kde-base/kdebase-meta/kdebase-meta-9999.ebuild new file mode 100644 index 0000000000..ff9ea85d02 --- /dev/null +++ b/kde-base/kdebase-meta/kdebase-meta-9999.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdebase - merge this to pull in all kdebase-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +DEPEND="!kde-base/kdebase-runtime-meta + !kde-base/kdebase-workspace-meta" +RDEPEND="${DEPEND} + >=kde-base/dolphin-${PV}:${SLOT} + >=kde-base/drkonqi-${PV}:${SLOT} + >=kde-base/kappfinder-${PV}:${SLOT} + >=kde-base/kcmshell-${PV}:${SLOT} + >=kde-base/kcontrol-${PV}:${SLOT} + >=kde-base/kde-menu-${PV}:${SLOT} + >=kde-base/kdebugdialog-${PV}:${SLOT} + >=kde-base/kdebase-startkde-${PV}:${SLOT} + >=kde-base/kdm-${PV}:${SLOT} + >=kde-base/keditbookmarks-${PV}:${SLOT} + >=kde-base/kfile-${PV}:${SLOT} + >=kde-base/khelpcenter-${PV}:${SLOT} + >=kde-base/khotkeys-${PV}:${SLOT} + >=kde-base/kinfocenter-${PV}:${SLOT} + >=kde-base/kiconfinder-${PV}:${SLOT} + >=kde-base/kioclient-${PV}:${SLOT} + >=kde-base/klipper-${PV}:${SLOT} + >=kde-base/kmenuedit-${PV}:${SLOT} + >=kde-base/kmimetypefinder-${PV}:${SLOT} + >=kde-base/knetattach-${PV}:${SLOT} + >=kde-base/knewstuff-${PV}:${SLOT} + >=kde-base/kpasswdserver-${PV}:${SLOT} + >=kde-base/kquitapp-${PV}:${SLOT} + >=kde-base/kscreensaver-${PV}:${SLOT} + >=kde-base/kstart-${PV}:${SLOT} + >=kde-base/ksystraycmd-${PV}:${SLOT} + >=kde-base/ktimezoned-${PV}:${SLOT} + >=kde-base/ktraderclient-${PV}:${SLOT} + >=kde-base/kuiserver-${PV}:${SLOT} + >=kde-base/konsole-${PV}:${SLOT} + >=kde-base/kurifilter-plugins-${PV}:${SLOT} + >=kde-base/kwrite-${PV}:${SLOT} + >=kde-base/nsplugins-${PV}:${SLOT} + >=kde-base/solid-hardware-${PV}:${SLOT} + >=kde-base/soliduiserver-${PV}:${SLOT} + + >=kde-base/konqueror-${PV}:${SLOT} + >=kde-base/kfind-${PV}:${SLOT} + >=kde-base/kdepasswd-${PV}:${SLOT} + >=kde-base/kdialog-${PV}:${SLOT} + >=kde-base/kdesu-${PV}:${SLOT} + >=kde-base/kcheckpass-${PV}:${SLOT} + >=kde-base/ksysguard-${PV}:${SLOT} + >=kde-base/renamedlg-plugins-${PV}:${SLOT} + >=kde-base/kde-menu-icons-${PV}:${SLOT} + >=kde-base/kdebase-cursors-${PV}:${SLOT} + +" +#kdeject is in svn under kdebase, but it seems dead +#kioexec is probably deprecated by kioclient diff --git a/kde-base/kdebase-startkde/kdebase-startkde-9999.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-9999.ebuild new file mode 100644 index 0000000000..39868be627 --- /dev/null +++ b/kde-base/kdebase-startkde/kdebase-startkde-9999.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +KMNOMODULE=true +inherit multilib kde4svn-meta + +DESCRIPTION="Startkde script, which starts a complete KDE session, and associated scripts" +KEYWORDS="" +IUSE="" + +DEPEND="" +# The KDE apps called from the startkde script. +# These provide the most minimal KDE desktop. +RDEPEND="${DEPEND} + >=kde-base/kcminit-${PV}:${SLOT} + >=kde-base/kdebase-data-${PV}:${SLOT} + >=kde-base/kdebase-kioslaves-${PV}:${SLOT} + >=kde-base/kde-wallpapers-${PV}:${SLOT} + >=kde-base/knotify-${PV}:${SLOT} + >=kde-base/kreadconfig-${PV}:${SLOT} + >=kde-base/krunner-${PV}:${SLOT} + >=kde-base/ksmserver-${PV}:${SLOT} + >=kde-base/ksplash-${PV}:${SLOT} + >=kde-base/kstartupconfig-${PV}:${SLOT} + >=kde-base/kstyles-${PV}:${SLOT} + >=kde-base/kwin-${PV}:${SLOT} + >=kde-base/plasma-apps-${PV}:${SLOT} + >=kde-base/plasma-workspace-${PV}:${SLOT} + >=kde-base/systemsettings-${PV}:${SLOT} + x11-apps/xmessage + x11-apps/xsetroot + x11-apps/xset + x11-apps/xrandr + x11-apps/mkfontdir + x11-apps/xprop" + +KMEXTRACTONLY="startkde.cmake + ConfigureChecks.cmake + kdm/" +KMCOMPILEONLY="kdm/kfrontend/sessions/" + +# PATCHES="${FILESDIR}/gentoo-startkde.patch" + +src_compile() { + epatch "${FILESDIR}"/gentoo-startkde.patch + # Patch the startkde script to setup the environment for KDE 4.0 + # Add our KDEDIR + sed -e "s#@REPLACE_PREFIX@#${PREFIX}#" \ + -i "${S}/startkde.cmake" || die "Sed for PREFIX failed." + + # List all the multilib libdirs + local _libdir _libdirs + for _libdir in $(get_all_libdirs); do + _libdirs="${_libdirs}:${PREFIX}/${_libdir}" + done + _libdirs=${_libdirs#:} + + # Complete LDPATH + sed -e "s#@REPLACE_LIBS@#${_libdirs}#" \ + -i "${S}/startkde.cmake" || die "Sed for LDPATH failed." + + kde4overlay-meta_src_compile +} + +src_install() { + kde4overlay-meta_src_install + + # startup and shutdown scripts + insinto "${KDEDIR}/env" + doins "${FILESDIR}/agent-startup.sh" || die "doexe agent-startup.sh failed" + + exeinto "${KDEDIR}/shutdown" + doexe "${FILESDIR}/agent-shutdown.sh" || die "doexe agent-shutdown.sh failed" + + # freedesktop environment variables + cat <<-EOF > "${T}/xdg.sh" + export XDG_DATA_DIRS="${KDEDIR}/share:/usr/share" + export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg" + EOF + insinto "${KDEDIR}/env" + doins "${T}/xdg.sh" || die "doins xdg.sh failed" + + # x11 session script + cat <<-EOF > "${T}/${SLOT}" + #!/bin/sh + exec ${KDEDIR}/bin/startkde + EOF + exeinto /etc/X11/Sessions + doexe "${T}/${SLOT}" || die "doexe ${SLOT} failed" + + # freedesktop compliant session script + sed -e "s:\${KDE4_BIN_INSTALL_DIR}:${KDEDIR}/bin:g;s:Name=KDE:Name=${SLOT}:" \ + "${S}/kdm/kfrontend/sessions/kde.desktop.cmake" > "${T}/${SLOT}.desktop" + insinto /usr/share/xsessions + doins "${T}/${SLOT}.desktop" || die "doins ${SLOT}.desktop failed" +} + +pkg_postinst () { + kde4overlay-meta_pkg_postinst + + echo + elog "To enable gpg-agent and/or ssh-agent in KDE sessions," + elog "edit ${KDEDIR}/env/agent-startup.sh and" + elog "${KDEDIR}/shutdown/agent-shutdown.sh" + echo +} diff --git a/kde-base/kdebugdialog/kdebugdialog-9999.ebuild b/kde-base/kdebugdialog/kdebugdialog-9999.ebuild new file mode 100644 index 0000000000..193e6af042 --- /dev/null +++ b/kde-base/kdebugdialog/kdebugdialog-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE: A dialog box for setting preferences for debug output" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kdedglobalaccel/kdedglobalaccel-9999.ebuild b/kde-base/kdedglobalaccel/kdedglobalaccel-9999.ebuild new file mode 100644 index 0000000000..8a50ebfda1 --- /dev/null +++ b/kde-base/kdedglobalaccel/kdedglobalaccel-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE's Global Shortcut Daemon" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="kde-base/kdelibs:${SLOT}" diff --git a/kde-base/kdeedu-meta/kdeedu-meta-9999.ebuild b/kde-base/kdeedu-meta/kdeedu-meta-9999.ebuild new file mode 100644 index 0000000000..c41a7b0ff3 --- /dev/null +++ b/kde-base/kdeedu-meta/kdeedu-meta-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdeedu - merge this to pull in all kdeedu-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/blinken-${PV}:${SLOT} + >=kde-base/kalgebra-${PV}:${SLOT} + >=kde-base/kalzium-${PV}:${SLOT} + >=kde-base/kanagram-${PV}:${SLOT} + >=kde-base/kbruch-${PV}:${SLOT} + >=kde-base/kgeography-${PV}:${SLOT} + >=kde-base/khangman-${PV}:${SLOT} + >=kde-base/kig-${PV}:${SLOT} + >=kde-base/kiten-${PV}:${SLOT} + >=kde-base/klettres-${PV}:${SLOT} + >=kde-base/kmplot-${PV}:${SLOT} + >=kde-base/kpercentage-${PV}:${SLOT} + >=kde-base/kstars-${PV}:${SLOT} + >=kde-base/ktouch-${PV}:${SLOT} + >=kde-base/kturtle-${PV}:${SLOT} + >=kde-base/kwordquiz-${PV}:${SLOT} + >=kde-base/libkdeedu-${PV}:${SLOT} + >=kde-base/marble-${PV}:${SLOT} + >=kde-base/parley-${PV}:${SLOT} + >=kde-base/step-${PV}:${SLOT} + " diff --git a/kde-base/kdegames-meta/kdegames-meta-9999.ebuild b/kde-base/kdegames-meta/kdegames-meta-9999.ebuild new file mode 100644 index 0000000000..ad0002a125 --- /dev/null +++ b/kde-base/kdegames-meta/kdegames-meta-9999.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/bovo-${PV}:${SLOT} + >=kde-base/katomic-${PV}:${SLOT} + >=kde-base/kbattleship-${PV}:${SLOT} + >=kde-base/kblackbox-${PV}:${SLOT} + >=kde-base/kblocks-${PV}:${SLOT} + >=kde-base/kbounce-${PV}:${SLOT} + >=kde-base/kbreakout-${PV}:${SLOT} + >=kde-base/kdiamond-${PV}:${SLOT} + >=kde-base/kfourinline-${PV}:${SLOT} + >=kde-base/kgoldrunner-${PV}:${SLOT} + >=kde-base/kiriki-${PV}:${SLOT} + >=kde-base/kjumpingcube-${PV}:${SLOT} + >=kde-base/klines-${PV}:${SLOT} + >=kde-base/kmahjongg-${PV}:${SLOT} + >=kde-base/kmines-${PV}:${SLOT} + >=kde-base/knetwalk-${PV}:${SLOT} + >=kde-base/kolf-${PV}:${SLOT} + >=kde-base/kollision-${PV}:${SLOT} + >=kde-base/konquest-${PV}:${SLOT} + >=kde-base/kpat-${PV}:${SLOT} + >=kde-base/kreversi-${PV}:${SLOT} + >=kde-base/ksame-${PV}:${SLOT} + >=kde-base/kshisen-${PV}:${SLOT} + >=kde-base/ksirk-${PV}:${SLOT} + >=kde-base/kspaceduel-${PV}:${SLOT} + >=kde-base/ksquares-${PV}:${SLOT} + >=kde-base/ksudoku-${PV}:${SLOT} + >=kde-base/ktuberling-${PV}:${SLOT} + >=kde-base/kubrick-${PV}:${SLOT} + >=kde-base/libkdegames-${PV}:${SLOT} + >=kde-base/libkmahjongg-${PV}:${SLOT} + >=kde-base/lskat-${PV}:${SLOT} + " diff --git a/kde-base/kdegraphics-meta/kdegraphics-meta-9999.ebuild b/kde-base/kdegraphics-meta/kdegraphics-meta-9999.ebuild new file mode 100644 index 0000000000..28c2708c60 --- /dev/null +++ b/kde-base/kdegraphics-meta/kdegraphics-meta-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/gwenview-${PV}:${SLOT} + >=kde-base/kamera-${PV}:${SLOT} + >=kde-base/kcolorchooser-${PV}:${SLOT} + >=kde-base/kgamma-${PV}:${SLOT} + >=kde-base/kolourpaint-${PV}:${SLOT} + >=kde-base/kruler-${PV}:${SLOT} + >=kde-base/ksnapshot-${PV}:${SLOT} + >=kde-base/libksane-${PV}:${SLOT} + >=kde-base/okular-${PV}:${SLOT} + >=kde-base/svgpart-${PV}:${SLOT} + >=kde-base/kdegraphics-strigi-analyzer-${PV}:${SLOT} +" diff --git a/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-9999.ebuild b/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-9999.ebuild new file mode 100644 index 0000000000..bb7503ef8f --- /dev/null +++ b/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +KMMODULE=strigi-analyzer +inherit kde4svn-meta + +DESCRIPTION="kdegraphics: strigi plugins" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=app-misc/strigi-0.5.10" +RDEPEND="${DEPEND}" diff --git a/kde-base/kdelibs/kdelibs-9999.ebuild b/kde-base/kdelibs/kdelibs-9999.ebuild new file mode 100644 index 0000000000..cbe15243e7 --- /dev/null +++ b/kde-base/kdelibs/kdelibs-9999.ebuild @@ -0,0 +1,205 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +CPPUNIT_REQUIRED="optional" +OPENGL_REQUIRED="optional" +inherit kde4svn + +DESCRIPTION="KDE libraries needed by all KDE programs." +HOMEPAGE="http://www.kde.org/" + +KEYWORDS="" +IUSE="${IUSE} 3dnow acl alsa altivec bindist +bzip2 debug doc fam htmlhandbook jpeg2k +kerberos mmx nls openexr +semantic-desktop spell sse sse2 ssl zeroconf" +LICENSE="GPL-2 LGPL-2" +RESTRICT="test" + +COMMONDEPEND=" + !<kde-base/kdebase-3.5.7-r6 + !<kde-base/kdebase-startkde-3.5.7-r1 + !=kde-base/kdebase-3.5.8 + !=kde-base/kdebase-3.5.8-r1 + !=kde-base/kdebase-3.5.8-r2 + !=kde-base/kdebase-startkde-3.5.8 + >=kde-base/automoc-0.9.87 + media-sound/phonon + >=app-misc/strigi-0.6.0 + >=dev-libs/libxml2-2.6.6 + >=dev-libs/libxslt-1.1.17 + media-libs/fontconfig + >=media-libs/freetype-2 + media-libs/giflib + media-libs/jpeg + media-libs/libpng + >=sys-apps/dbus-0.91 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXcursor + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXft + x11-libs/libXpm + x11-libs/libXrender + x11-libs/libXtst + >=x11-misc/shared-mime-info-0.20 + acl? ( kernel_linux? ( sys-apps/acl ) ) + alsa? ( >=media-libs/alsa-lib-1.0.14a ) + fam? ( virtual/fam ) + jpeg2k? ( media-libs/jasper ) + kerberos? ( virtual/krb5 ) + nls? ( virtual/libintl ) + openexr? ( >=media-libs/openexr-1.2.2-r2 media-libs/ilmbase ) + opengl? ( virtual/opengl ) + >=dev-libs/libpcre-4.5 + semantic-desktop? ( >=dev-libs/soprano-2.0.0 ) + spell? ( app-text/aspell app-dicts/aspell-en app-text/enchant ) + ssl? ( >=dev-libs/openssl-0.9.7d ) + zeroconf? ( || ( net-dns/avahi + !bindist? ( net-misc/mDNSResponder ) ) ) +" + +DEPEND="${COMMONDEPEND} + doc? ( app-doc/doxygen ) + sys-devel/gettext" + +RDEPEND="${COMMONDEPEND} + x11-apps/rgb + x11-apps/iceauth" + +# Patch to respect the sandbox when cmake tries to create symlinks, +# or executes an external program that tries to write files. +# PATCHES="${FILESDIR}/${P}-X11-optional.patch +# ${FILESDIR}/${P}-alsa-optional.patch" +# Create CMake switches to make Xcomposite, Xinerama & Xscreensaver optional. + +pkg_setup() { + #epatch "${FILESDIR}"/${P}-X11-optional.patch + #epatch "${FILESDIR}"/${P}-alsa-optional.patch + if ! built_with_use sys-apps/dbus X ; then + eerror "In order to build " + eerror "you need sys-apps/dbus built with X USE flag " + die "no X support in duh-bus" + fi + if use alsa && ! built_with_use media-libs/alsa-lib midi ; then + eerror "In order to build " + eerror "you need media-libs/alsa-lib built with midi USE flag " + die "no midi in alsa-lib" + fi + if use zeroconf && ! use bindist && \ + [ -n "$(best_version net-dns/avahi)" ] && \ + ! built_with_use net-dns/avahi mdnsresponder-compat ; then + eerror "In order to build with net-dns/avahi " + eerror "you need net-dns/avahi built with mdnsresponder-compat USE flag " + die "no mdns-responder support in avahi" + fi +} + +src_compile() { + if use zeroconf; then + if has_version net-dns/avahi; then + mycmakeargs="${mycmakeargs} -DWITH_Avahi=ON -DWITH_DNSSD=OFF" + elif has_version net-misc/mDNSResponder; then + mycmakeargs="${mycmakeargs} -DWITH_Avahi=OFF -DWITH_DNSSD=ON" + else + die "USE=\"zeroconf\" enabled but neither net-dns/avahi nor net-misc/mDNSResponder were found." + fi + fi + + mycmakeargs="${mycmakeargs} + -DWITH_HSPELL=OFF + $(cmake-utils_has 3dnow X86_3DNOW) + $(cmake-utils_has altivec PPC_ALTIVEC) + $(cmake-utils_has mmx X86_MMX) + $(cmake-utils_has sse X86_SSE) + $(cmake-utils_has sse2 X86_SSE2) + $(cmake-utils_use_with acl ACL) + $(cmake-utils_use_with alsa Alsa) + $(cmake-utils_use_with bzip2 BZip2) + $(cmake-utils_use_with fam FAM) + $(cmake-utils_use_with jpeg2k Jasper) + $(cmake-utils_use_with kerberos GSSAPI) + $(cmake-utils_use_with nls Libintl) + $(cmake-utils_use_with openexr OpenEXR) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with spell ASPELL) + $(cmake-utils_use_with spell ENCHANT) + $(cmake-utils_use_with ssl OpenSSL) + " + + kde4overlay-base_src_compile + + # The building of apidox is not managed anymore by the build system + if use doc; then + einfo "Building API documentation" + cd "${S}"/doc/api/ + ./doxygen.sh "${S}" || die "APIDOX generation failed" + fi +} + +src_install() { + kde4overlay-base_src_install + + if use doc; then + einfo "Installing API documentation. This could take a bit of time." + cd "${S}"/doc/api/ + insinto /usr/share/doc/kde/${P}/html/en/kdelibs-apidox + doins -r ${P}-apidocs/* || die "Install phase of KDE4 API Documentation failed" + fi + + dodir /etc/env.d + dodir /etc/revdep-rebuild + + # List all the multilib libdirs + local _libdir _libdirs + for _libdir in $(get_all_libdirs); do + _libdirs="${_libdirs}:${PREFIX}/${_libdir}" + done + _libdirs=${_libdirs#:} + + cat <<-EOF > "${T}"/43kdepaths-${SLOT} # number goes down with version bump + PATH="${PREFIX}/bin" + ROOTPATH="${PREFIX}/sbin:${PREFIX}/bin" + LDPATH="${_libdirs}" + MANPATH="${PREFIX}/share/man" + CONFIG_PROTECT="${PREFIX}/share/config ${PREFIX}/env ${PREFIX}/shutdown /usr/share/config" + KDEDIRS="/usr:/usr/local:${PREFIX}" + #KDE_IS_PRELINKED=1 + XDG_DATA_DIRS="/usr/share:${PREFIX}/share:/usr/local/share" + COLON_SEPARATED="XDG_DATA_DIRS" + EOF + doenvd "${T}"/43kdepaths-${SLOT} + + # make sure 'source /etc/profile' doesn't hose the PATH + dodir /etc/profile.d + cat <<-'EOF' > "${D}"/etc/profile.d/44kdereorderpaths-${SLOT}.sh + if [ -n "${KDEDIR}" ]; then + export PATH=${KDEDIR}/bin:$(echo ${PATH} | sed "s#${KDEDIR}/s\?bin:##g") + export ROOTPATH=${KDEDIR}/sbin:${KDEDIR}/bin:$(echo ${PATH} | sed "s#${KDEDIR}/s\?bin:##g") + fi + EOF + + cat <<-EOF > "${D}/etc/revdep-rebuild/50-kde-${SLOT}" + SEARCH_DIRS="${PREFIX}/bin ${PREFIX}/lib*" + EOF +} + +pkg_postinst() { + if use zeroconf; then + echo + elog "To make zeroconf support available in KDE make sure that the 'mdnsd' daemon" + elog "is running. Make sure also that multicast dns lookups are enabled by editing" + elog "the 'hosts:' line in /etc/nsswitch.conf to include 'mdns', e.g.:" + elog " hosts: files mdns dns" + echo + fi + + kde4overlay-base_pkg_postinst +} diff --git a/kde-base/kdemaildir/kdemaildir-9999.ebuild b/kde-base/kdemaildir/kdemaildir-9999.ebuild new file mode 100644 index 0000000000..ff4e831e56 --- /dev/null +++ b/kde-base/kdemaildir/kdemaildir-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +KMMODULE=maildir + +inherit kde4svn-meta + +DESCRIPTION="KDE library for the maildir format." +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-9999.ebuild b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-9999.ebuild new file mode 100644 index 0000000000..d71f694857 --- /dev/null +++ b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-9999.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMMODULE=kioslave +KMNAME=kdemultimedia +inherit kde4svn-meta + +DESCRIPTION="KDE kioslaves from the kdemultimedia package" +KEYWORDS="" +IUSE="debug encode flac vorbis" + +# Tests are broken. Last checked at revision 796343. +RESTRICT="test" + +DEPEND="${DEPEND} + >=kde-base/libkcddb-${PV}:${SLOT} + >=kde-base/libkcompactdisc-${PV}:${SLOT} + media-sound/cdparanoia + encode? ( flac? ( >=media-libs/flac-1.1.2 ) + vorbis? ( media-libs/libvorbis ) )" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkcompactdisc/" +KMCOMPILEONLY="libkcddb/" +KMLOADLIBS="libkcddb" + +src_compile() { + if use encode; then + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with flac Flac) + $(cmake-utils_use_with vorbis OggVorbis)" + else + mycmakeargs="${mycmakeargs} + -DWITH_OggVorbis=OFF -DWITH_Flac=OFF" + fi + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kdemultimedia-meta/kdemultimedia-meta-9999.ebuild b/kde-base/kdemultimedia-meta/kdemultimedia-meta-9999.ebuild new file mode 100644 index 0000000000..78aff3f229 --- /dev/null +++ b/kde-base/kdemultimedia-meta/kdemultimedia-meta-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +inherit kde4overlay-functions + +DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/dragonplayer-${PV}:${SLOT} + >=kde-base/juk-${PV}:${SLOT} + >=kde-base/kdemultimedia-kioslaves-${PV}:${SLOT} + >=kde-base/kmix-${PV}:${SLOT} + >=kde-base/kscd-${PV}:${SLOT} + >=kde-base/libkcddb-${PV}:${SLOT} + >=kde-base/libkcompactdisc-${PV}:${SLOT} + " + #>=kde-base/kdemultimedia-strigi-analyzer-${PV}:${SLOT} is still broken diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-9999.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-9999.ebuild new file mode 100644 index 0000000000..94e0d90bc3 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdenetwork +KMMODULE=filesharing +inherit kde4svn-meta + +DESCRIPTION="kcontrol filesharing config module for NFS, SMB etc" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kdenetwork-kfile-plugins/kdenetwork-kfile-plugins-9999.ebuild b/kde-base/kdenetwork-kfile-plugins/kdenetwork-kfile-plugins-9999.ebuild new file mode 100644 index 0000000000..594fa4b17e --- /dev/null +++ b/kde-base/kdenetwork-kfile-plugins/kdenetwork-kfile-plugins-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +KMNAME=kdenetwork +KMMODULE=kfile-plugins +EAPI="1" +SLOT="kde-svn" +inherit kde4svn-meta + +DESCRIPTION="kfile plugins from the kdenetwork package. Currently provides a torrent kfile plugin." +KEYWORDS="" +IUSE="" diff --git a/kde-base/kdenetwork-meta/kdenetwork-meta-9999.ebuild b/kde-base/kdenetwork-meta/kdenetwork-meta-9999.ebuild new file mode 100644 index 0000000000..5f90bd9066 --- /dev/null +++ b/kde-base/kdenetwork-meta/kdenetwork-meta-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/kdenetwork-filesharing-${PV}:${SLOT} + >=kde-base/kdnssd-${PV}:${SLOT} + >=kde-base/kget-${PV}:${SLOT} + >=kde-base/knewsticker-${PV}:${SLOT} + >=kde-base/kopete-${PV}:${SLOT} + >=kde-base/kppp-${PV}:${SLOT} + >=kde-base/krdc-${PV}:${SLOT} + >=kde-base/krfb-${PV}:${SLOT} + " + #>=kde-base/kdenetwork-kfile-plugins-${PV}:${SLOT} still broken diff --git a/kde-base/kdepasswd/kdepasswd-9999.ebuild b/kde-base/kdepasswd/kdepasswd-9999.ebuild new file mode 100644 index 0000000000..4ae0b7f0f2 --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} + +inherit kde4svn-meta + +DESCRIPTION="KDE GUI for passwd" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" +RDEPEND="${DEPEND} + >=kde-base/kdesu-${PV}:${SLOT}" + +KMLOADLIBS="libkonq" diff --git a/kde-base/kdepim-kresources/kdepim-kresources-9999.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-9999.ebuild new file mode 100644 index 0000000000..19ae9ea967 --- /dev/null +++ b/kde-base/kdepim-kresources/kdepim-kresources-9999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +KMMODULE=kresources +inherit kde4svn-meta + +DESCRIPTION="KDE PIM groupware plugin collection" +IUSE="debug" +KEYWORDS="" + +DEPEND="kde-base/akonadi:${SLOT} + kde-base/kaddressbook:${SLOT} + kde-base/knotes:${SLOT} + kde-base/libkdepim:${SLOT}" + +KMEXTRACTONLY="akonadi/kcal/ + kaddressbook/common/ + kmail/ + knotes/ + korganizer/version.h + libkdepim/" +KMLOADLIBS="libkdepim" + +src_unpack() { + kde4svn-meta_src_unpack + + ln -s "${PREFIX}"/include/kaddressbook/kabprefs_base.h \ + "${WORKDIR}"/${PN}/kaddressbook/common/kabprefs_base.h \ + || die "linking extra generated header into sources failed" + + # if kdepim_export.h exists it tries to use kxml_compiler from the sources. this isn't desired + # as we don't compile kresources together with kode (kxml_compiler). we still need the header though. + sed -i -e 's/kdepim_export.h/&_DONOTFIND/' "${WORKDIR}"/${PN}/cmake/modules/FindKode.cmake || die "sed failed" +} + +src_install() { + kde4overlay-meta_src_install + + # Install headers needed by kdepim-wizards + insinto "${PREFIX}"/include/${PN} + doins "${WORKDIR}"/${PN}_build/${KMMODULE}/{groupwise,egroupware,slox}/*.h || \ + die "Failed to install extra header files" +} diff --git a/kde-base/kdepim-meta/kdepim-meta-9999.ebuild b/kde-base/kdepim-meta/kdepim-meta-9999.ebuild new file mode 100644 index 0000000000..13394770f1 --- /dev/null +++ b/kde-base/kdepim-meta/kdepim-meta-9999.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + app-office/akonadi-server + >=kde-base/akregator-${PV}:${SLOT} + >=kde-base/kaddressbook-${PV}:${SLOT} + >=kde-base/kdemaildir-${PV}:${SLOT} + >=kde-base/kleopatra-${PV}:${SLOT} + >=kde-base/kmail-${PV}:${SLOT} + >=kde-base/kmailcvt-${PV}:${SLOT} + >=kde-base/knode-${PV}:${SLOT} + >=kde-base/kode-${PV}:${SLOT} + >=kde-base/kontact-${PV}:${SLOT} + >=kde-base/korganizer-${PV}:${SLOT} + >=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/libkholidays-${PV}:${SLOT} + >=kde-base/libkleo-${PV}:${SLOT} + >=kde-base/libkpgp-${PV}:${SLOT} + >=kde-base/libksieve-${PV}:${SLOT} + >=kde-base/mimelib-${PV}:${SLOT} + >=kde-base/kalarm-${PV}:${SLOT} + >=kde-base/kjots-${PV}:${SLOT} + >=kde-base/knotes-${PV}:${SLOT} + >=kde-base/kdepim-kresources-${PV}:${SLOT} + >=kde-base/ktimetracker-${PV}:${SLOT} + >=kde-base/kdepim-strigi-analyzer-${PV}:${SLOT} + >=kde-base/kdepim-wizards-${PV}:${SLOT} + >=kde-base/kontact-specialdates-${PV}:${SLOT} + " +# could be in kdepim-meta but arent due to: +# >=kde-base/korn-${PV}:${SLOT} fails to build +# >=kde-base/certmanager-${PV}:${SLOT} probably obsolete by kleopatra +# >=kde-base/kabc2mutt-${PV}:${SLOT} dont know +# >=kde-base/kabcclient-${PV}:${SLOT} not modified for a long time +# >=kde-base/kdepim-kioslaves-${PV}:${SLOT} seems kicked from svn +# >=kde-base/kfeed-${PV}:${SLOT} is in playground +# >=kde-base/kitchensync-${PV}:${SLOT} not modified for a long time +# >=kde-base/kmobiletools-${PV}:${SLOT} not modified for a long time +# >=kde-base/kpilot-${PV}:${SLOT} not modified for a long time +# >=kde-base/mailtransport-${PV}:${SLOT} kicked from svn +# >=kde-base/networkstatus-${PV}:${SLOT} kicked from svn +# >=kde-base/ktnef-${PV}:${SLOT} kicked from svn +# >=kde-base/konsolekalendar-${PV}:${SLOT} seems unmaintained diff --git a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-9999.ebuild b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-9999.ebuild new file mode 100644 index 0000000000..254fadea49 --- /dev/null +++ b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +KMMODULE=strigi-analyzer +inherit kde4svn-meta + +DESCRIPTION="kdepim: strigi plugins" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=app-misc/strigi-0.5.9" +RDEPEND="${DEPEND}" diff --git a/kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild new file mode 100644 index 0000000000..d7d10930cd --- /dev/null +++ b/kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +KMMODULE=wizards +inherit kde4svn-meta + +DESCRIPTION="KDEPIM wizards" +IUSE="debug" +KEYWORDS="" + +DEPEND="app-crypt/gpgme:1 + kde-base/kdepim-kresources:${SLOT} + kde-base/libkdepim:${SLOT}" + +KMEXTRACTONLY="knotes + kmail + kresources/egroupware + kresources/groupwise + kresources/kolab + kresources/scalix + kresources/slox + libkdepim" + +src_unpack() { + kde4svn-meta_src_unpack + + ln -s "${PREFIX}"/include/kdepim-kresources/{kabc,kcal,knotes}_egroupwareprefs.h \ + "${WORKDIR}"/${PN}/kresources/egroupware/ \ + || die "Failed to link extra_headers." + ln -s "${PREFIX}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \ + "${WORKDIR}"/${PN}/kresources/slox/ \ + || die "Failed to link extra_headers." + ln -s "${PREFIX}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \ + "${WORKDIR}"/${PN}/kresources/groupwise/ \ + || die "Failed to link extra_headers." +} diff --git a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild new file mode 100644 index 0000000000..7376ecd58e --- /dev/null +++ b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +CPPUNIT_REQUIRED="optional" +inherit kde4svn + +DESCRIPTION="Common library for KDE PIM apps." +HOMEPAGE="http://www.kde.org/" + +KEYWORDS="" +IUSE="${IUSE} debug htmlhandbook ldap +sasl" +LICENSE="GPL-2 LGPL-2" +RESTRICT="test" + +DEPEND=" + app-office/akonadi-server + >=app-crypt/gpgme-1.1.6 + dev-libs/boost + dev-libs/libgpg-error + ldap? ( >=net-nds/openldap-2 ) + sasl? ( >=dev-libs/cyrus-sasl-2 )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with ldap Ldap) + $(cmake-utils_use_with sasl Sasl2)" + kde4overlay-base_src_compile +} diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild new file mode 100644 index 0000000000..074605e3a0 --- /dev/null +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +OPENGL_REQUIRED="optional" +inherit kde4svn + +PREFIX="${KDEDIR}" + +DESCRIPTION="Extra Plasma applets and engines." +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2 LGPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND="!kde-misc/extragear-plasma:${SLOT} + !kde-base/kdeplasmoids:${SLOT} + >=kde-base/qimageblitz-0.0.4 + kde-base/krunner:${SLOT} + kde-base/libtaskmanager:${SLOT} + kde-base/libplasma:${SLOT} + kde-base/plasma-workspace:${SLOT} + opengl? ( virtual/opengl )" +RDEPEND="${DEPEND}" + +src_compile() { + # Dir doesn't exist + sed -e '/tutorial/d' \ + -i "${S}"/applets/CMakeLists.txt \ + || die "Removing tutorial line failed." + mycmakeargs="${mycmakeargs} + -DDBUS_INTERFACES_INSTALL_DIR=${KDEDIR}/share/dbus-1/interfaces/ + $(cmake-utils_use_with opengl OpenGL)" + kde4overlay-base_src_compile +} diff --git a/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-9999.ebuild b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-9999.ebuild new file mode 100644 index 0000000000..528b2318ce --- /dev/null +++ b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +KMMODULE=kioslave +inherit kde4svn-meta + +DESCRIPTION="kioslaves from kdesdk package: the subversion kioslave" +KEYWORDS="" +IUSE="debug" + +DEPEND="dev-libs/apr + dev-util/subversion" +RDEPEND="${RDEPEND}" + +pkg_setup() { + if ldd /usr/bin/svn | grep -q libapr-0 \ + && ! has_version dev-libs/apr:0; + then + eerror "Subversion has been built against dev-libs/apr:0, but no matching version is installed." + die "Please rebuild dev-util/subversion." + fi + if ldd /usr/bin/svn | grep -q libapr-1 \ + && ! has_version dev-libs/apr:1; + then + eerror "Subversion has been built against dev-libs/apr:1, but no matching version is installed." + die "Please rebuild dev-util/subversion." + fi +} + +src_compile() { + if ldd /usr/bin/svn | grep -q libapr-0; then + mycmakeargs="${mycmakeargs} -DAPRCONFIG_EXECUTABLE=/usr/bin/apr-config" + else + mycmakeargs="${mycmakeargs} -DAPRCONFIG_EXECUTABLE=/usr/bin/apr-1-config" + fi + + kde4overlay-meta_src_compile +} + +src_install() { + kde4overlay-meta_src_install + if has_version 'dev-util/kdesvn'; then + rm "${D}"/usr/kde/svn/share/kde4/services/svn.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+ssh.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+https.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+file.protocol + rm "${D}"/usr/kde/svn/share/kde4/services/svn+http.protocol + fi +} diff --git a/kde-base/kdesdk-meta/kdesdk-meta-9999.ebuild b/kde-base/kdesdk-meta/kdesdk-meta-9999.ebuild new file mode 100644 index 0000000000..fc4570750b --- /dev/null +++ b/kde-base/kdesdk-meta/kdesdk-meta-9999.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4-functions + +DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +# FIXME: +# Add this back when adding kmtrace +# elibc_glibc +IUSE="" + +RDEPEND=" + >=kde-base/cervisia-${PV}:${SLOT} + >=kde-base/kapptemplate-${PV}:${SLOT} + >=kde-base/kate-${PV}:${SLOT} + >=kde-base/kbugbuster-${PV}:${SLOT} + >=kde-base/kcachegrind-${PV}:${SLOT} + >=kde-base/kdeaccounts-plugin-${PV}:${SLOT} + >=kde-base/kdesdk-kioslaves-${PV}:${SLOT} + >=kde-base/kdesdk-misc-${PV}:${SLOT} + >=kde-base/kdesdk-scripts-${PV}:${SLOT} + >=kde-base/kdesdk-strigi-analyzer-${PV}:${SLOT} + >=kde-base/kompare-${PV}:${SLOT} + >=kde-base/kstartperf-${PV}:${SLOT} + >=kde-base/kuiviewer-${PV}:${SLOT} + >=kde-base/lokalize-${PV}:${SLOT} + >=kde-base/umbrello-${PV}:${SLOT} +" + +# FIXME: +# Broken in 4.0.3: +# >=kde-base/kspy-${PV}:${SLOT} +# elibc_glibc? ( >=kde-base/kmtrace-${PV}:${SLOT} ) + +# this compiles and installs fine but gives illegal instructions at run time: +# >=kde-base/kdesdk-kfile-plugins-${PV}:${SLOT} diff --git a/kde-base/kdesdk-misc/kdesdk-misc-9999.ebuild b/kde-base/kdesdk-misc/kdesdk-misc-9999.ebuild new file mode 100644 index 0000000000..ac054e3342 --- /dev/null +++ b/kde-base/kdesdk-misc/kdesdk-misc-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +KMNOMODULE=true +inherit kde4svn-meta + +DESCRIPTION="kdesdk-misc - Various files and utilities" +KEYWORDS="" +IUSE="debug" + +# FIXME: +# currently broken: +# kdepalettes/ +# currently doesn't do anything: scheck +KMEXTRA=" + scheck/ + poxml/ + kprofilemethod/" diff --git a/kde-base/kdesdk-scripts/kdesdk-scripts-9999.ebuild b/kde-base/kdesdk-scripts/kdesdk-scripts-9999.ebuild new file mode 100644 index 0000000000..5b52223304 --- /dev/null +++ b/kde-base/kdesdk-scripts/kdesdk-scripts-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +KMMODULE=scripts +inherit kde4svn-meta + +DESCRIPTION="Kdesdk Scripts - Some useful scripts for the development of applications" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kdessh/kdessh-9999.ebuild b/kde-base/kdessh/kdessh-9999.ebuild new file mode 100644 index 0000000000..738293238f --- /dev/null +++ b/kde-base/kdessh/kdessh-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE frontend to ssh" +KEYWORDS="" +IUSE="debug" + +RDEPEND="virtual/ssh" diff --git a/kde-base/kdesu/kdesu-9999.ebuild b/kde-base/kdesu/kdesu-9999.ebuild new file mode 100644 index 0000000000..8304796908 --- /dev/null +++ b/kde-base/kdesu/kdesu-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +# FIXME: Is default command ( su/sudo ) still configurable, +# if not, USE-flag ? +DESCRIPTION="KDE: gui for su(1)" +KEYWORDS="" +IUSE="debug htmlhandbook" + +src_compile() { + # Upstream moved kdesu to libexec first, then decided to move it back + # to /${PREFIX}/bin/ , so I'm doing that now already. + sed -e '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \ + -i "${S}"/kdesu/kdesu/CMakeLists.txt || \ + die "Moving kdesu from libexec to bin failed." + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kdetoys-meta/kdetoys-meta-9999.ebuild b/kde-base/kdetoys-meta/kdetoys-meta-9999.ebuild new file mode 100644 index 0000000000..3b20a7b131 --- /dev/null +++ b/kde-base/kdetoys-meta/kdetoys-meta-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdetoys - merge this to pull in all kdetoys-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=kde-base/amor-${PV}:${SLOT} + >=kde-base/kteatime-${PV}:${SLOT} + >=kde-base/ktux-${PV}:${SLOT} + >=kde-base/kweather-${PV}:${SLOT} + " diff --git a/kde-base/kdeutils-meta/kdeutils-meta-9999.ebuild b/kde-base/kdeutils-meta/kdeutils-meta-9999.ebuild new file mode 100644 index 0000000000..4ca406cd77 --- /dev/null +++ b/kde-base/kdeutils-meta/kdeutils-meta-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit kde4overlay-functions + +DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +KEYWORDS="" +IUSE="floppy" + +RDEPEND=" + >=kde-base/ark-${PV}:${SLOT} + >=kde-base/kcalc-${PV}:${SLOT} + >=kde-base/kcharselect-${PV}:${SLOT} + >=kde-base/kdessh-${PV}:${SLOT} + >=kde-base/kdf-${PV}:${SLOT} + floppy? ( >=kde-base/kfloppy-${PV}:${SLOT} ) + >=kde-base/kgpg-${PV}:${SLOT} + >=kde-base/ktimer-${PV}:${SLOT} + >=kde-base/kwallet-${PV}:${SLOT} + >=kde-base/superkaramba-${PV}:${SLOT} + >=kde-base/sweeper-${PV}:${SLOT} + >=kde-base/okteta-${PV}:${SLOT} + " + #>=kde-base/printer-applet-${PV}:${SLOT} needs pykde and stuff diff --git a/kde-base/kdevplatform/kdevplatform-9999.ebuild b/kde-base/kdevplatform/kdevplatform-9999.ebuild new file mode 100644 index 0000000000..14ac9fac76 --- /dev/null +++ b/kde-base/kdevplatform/kdevplatform-9999.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +inherit kde4svn + +DESCRIPTION="KDE development support libraries and apps" +HOMEPAGE="http://www.kde.org/" + +KEYWORDS="" +IUSE="debug htmlhandbook subversion" +LICENSE="GPL-2 LGPL-2" + +# FIXME: Add || ( ) deps when splits are ready +#kde-base/kdesdk:${SLOT} is that really needed? +DEPEND=" + subversion? ( >=dev-util/subversion-1.3 )" +RDEPEND="${DEPEND}" + +pkg_setup() { + if use subversion ; then + if [[ -n "$(ldd /usr/bin/svn | grep -o libapr-0)" ]] \ + && ! has_version =dev-libs/apr-0* ; + then + eerror "Subversion has been built against =dev-libs/apr-0*, but no matching version is installed." + die "Please rebuild dev-util/subversion." + fi + if [[ -n "$(ldd /usr/bin/svn | grep -o libapr-1)" ]] \ + && ! has_version =dev-libs/apr-1* ; + then + eerror "Subversion has been built against =dev-libs/apr-1*, but no matching version is installed." + die "Please rebuild dev-util/subversion." + fi + fi + +} + +src_compile() { + if use subversion; then + if [[ -n "$(ldd /usr/bin/svn | grep -o libapr-0)" ]] ; then + mycmakeargs="${mycmakeargs} -DAPRCONFIG_EXECUTABLE=/usr/bin/apr-config" + else + mycmakeargs="${mycmakeargs} -DAPRCONFIG_EXECUTABLE=/usr/bin/apr-1-config" + fi + fi + + kde4overlay-base_src_compile +} diff --git a/kde-base/kdf/kdf-9999.ebuild b/kde-base/kdf/kdf-9999.ebuild new file mode 100644 index 0000000000..c51e47cb64 --- /dev/null +++ b/kde-base/kdf/kdf-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE free disk space utility" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kdialog/kdialog-9999.ebuild b/kde-base/kdialog/kdialog-9999.ebuild new file mode 100644 index 0000000000..f66f5bae4a --- /dev/null +++ b/kde-base/kdialog/kdialog-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts" +KEYWORDS="" +IUSE="debug" + +DEPEND="" +RDEPEND="${DEPEND} + kernel_linux? ( + || ( >=sys-apps/eject-2.1.5 + sys-block/unieject ) )" diff --git a/kde-base/kdiamond/kdiamond-9999.ebuild b/kde-base/kdiamond/kdiamond-9999.ebuild new file mode 100644 index 0000000000..8394fcac81 --- /dev/null +++ b/kde-base/kdiamond/kdiamond-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE: KDiamond is a three-in-a-row game." +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kdm/kdm-9999.ebuild b/kde-base/kdm/kdm-9999.ebuild new file mode 100644 index 0000000000..40c2ce9f88 --- /dev/null +++ b/kde-base/kdm/kdm-9999.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="KDE login manager, similar to xdm and gdm" +KEYWORDS="" +IUSE="debug htmlhandbook kerberos pam" + +DEPEND="x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXtst + kerberos? ( virtual/krb5 ) + pam? ( >=kde-base/kcheckpass-${PV}:${SLOT} + sys-libs/pam )" +RDEPEND="${DEPEND} + >=kde-base/kdepasswd-${PV}:${SLOT} + >=x11-apps/xinit-1.0.5-r2 + x11-apps/xmessage" + +KMEXTRACTONLY="kcontrol/kdm/" +KMEXTRA="libs/kdm/" + +src_compile() { + epatch "${FILESDIR}"/kdebase-4.0.82-pam-optional.patch + mycmakeargs="${mycmakeargs} + $(use kerberos && echo "-DKDE4_KRB5AUTH=ON" || echo "-DKDE4_KRB5AUTH=OFF") + $(cmake-utils_use_with pam PAM)" + + kde4overlay-meta_src_compile +} + +src_install() { + export GENKDMCONF_FLAGS="--no-old --no-backup" + + kde4overlay-meta_src_install + + # Customize the kdmrc configuration + sed -i -e "s:^.*SessionsDirs=.*$:#&\nSessionsDirs=/usr/share/xsessions:" \ + "${D}"/${PREFIX}/share/config/kdm/kdmrc \ + || die "Failed to set SessionsDirs correctly." + + # Don't install empty dir + rmdir "${D}${KDEDIR}"/share/config/kdm/sessions +} + +pkg_postinst() { + # Set the default kdm face icon if it's not already set by the system admin + # because this is user-overrideable in that way, it's not in src_install + if [[ ! -e "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon" ]]; then + mkdir -p "${ROOT}${KDEDIR}/share/apps/kdm/faces" + cp "${ROOT}${KDEDIR}/share/apps/kdm/pics/users/default1.png" \ + "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon" + fi + if [[ ! -e "${ROOT}${KDEDIR}/share/apps/kdm/faces/root.face.icon" ]]; then + mkdir -p "${ROOT}${KDEDIR}/share/apps/kdm/faces" + cp "${ROOT}${KDEDIR}/share/apps/kdm/pics/users/root1.png" \ + "${ROOT}${KDEDIR}/share/apps/kdm/faces/root.face.icon" + fi +} diff --git a/kde-base/kdnssd/kdnssd-9999.ebuild b/kde-base/kdnssd/kdnssd-9999.ebuild new file mode 100644 index 0000000000..9c133118a9 --- /dev/null +++ b/kde-base/kdnssd/kdnssd-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit eutils + +KMNAME=kdenetwork +inherit kde4svn-meta + +DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" +KEYWORDS="" +IUSE="debug" + +DEPEND="|| ( net-dns/avahi net-misc/mDNSResponder ) + kde-base/kdepimlibs:${SLOT}" +RDEPEND="net-dns/avahi" + +pkg_setup() { + if has_version net-dns/avahi && ! built_with_use net-dns/avahi mdnsresponder-compat; then + eerror "You should rebuild avahi with mdnsresponder-compat USE flag!" + die "rebuild net-dns/avahi with mdnsresponder-compat" + fi +} +src_compile() { + mycmakeargs="${mycmakeargs} -DWITH_Xmms=OFF -DWITH_DNSSD=ON" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/keditbookmarks/keditbookmarks-9999.ebuild b/kde-base/keditbookmarks/keditbookmarks-9999.ebuild new file mode 100644 index 0000000000..f417ab76a2 --- /dev/null +++ b/kde-base/keditbookmarks/keditbookmarks-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/$PN +inherit kde4svn-meta + +DESCRIPTION="KDE's bookmarks editor" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="apps/lib/konq/" diff --git a/kde-base/kfile/kfile-9999.ebuild b/kde-base/kfile/kfile-9999.ebuild new file mode 100644 index 0000000000..b2d5b534bf --- /dev/null +++ b/kde-base/kfile/kfile-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="A commandline frontend to KFileMetaInfo" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kfilereplace/kfilereplace-9999.ebuild b/kde-base/kfilereplace/kfilereplace-9999.ebuild new file mode 100644 index 0000000000..108a86dfe4 --- /dev/null +++ b/kde-base/kfilereplace/kfilereplace-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +KMNAME=kdewebdev +inherit kde4svn-meta + +DESCRIPTION="KDE web development - powerful search and replace in multiple files" +KEYWORDS="" +HOMEPAGE="http://www.kde.org/" +IUSE="debug htmlhandbook tidy" + +DEPEND="tidy? ( app-text/htmltidy )" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with tidy LibTidy)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kfind/kfind-9999.ebuild b/kde-base/kfind/kfind-9999.ebuild new file mode 100644 index 0000000000..fb6e99ac59 --- /dev/null +++ b/kde-base/kfind/kfind-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="KDE file finder utility" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRA="apps/doc/${PN}" +KMLOADLIBS="libkonq" diff --git a/kde-base/kfloppy/kfloppy-9999.ebuild b/kde-base/kfloppy/kfloppy-9999.ebuild new file mode 100644 index 0000000000..e7a81bc685 --- /dev/null +++ b/kde-base/kfloppy/kfloppy-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them." +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kfourinline/kfourinline-9999.ebuild b/kde-base/kfourinline/kfourinline-9999.ebuild new file mode 100644 index 0000000000..6781332a46 --- /dev/null +++ b/kde-base/kfourinline/kfourinline-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="kde four-in-a-row game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kgamma/kgamma-9999.ebuild b/kde-base/kgamma/kgamma-9999.ebuild new file mode 100644 index 0000000000..fd97c3d2e7 --- /dev/null +++ b/kde-base/kgamma/kgamma-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="KDE screen gamma values kcontrol module" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="x11-apps/xgamma + x11-libs/libXxf86vm + x11-proto/xf86vidmodeproto" +RDEPEND="${DEPEND}" diff --git a/kde-base/kgeography/kgeography-9999.ebuild b/kde-base/kgeography/kgeography-9999.ebuild new file mode 100644 index 0000000000..f4e66a9239 --- /dev/null +++ b/kde-base/kgeography/kgeography-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE: a geography learning tool" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kget/kget-9999.ebuild b/kde-base/kget/kget-9999.ebuild new file mode 100644 index 0000000000..a5ad566347 --- /dev/null +++ b/kde-base/kget/kget-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdenetwork +inherit kde4svn-meta + +DESCRIPTION="An advanced download manager for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook +plasma bittorrent semantic-desktop sqlite" + +DEPEND=" + dev-libs/libpcre + plasma? ( kde-base/libplasma:${SLOT} ) + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} ) + sqlite? ( dev-db/sqlite ) + bittorrent? ( dev-libs/gmp net-p2p/ktorrent:${SLOT} )" +RDEPEND="${DEPEND}" + +src_compile() { + if ! use bittorrent; then + sed -i -e '/bittorrent/s:^:#DONOTCOMPILE :' \ + "${S}"/kget/transfer-plugins/CMakeLists.txt \ + || die "sed to disable torrent support failed." + fi + + mycmakeargs="${mycmakeargs} -DWITH_Xmms=OFF + $(cmake-utils_use_with plasma Plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with sqlite Sqlite)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kgoldrunner/kgoldrunner-9999.ebuild b/kde-base/kgoldrunner/kgoldrunner-9999.ebuild new file mode 100644 index 0000000000..bc09b24651 --- /dev/null +++ b/kde-base/kgoldrunner/kgoldrunner-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames + +inherit kde4svn-meta + +DESCRIPTION="KDE: KGoldrunner is a game of action and puzzle solving" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kgpg/kgpg-9999.ebuild b/kde-base/kgpg/kgpg-9999.ebuild new file mode 100644 index 0000000000..c87ba5455c --- /dev/null +++ b/kde-base/kgpg/kgpg-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE gpg keyring manager" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND="app-crypt/gnupg" diff --git a/kde-base/khangman/khangman-9999.ebuild b/kde-base/khangman/khangman-9999.ebuild new file mode 100644 index 0000000000..8000943701 --- /dev/null +++ b/kde-base/khangman/khangman-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="Classical hangman game for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkdeedu/keduvocdocument" diff --git a/kde-base/khelpcenter/khelpcenter-9999.ebuild b/kde-base/khelpcenter/khelpcenter-9999.ebuild new file mode 100644 index 0000000000..42df7404c9 --- /dev/null +++ b/kde-base/khelpcenter/khelpcenter-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="The KDE Help Center" +IUSE="debug htmlhandbook" +KEYWORDS="" + +KMEXTRA="doc/faq + doc/glossary + doc/quickstart + doc/userguide + doc/visualdict" + +DEPEND="" +RDEPEND=">=www-misc/htdig-3.2.0_beta6-r1" diff --git a/kde-base/khotkeys/khotkeys-9999.ebuild b/kde-base/khotkeys/khotkeys-9999.ebuild new file mode 100644 index 0000000000..0361e4e7dd --- /dev/null +++ b/kde-base/khotkeys/khotkeys-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=kde-base/libkworkspace-${PV}:${SLOT} + x11-libs/libXtst" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libs/kworkspace/" +src_compile() { + MAKEOPTS="${MAKEOPTS} -j1" kde4overlay-meta_src_compile +} + diff --git a/kde-base/kiconfinder/kiconfinder-9999.ebuild b/kde-base/kiconfinder/kiconfinder-9999.ebuild new file mode 100644 index 0000000000..b471f6bc16 --- /dev/null +++ b/kde-base/kiconfinder/kiconfinder-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="Finds an icon based on its name" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kig/kig-9999.ebuild b/kde-base/kig/kig-9999.ebuild new file mode 100644 index 0000000000..e97afa352c --- /dev/null +++ b/kde-base/kig/kig-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE Interactive Geometry tool" +KEYWORDS="" +IUSE="debug htmlhandbook kig-scripting" + +DEPEND="kig-scripting? ( >=dev-libs/boost-1.32 )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with kig-scripting BoostPython)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kimagemapeditor/kimagemapeditor-9999.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-9999.ebuild new file mode 100644 index 0000000000..66fe5892f2 --- /dev/null +++ b/kde-base/kimagemapeditor/kimagemapeditor-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +KMNAME=kdewebdev +inherit kde4svn-meta + +DESCRIPTION="KDE web development - image map editor" +KEYWORDS="" +HOMEPAGE="http://www.kde.org/" +IUSE="debug tidy" + +DEPEND=" + tidy? ( app-text/htmltidy )" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with tidy LibTidy)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild new file mode 100644 index 0000000000..4fd1f191a5 --- /dev/null +++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="The KDE Info Center" +KEYWORDS="" +IUSE="debug htmlhandbook ieee1394" + +DEPEND="ieee1394? ( sys-libs/libraw1394 ) + opengl? ( virtual/glu virtual/opengl )" +RDEPEND="${DEPEND} + sys-apps/pciutils + sys-apps/usbutils" + +KMEXTRACTONLY="apps/cmake/modules/" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with ieee1394 RAW1394) + $(cmake-utils_use_with opengl OpenGL)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kioclient/kioclient-9999.ebuild b/kde-base/kioclient/kioclient-9999.ebuild new file mode 100644 index 0000000000..241d0e50c2 --- /dev/null +++ b/kde-base/kioclient/kioclient-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="Command-line tool for network-transparent operations" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kiriki/kiriki-9999.ebuild b/kde-base/kiriki/kiriki-9999.ebuild new file mode 100644 index 0000000000..3eaadcc3a2 --- /dev/null +++ b/kde-base/kiriki/kiriki-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="Kiriki - a gtali clone for KDE4" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kitchensync/kitchensync-9999.ebuild b/kde-base/kitchensync/kitchensync-9999.ebuild new file mode 100644 index 0000000000..dffcae2e24 --- /dev/null +++ b/kde-base/kitchensync/kitchensync-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=1 + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="Synchronize Data with KDE" +IUSE="debug" +KEYWORDS="" + +DEPEND=">=app-pda/libopensync-0.38 + dev-libs/glib:2 + kde-base/libkdepim:${SLOT}" +# kitchensync uses libopensync plugins to sync resources. Install these +# resources to sync with these resources. Install at least one of these. +#PDEPEND="suggested: +# >=app-pda/libopensync-plugin-evolution2-0.30 +# >=app-pda/libopensync-plugin-file-0.30 +# >=app-pda/libopensync-plugin-gnokii-0.30 +# >=app-pda/libopensync-plugin-google-calendar-0.30 +# >=app-pda/libopensync-plugin-gpe-0.30 +# >=app-pda/libopensync-plugin-irmc-0.30 +# >=app-pda/libopensync-plugin-kdepim-0.30 +# >=app-pda/libopensync-plugin-palm-0.30 +# >=app-pda/libopensync-plugin-python-0.30 +# >=app-pda/libopensync-plugin-syncml-0.30 +# >=app-pda/libopensync-plugin-vformat-0.30" + +KMEXTRACTONLY="libkdepim" diff --git a/kde-base/kiten/kiten-9999.ebuild b/kde-base/kiten/kiten-9999.ebuild new file mode 100644 index 0000000000..9df5823048 --- /dev/null +++ b/kde-base/kiten/kiten-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE Japanese dictionary and reference" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kjots/kjots-9999.ebuild b/kde-base/kjots/kjots-9999.ebuild new file mode 100644 index 0000000000..19ba35a8a5 --- /dev/null +++ b/kde-base/kjots/kjots-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="Kjots - KDE note taking utility" +KEYWORDS="" +IUSE="debug htmlhandbook" + +KMEXTRACTONLY="libkdepim" + +src_compile() { + MAKEOPTS="${MAKEOPTS} -j1" # parallel builds seem to fail + # with generating dbus interfaces + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kjumpingcube/kjumpingcube-9999.ebuild b/kde-base/kjumpingcube/kjumpingcube-9999.ebuild new file mode 100644 index 0000000000..91fcbe43d2 --- /dev/null +++ b/kde-base/kjumpingcube/kjumpingcube-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE: Tactical one or two player game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kleopatra/kleopatra-9999.ebuild b/kde-base/kleopatra/kleopatra-9999.ebuild new file mode 100644 index 0000000000..e2dfac9db5 --- /dev/null +++ b/kde-base/kleopatra/kleopatra-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="Kleopatra - KDE X.509 key manager" +KEYWORDS="" +IUSE="debug htmlhandbook" +RESTRICT="test" + +DEPEND="app-crypt/gnupg + app-crypt/gpgme + dev-libs/libassuan + >=kde-base/libkleo-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkleo" +KMLOADLIBS="libkleo" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DWITH_QGpgme=ON" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/klettres/klettres-9999.ebuild b/kde-base/klettres/klettres-9999.ebuild new file mode 100644 index 0000000000..4c94c7adf3 --- /dev/null +++ b/kde-base/klettres/klettres-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE: KLettres helps a very young child or an adult learning " +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" diff --git a/kde-base/klines/klines-9999.ebuild b/kde-base/klines/klines-9999.ebuild new file mode 100644 index 0000000000..74cd7ff83e --- /dev/null +++ b/kde-base/klines/klines-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE: Kolor Lines - a little game about balls and how to get rid of them" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/klinkstatus/klinkstatus-9999.ebuild b/kde-base/klinkstatus/klinkstatus-9999.ebuild new file mode 100644 index 0000000000..951380b48b --- /dev/null +++ b/kde-base/klinkstatus/klinkstatus-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" + +KMNAME=kdewebdev +inherit kde4svn-meta + +DESCRIPTION="KDE web development - link validity checker" +KEYWORDS="" +IUSE="debug tidy" + +HOMEPAGE="http://www.kde.org/" + +DEPEND=" + tidy? ( app-text/htmltidy )" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with tidy LibTidy)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/klipper/klipper-9999.ebuild b/kde-base/klipper/klipper-9999.ebuild new file mode 100644 index 0000000000..5f34ab746b --- /dev/null +++ b/kde-base/klipper/klipper-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="Applet for KDE and X clipboard management" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkworkspace-${PV}:${SLOT} + >=kde-base/libtaskmanager-${PV}:${SLOT} + x11-libs/libXfixes" +RDEPEND="${DEPEND}" + +src_compile() { + epatch "${FILESDIR}/${P}-find-zlib.patch" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kmag/kmag-9999.ebuild b/kde-base/kmag/kmag-9999.ebuild new file mode 100644 index 0000000000..89f3ad25bd --- /dev/null +++ b/kde-base/kmag/kmag-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeaccessibility +inherit kde4svn-meta + +DESCRIPTION="KDE screen magnifier" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kmahjongg/kmahjongg-9999.ebuild b/kde-base/kmahjongg/kmahjongg-9999.ebuild new file mode 100644 index 0000000000..d72a8ec200 --- /dev/null +++ b/kde-base/kmahjongg/kmahjongg-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="Mahjongg for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook" +DEPEND="${DEPEND} + >=kde-base/libkmahjongg-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkdegames libkmahjongg" diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild new file mode 100644 index 0000000000..316df18b9e --- /dev/null +++ b/kde-base/kmail/kmail-9999.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." +KEYWORDS="" +IUSE="debug htmlhandbook nepomuk" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/libkleo-${PV}:${SLOT} + >=kde-base/libkpgp-${PV}:${SLOT} + >=kde-base/libksieve-${PV}:${SLOT} + >=kde-base/mimelib-${PV}:${SLOT} + nepomuk? ( >=kde-base/nepomuk-${PV}:${SLOT} )" + +RDEPEND="${DEPEND} + >=kde-base/kmailcvt-${PV}:${SLOT}" + +KMEXTRACTONLY="kaddressbook/org.kde.KAddressbook.Core.xml + korganizer/org.kde.Korganizer.Calendar.xml + libkdepim + libkleo + libkpgp + mimelib" +KMEXTRA="${KMEXTRA} plugins/kmail/" +KMLOADLIBS="libkdepim" + +src_unpack() { + kde4svn-meta_src_unpack + +} + +src_compile() { + # not really sure what INDEXLIB does. if it turns out to be useful it should + # either be enabled or have a use flag.. :p + mycmakeargs="${mycmakeargs} + -DWITH_INDEXLIB=OFF + $(cmake-utils_use_with nepomuk Nepomuk)" + + MAKEOPTS="${MAKEOPTS} -j1" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kmailcvt/kmailcvt-9999.ebuild b/kde-base/kmailcvt/kmailcvt-9999.ebuild new file mode 100644 index 0000000000..9d87eb630e --- /dev/null +++ b/kde-base/kmailcvt/kmailcvt-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KMail Import Filters" +KEYWORDS="" +IUSE="debug" + +DEPEND="app-crypt/gnupg + app-crypt/gpgme" +RDEPEND="${DEPEND}" + +# xml targets from kmail are being uncommented by kde4overlay-meta.eclass +KMEXTRACTONLY="kmail/" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DWITH_QGpgme=ON" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kmenuedit/kmenuedit-9999.ebuild b/kde-base/kmenuedit/kmenuedit-9999.ebuild new file mode 100644 index 0000000000..015c3f7aad --- /dev/null +++ b/kde-base/kmenuedit/kmenuedit-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="KDE menu editor" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="kde-base/khotkeys:${SLOT}" + +src_compile() { + mkdir -pv "${WORKDIR}"/${PN}_build/khotkeys/app/ || die "mkdir failed" + ln -s ${KDEDIR}/share/dbus-1/interfaces/org.kde.khotkeys.xml \ + "${WORKDIR}"/${PN}_build/khotkeys/app/org.kde.khotkeys.xml \ + || die "symlinking xml file failed" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kmimetypefinder/kmimetypefinder-9999.ebuild b/kde-base/kmimetypefinder/kmimetypefinder-9999.ebuild new file mode 100644 index 0000000000..9ad3e9cbea --- /dev/null +++ b/kde-base/kmimetypefinder/kmimetypefinder-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE application to report the mimetype for a given file" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kmines/kmines-9999.ebuild b/kde-base/kmines/kmines-9999.ebuild new file mode 100644 index 0000000000..2ef2681bb5 --- /dev/null +++ b/kde-base/kmines/kmines-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KMines is a classic mine sweeper game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kmix/kmix-9999.ebuild b/kde-base/kmix/kmix-9999.ebuild new file mode 100644 index 0000000000..bb2bfa91e2 --- /dev/null +++ b/kde-base/kmix/kmix-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdemultimedia +inherit kde4svn-meta + +DESCRIPTION="KDE mixer gui" +KEYWORDS="" +IUSE="alsa debug htmlhandbook" + +DEPEND=" + media-sound/phonon + alsa? ( >=media-libs/alsa-lib-1.0.14a )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with alsa Alsa)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/kmousetool/kmousetool-9999.ebuild b/kde-base/kmousetool/kmousetool-9999.ebuild new file mode 100644 index 0000000000..dc3bd6bcb5 --- /dev/null +++ b/kde-base/kmousetool/kmousetool-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeaccessibility +inherit kde4svn-meta + +DESCRIPTION="KDE accessibility tool: translates mouse hovering into clicks" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT} + media-sound/phonon" diff --git a/kde-base/kmouth/kmouth-9999.ebuild b/kde-base/kmouth/kmouth-9999.ebuild new file mode 100644 index 0000000000..d8d63fc47c --- /dev/null +++ b/kde-base/kmouth/kmouth-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeaccessibility +inherit kde4svn-meta + +DESCRIPTION="KDE: A type-and-say front end for speech synthesizers" +KEYWORDS="" +IUSE="debug htmlhandbook" + +# KDE text to speech daemon +#PDEPEND="suggested: +# kde-base/kttsd:${SLOT}" diff --git a/kde-base/kmplot/kmplot-9999.ebuild b/kde-base/kmplot/kmplot-9999.ebuild new file mode 100644 index 0000000000..17b8cef815 --- /dev/null +++ b/kde-base/kmplot/kmplot-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" diff --git a/kde-base/knetattach/knetattach-9999.ebuild b/kde-base/knetattach/knetattach-9999.ebuild new file mode 100644 index 0000000000..6166e4b1d8 --- /dev/null +++ b/kde-base/knetattach/knetattach-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE network wizard" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/knetwalk/knetwalk-9999.ebuild b/kde-base/knetwalk/knetwalk-9999.ebuild new file mode 100644 index 0000000000..cc4af9c98a --- /dev/null +++ b/kde-base/knetwalk/knetwalk-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE: Knetwalk is the kde version of the popular NetWalk game for system administrators" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/knetworkconf/knetworkconf-9999.ebuild b/kde-base/knetworkconf/knetworkconf-9999.ebuild new file mode 100644 index 0000000000..b4e20e0347 --- /dev/null +++ b/kde-base/knetworkconf/knetworkconf-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=1 + +KMNAME=kdeadmin +inherit kde4svn-meta + +DESCRIPTION="KDE control Center Module to confiure Network settings" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="kde-base/kdepimlibs:${SLOT}" diff --git a/kde-base/knewsticker/knewsticker-9999.ebuild b/kde-base/knewsticker/knewsticker-9999.ebuild new file mode 100644 index 0000000000..1d55d8919d --- /dev/null +++ b/kde-base/knewsticker/knewsticker-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdenetwork +inherit kde4svn-meta + +DESCRIPTION="Plasma widget: rss news ticker" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="kde-base/libplasma:${SLOT}" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libplasma" + +src_compile() { + mycmakeargs="${mycmakeargs} -DWITH_Plasma=ON" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/knewstuff/knewstuff-9999.ebuild b/kde-base/knewstuff/knewstuff-9999.ebuild new file mode 100644 index 0000000000..af91026646 --- /dev/null +++ b/kde-base/knewstuff/knewstuff-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE4 software to download and upload 'new stuff'" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/knode/knode-9999.ebuild b/kde-base/knode/knode-9999.ebuild new file mode 100644 index 0000000000..07e482e35b --- /dev/null +++ b/kde-base/knode/knode-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="A newsreader for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/libkpgp-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkdepim/ + libkpgp/" + #kaddressbook/org.kde.KAddressbook.Core.xml + #korganizer/korgac/org.kde.korganizer.KOrgac.xml" + +KMLOADLIBS="libkdepim" diff --git a/kde-base/knotes/knotes-9999.ebuild b/kde-base/knotes/knotes-9999.ebuild new file mode 100644 index 0000000000..464ff21b4c --- /dev/null +++ b/kde-base/knotes/knotes-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE Notes" +IUSE="debug" +KEYWORDS="" + +DEPEND="kde-base/libkdepim:${SLOT}" + +KMEXTRACTONLY="libkdepim" +KMLOADLIBS="libkdepim" diff --git a/kde-base/knotify/knotify-9999.ebuild b/kde-base/knotify/knotify-9999.ebuild new file mode 100644 index 0000000000..4e9d18c9a5 --- /dev/null +++ b/kde-base/knotify/knotify-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="The KDE notification daemon." +IUSE="debug" +KEYWORDS="" + +DEPEND="media-sound/phonon" +RDEPEND="${DEPEND}" diff --git a/kde-base/kode/kode-9999.ebuild b/kde-base/kode/kode-9999.ebuild new file mode 100644 index 0000000000..d615324ee8 --- /dev/null +++ b/kde-base/kode/kode-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE kpgp library" +IUSE="debug" +KEYWORDS="" + +KMEXTRACTONLY="libkdepim" +DEPEND="kde-base/kdepimlibs:${SLOT}" diff --git a/kde-base/kolf/kolf-9999.ebuild b/kde-base/kolf/kolf-9999.ebuild new file mode 100644 index 0000000000..f67be19dd4 --- /dev/null +++ b/kde-base/kolf/kolf-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE Minigolf Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kollision/kollision-9999.ebuild b/kde-base/kollision/kollision-9999.ebuild new file mode 100644 index 0000000000..07b0fa23ab --- /dev/null +++ b/kde-base/kollision/kollision-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE: A simple ball dodging game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild new file mode 100644 index 0000000000..be98f0bd3c --- /dev/null +++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="Paint Program for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook" +LICENSE="BSD LGPL-2" + +DEPEND="kde-base/qimageblitz" +RDEPEND="${DEPEND}" diff --git a/kde-base/kommander/kommander-9999.ebuild b/kde-base/kommander/kommander-9999.ebuild new file mode 100644 index 0000000000..ebfbe6eb0f --- /dev/null +++ b/kde-base/kommander/kommander-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +KMNAME=kdewebdev +EAPI="1" +SLOT="kde-svn" +inherit kde4svn-meta + +DESCRIPTION="KDE dialog system for scripting" +KEYWORDS="" +IUSE="" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with tidy LibTidy)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/kompare/kompare-9999.ebuild b/kde-base/kompare/kompare-9999.ebuild new file mode 100644 index 0000000000..36c30baadf --- /dev/null +++ b/kde-base/kompare/kompare-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="Kompare is a program to view the differences between files." +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/konqueror/konqueror-9999.ebuild b/kde-base/konqueror/konqueror-9999.ebuild new file mode 100644 index 0000000000..40ae3c2f68 --- /dev/null +++ b/kde-base/konqueror/konqueror-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="KDE: Web browser, file manager, ..." +IUSE="debug htmlhandbook" +KEYWORDS="" +RESTRICT="test" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" +RDEPEND="${DEPEND} + >=kde-base/kdebase-kioslaves-${PV}:${SLOT} + >=kde-base/kfind-${PV}:${SLOT} + >=kde-base/kurifilter-plugins-${PV}:${SLOT}" + +KMEXTRA="apps/doc/${PN}" +KMEXTRACTONLY="apps/lib/konq/" +KMLOADLIBS="libkonq" diff --git a/kde-base/konquest/konquest-9999.ebuild b/kde-base/konquest/konquest-9999.ebuild new file mode 100644 index 0000000000..1b544a1674 --- /dev/null +++ b/kde-base/konquest/konquest-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="Galactic Strategy KDE Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild new file mode 100644 index 0000000000..6fb32a0239 --- /dev/null +++ b/kde-base/konsole/konsole-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="X terminal for use with KDE." +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + >=x11-libs/libxklavier-3.2 + x11-libs/libXrender + x11-libs/libXtst" +DEPEND="${RDEPEND} + x11-apps/bdftopcf + x11-proto/kbproto + x11-proto/renderproto" +RESTRICT="test" + +src_unpack() { + if use htmlhandbook; then + KMEXTRA="${KMEXTRA} + apps/doc/${PN}" + fi + + kde4svn-meta_src_unpack +} diff --git a/kde-base/kontact-specialdates/kontact-specialdates-9999.ebuild b/kde-base/kontact-specialdates/kontact-specialdates-9999.ebuild new file mode 100644 index 0000000000..3d68120196 --- /dev/null +++ b/kde-base/kontact-specialdates/kontact-specialdates-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +KMNAME=kdepim +KMNOMODULE=true +SLOT="kde-svn" +EAPI="1" +inherit kde4svn-meta + +DESCRIPTION="Special Dates plugin for Kontact: displays a summary of important holidays and calendar events" +KEYWORDS="" +IUSE="" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/kontact-${PV}:${SLOT} + >=kde-base/kaddressbook-${PV}:${SLOT} + >=kde-base/korganizer-${PV}:${SLOT} + >=kde-base/libkholidays-${PV}:${SLOT}" +RDEPEND="${DEPEND} + >=kde-base/libkdepim-${PV}:${SLOT}" + +# has to be fixed +#KMCOPYLIB="libkdepim libkdepim/ +# libkpinterfaces kontactinterfaces +# libkaddressbook kaddressbook +# libkorganizer_calendar korganizer +# libkholidays libkholidays" +KMEXTRACTONLY="libkholidays + kontactinterfaces/ + kaddressbook + korganizer + libkdepim" +KMEXTRA="kontact/plugins/specialdates" + +src_unpack() { + kde4svn-meta_src_unpack + sed -e \ + 's:target_link_libraries(${LINK_ARG_LIST}:target_link_libraries(${LINK_ARG_LIST}\ ${KDE4_KCAL_LIBS}:g' \ + -i "${WORKDIR}/${PN}/CMakeLists.txt" || die "linkage fix falied" + +} diff --git a/kde-base/kontact/kontact-9999.ebuild b/kde-base/kontact/kontact-9999.ebuild new file mode 100644 index 0000000000..4d5a208852 --- /dev/null +++ b/kde-base/kontact/kontact-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE personal information manager" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="app-crypt/gnupg + app-crypt/gpgme + >=kde-base/kontactinterfaces-${PV}:${SLOT} + >=kde-base/libkdepim-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" +KMSAVELIBS="true" + +# We remove plugins that are related to external kdepim programs. This way +# kontact doesn't have to depend on all programs it has plugins for. +# +# xml targets from kmail/ are being uncommented by kde4overlay-meta.eclass +KMEXTRACTONLY="libkdepim/ + kmail/ + kontact/plugins/akregator/ + kontact/plugins/kaddressbook/ + kontact/plugins/kjots/ + kontact/plugins/kmail/ + kontact/plugins/kmobiletools + kontact/plugins/knode/ + kontact/plugins/knotes/ + kontact/plugins/korganizer/ + kontact/plugins/ktimetracker/ + kontact/plugins/planner/ + kontact/plugins/specialdates/ + kontactinterfaces/" diff --git a/kde-base/kontactinterfaces/kontactinterfaces-9999.ebuild b/kde-base/kontactinterfaces/kontactinterfaces-9999.ebuild new file mode 100644 index 0000000000..7a40605ffd --- /dev/null +++ b/kde-base/kontactinterfaces/kontactinterfaces-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="Interfaces for Kontact" +KEYWORDS="" +IUSE="debug" + +KMEXTRACTONLY="libkdepim/" +KMSAVELIBS="true" + +DEPEND="kde-base/libkdepim:${SLOT}" diff --git a/kde-base/kopete/kopete-9999.ebuild b/kde-base/kopete/kopete-9999.ebuild new file mode 100644 index 0000000000..5378fb6c00 --- /dev/null +++ b/kde-base/kopete/kopete-9999.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdenetwork +inherit kde4svn-meta + +DESCRIPTION="KDE multi-protocol IM client" +KEYWORDS="" +IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise + +highlight +history htmlhandbook +jabber latex +msn messenger msn + +nowlistening +oscar +otr +privacy qq sms ssl +statistics testbed telepathy + +texteffect +translator +urlpicpreview +webpresence winpopup yahoo" +# IUSE="irc jingle meanwhile" + +# plugins: addbookmarks, alias, autoreplace, contactnotes, highlight, history, +# latext, nowlistening, otr, privacy, (sqlite?) statistics, texteffect, translator, +# urlpicpreview, (&& xml2 xslt) webpresence + +# protocols: (ssl?) gadu, (qca2?) groupwise, irc (disabled), (&& qca2 idn) jabber, +# jingle (disabled), meanwhile (not ported), messenger (not ready), msn, oscar, +# qq, sms, (decibel?) telepathy (not ready), testbed, winpopup, yahoo + +# Tests are KDE-ish. +RESTRICT="test" + +RDEPEND=" + dev-libs/libpcre + kde-base/qimageblitz + x11-libs/libXScrnSaver + gadu? ( dev-libs/openssl ) + groupwise? ( app-crypt/qca:2 ) + jabber? ( net-dns/libidn app-crypt/qca:2 ) + otr? ( net-libs/libotr ) + statistics? ( dev-db/sqlite:3 ) + webpresence? ( dev-libs/libxml2 dev-libs/libxslt ) + telepathy? ( net-libs/decibel ) + ssl? ( app-crypt/qca-ossl )" + +DEPEND="${RDEPEND} + x11-proto/scrnsaverproto + privacy? ( >=net-libs/libotr-3.1.0 )" + +src_compile() { + # Xmms isn't in portage, thus forcefully disabled. + mycmakeargs="${mycmakeargs} + -DWITH_Xmms=OFF + $(cmake-utils_use_with addbookmarks) + $(cmake-utils_use_with alias) + $(cmake-utils_use_with autoreplace) + $(cmake-utils_use_with contactnotes) + $(cmake-utils_use_with gadu) + $(cmake-utils_use_with gadu OPENSSL) + $(cmake-utils_use_with groupwise) + $(cmake-utils_use_with groupwise QCA2) + $(cmake-utils_use_with highlight) + $(cmake-utils_use_with history) + $(cmake-utils_use_with jabber IDN) + $(cmake-utils_use_with jabber QCA2) + $(cmake-utils_use_with latex) + $(cmake-utils_use_with messenger) + $(cmake-utils_use_with msn) + $(cmake-utils_use_with nowlistening) + $(cmake-utils_use_with oscar) + $(cmake-utils_use_with otr) + $(cmake-utils_use_with privacy) + $(cmake-utils_use_with qq) + $(cmake-utils_use_with sms) + $(cmake-utils_use_with statistics Sqlite) + $(cmake-utils_use_with statistics) + $(cmake-utils_use_with testbed) + $(cmake-utils_use_with telepathy) + $(cmake-utils_use_with telepathy Decibel) + $(cmake-utils_use_with texteffect) + $(cmake-utils_use_with translator) + $(cmake-utils_use_with urlpicpreview) + $(cmake-utils_use_with webpresence LibXml2) + $(cmake-utils_use_with webpresence LibXslt) + $(cmake-utils_use_with webpresence) + $(cmake-utils_use_with winpopup) + $(cmake-utils_use_with yahoo)" + + kde4overlay-meta_src_compile +} + +pkg_postinst() { + if use telepathy; then + elog "To use kopete telepathy plugins, you need to start gabble first:" + elog "GABBLE_PERSIST=1 telepathy-gabble &" + elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/" + fi + if use jabber || use messenger; then + echo + elog "In order to use ssl in jabber, messenger and irc you'll need to have qca-ossl" + echo + fi +} diff --git a/kde-base/korganizer/korganizer-9999.ebuild b/kde-base/korganizer/korganizer-9999.ebuild new file mode 100644 index 0000000000..be2665f020 --- /dev/null +++ b/kde-base/korganizer/korganizer-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="A Personal Organizer for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="app-crypt/gpgme + >=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/libkholidays-${PV}:${SLOT} + kontact? ( >=kde-base/kaddressbook-${PV}:${SLOT} )" + #>=kde-base/kdepim-kresources-${PV}:${SLOT} +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" +use kontact && KMLOADLIBS+=" kontactinterfaces" + +KMEXTRA="kdgantt1" +use kontact && KMEXTRA+=" kontact/plugins/planner" + +# xml targets from kmail are being uncommented by kde4overlay-meta.eclass +KMEXTRACTONLY="kaddressbook/org.kde.KAddressbook.Core.xml + kmail/ + knode/org.kde.knode.xml + libkdepim + libkholidays" diff --git a/kde-base/korn/korn-9999.ebuild b/kde-base/korn/korn-9999.ebuild new file mode 100644 index 0000000000..d440348fd1 --- /dev/null +++ b/kde-base/korn/korn-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE mailbox checker" +IUSE="debug" +KEYWORDS="" + +KMEXTRACTONLY="kmail" diff --git a/kde-base/kpasswdserver/kpasswdserver-9999.ebuild b/kde-base/kpasswdserver/kpasswdserver-9999.ebuild new file mode 100644 index 0000000000..a165cbad76 --- /dev/null +++ b/kde-base/kpasswdserver/kpasswdserver-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDED Password Module" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kpat/kpat-9999.ebuild b/kde-base/kpat/kpat-9999.ebuild new file mode 100644 index 0000000000..196d9a8cfa --- /dev/null +++ b/kde-base/kpat/kpat-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kpercentage/kpercentage-9999.ebuild b/kde-base/kpercentage/kpercentage-9999.ebuild new file mode 100644 index 0000000000..568125e77f --- /dev/null +++ b/kde-base/kpercentage/kpercentage-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE educational: A program to improve your skills in calculating with percentages" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kppp/kppp-9999.ebuild b/kde-base/kppp/kppp-9999.ebuild new file mode 100644 index 0000000000..95c99853ec --- /dev/null +++ b/kde-base/kppp/kppp-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdenetwork +inherit kde4svn-meta + +DESCRIPTION="KDE: A dialer and front-end to pppd." +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kquitapp/kquitapp-9999.ebuild b/kde-base/kquitapp/kquitapp-9999.ebuild new file mode 100644 index 0000000000..29fcc1eec6 --- /dev/null +++ b/kde-base/kquitapp/kquitapp-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="A CLI application quitter" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/krdc/krdc-9999.ebuild b/kde-base/krdc/krdc-9999.ebuild new file mode 100644 index 0000000000..1a5f028fcf --- /dev/null +++ b/kde-base/krdc/krdc-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdenetwork +inherit kde4svn-meta + +DESCRIPTION="KDE remote desktop connection (RDP and VNC) client" +KEYWORDS="" +IUSE="debug htmlhandbook jpeg vnc zeroconf" + +#nx? ( >=net-misc/nxcl-0.9-r1 ) doesnt work atm +#sed -e '72,74d' -i ${WORKDIR}/krdc_build/krdc/cmake_install.cmake || die "sed failed" #nomachine default key isnt there, doesnt matter + +DEPEND=" + jpeg? ( media-libs/jpeg ) + vnc? ( >=net-libs/libvncserver-0.9 ) + zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with jpeg JPEG) + $(cmake-utils_use_with vnc LibVNCServer) + $(cmake-utils_use_with zeroconf DNSSD)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/kreadconfig/kreadconfig-9999.ebuild b/kde-base/kreadconfig/kreadconfig-9999.ebuild new file mode 100644 index 0000000000..c3cab57686 --- /dev/null +++ b/kde-base/kreadconfig/kreadconfig-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE: A command-line tool to read KConfig entries" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kreversi/kreversi-9999.ebuild b/kde-base/kreversi/kreversi-9999.ebuild new file mode 100644 index 0000000000..3015fe6b79 --- /dev/null +++ b/kde-base/kreversi/kreversi-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE Board Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/krfb/krfb-9999.ebuild b/kde-base/krfb/krfb-9999.ebuild new file mode 100644 index 0000000000..1ef4c1efc1 --- /dev/null +++ b/kde-base/krfb/krfb-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdenetwork +inherit kde4svn-meta + +DESCRIPTION="VNC-compatible server to share KDE desktops" +KEYWORDS="" +IUSE="debug htmlhandbook zeroconf" + +DEPEND=" + >=net-libs/libvncserver-0.9 + net-libs/openslp + x11-libs/libXdamage + zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) )" +RDEPEND="${DEPEND}" + +src_compile() { + # krfb requires both slp and vnc to build + mycmakeargs="${mycmakeargs} + -DWITH_Xmms=OFF -DWITH_SLP=ON -DWITH_LibVNCServer=ON + $(cmake-utils_use_with zeroconf DNSSD)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/krosspython/krosspython-9999.ebuild b/kde-base/krosspython/krosspython-9999.ebuild new file mode 100644 index 0000000000..643a3ea19d --- /dev/null +++ b/kde-base/krosspython/krosspython-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebindings +KMMODULE="python/krosspython" +# Required for python/pykde4/cmake/modules/FindPythonLibrary.cmake which is +# used by krosspython +KMEXTRACTONLY="python/pykde4" + +inherit kde4svn-meta + +DESCRIPTION="Kross scripting framework: Python interpreter" +KEYWORDS="" +IUSE="debug" + +DEPEND="dev-lang/python" +RDEPEND="${DEPEND}" diff --git a/kde-base/krossruby/krossruby-9999.ebuild b/kde-base/krossruby/krossruby-9999.ebuild new file mode 100644 index 0000000000..a734a1ef18 --- /dev/null +++ b/kde-base/krossruby/krossruby-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebindings +KMMODULE="ruby/krossruby" +inherit kde4svn-meta + +DESCRIPTION="Ruby plugin for the kdelibs/kross scripting framework." +KEYWORDS="" +IUSE="debug" + +DEPEND="dev-lang/ruby" +RDEPEND="${DEPEND}" diff --git a/kde-base/kruler/kruler-9999.ebuild b/kde-base/kruler/kruler-9999.ebuild new file mode 100644 index 0000000000..c29aba554c --- /dev/null +++ b/kde-base/kruler/kruler-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="A screen ruler for the K Desktop Environment" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/krunner/krunner-9999.ebuild b/kde-base/krunner/krunner-9999.ebuild new file mode 100644 index 0000000000..de19091b5e --- /dev/null +++ b/kde-base/krunner/krunner-9999.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="KDE Command Runner" +IUSE="debug xcomposite xscreensaver" +KEYWORDS="" + +COMMONDEPEND=">=kde-base/ksmserver-${PV}:${SLOT} + >=kde-base/ksysguard-${PV}:${SLOT} + >=kde-base/libkworkspace-${PV}:${SLOT} + >=kde-base/libplasma-${PV}:${SLOT} + x11-libs/libXxf86misc + opengl? ( virtual/opengl ) + xcomposite? ( x11-libs/libXcomposite ) + xscreensaver? ( x11-libs/libXScrnSaver )" +DEPEND="${COMMONDEPEND} + x11-proto/xf86miscproto + xcomposite? ( x11-proto/compositeproto )" +RDEPEND="${COMMONDEPEND} + >=kde-base/kdebase-data-${PV}:${SLOT}" + +KMEXTRACTONLY=" + libs/kdm/ + libs/ksysguard/ + libs/kworkspace/ + kcontrol/ + ksysguard/ + ksmserver/org.kde.KSMServerInterface.xml + plasma/shells/screensaver/org.kde.plasma-overlay.App.xml + kcheckpass/" + +KMLOADLIBS="libkworkspace + libplasma" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with xcomposite X11_Xcomposite) + $(cmake-utils_use_with xscreensaver X11_Xscreensaver)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/ksame/ksame-9999.ebuild b/kde-base/ksame/ksame-9999.ebuild new file mode 100644 index 0000000000..5ffc966cab --- /dev/null +++ b/kde-base/ksame/ksame-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE: Same Game - a little game about balls and how to get rid of them" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild new file mode 100644 index 0000000000..52ffcc7620 --- /dev/null +++ b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="kdegraphics" +NEED_KDE="svn" +SLOT="kde-svn" + +inherit kde4svn-meta + +DESCRIPTION="SANE Plugin for KDE" +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" + +DEPEND="kde-base/libksane:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-base/kscd/kscd-9999.ebuild b/kde-base/kscd/kscd-9999.ebuild new file mode 100644 index 0000000000..52b34e9742 --- /dev/null +++ b/kde-base/kscd/kscd-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdemultimedia +inherit kde4svn-meta + +DESCRIPTION="KDE CD player" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=" + >=kde-base/libkcddb-${PV}:${SLOT} + >=kde-base/libkcompactdisc-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkcompactdisc/" diff --git a/kde-base/kscreensaver/kscreensaver-9999.ebuild b/kde-base/kscreensaver/kscreensaver-9999.ebuild new file mode 100644 index 0000000000..fed90bc178 --- /dev/null +++ b/kde-base/kscreensaver/kscreensaver-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="KDE screensaver framework" +KEYWORDS="" +IUSE="debug pam" + +RDEPEND="dev-libs/glib + >=x11-libs/libxklavier-3.2 + >=x11-libs/libXrandr-1.2.1 + x11-libs/libXtst + opengl? ( virtual/opengl ) + pam? ( >=kde-base/kdebase-pam-7 + sys-libs/pam )" +DEPEND="${RDEPEND} + x11-proto/randrproto" + +# PATCHES="${FILESDIR}/kdebase-${PV}-pam-optional.patch" + +src_compile() { + epatch "${FILESDIR}"/kdebase-4.0.82-pam-optional.patch + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with pam PAM)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kshisen/kshisen-9999.ebuild b/kde-base/kshisen/kshisen-9999.ebuild new file mode 100644 index 0000000000..4bda1f550c --- /dev/null +++ b/kde-base/kshisen/kshisen-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="A KDE game similiar to Mahjongg" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkmahjongg-${PV}:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-base/ksirk/ksirk-9999.ebuild b/kde-base/ksirk/ksirk-9999.ebuild new file mode 100644 index 0000000000..18d33ceda0 --- /dev/null +++ b/kde-base/ksirk/ksirk-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=1 + +KMNAME=kdegames + +inherit kde4svn-meta + +DESCRIPTION="KDE: Ksirk is a KDE port of the board game risk" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/ksmserver/ksmserver-9999.ebuild b/kde-base/ksmserver/ksmserver-9999.ebuild new file mode 100644 index 0000000000..7ff07efa77 --- /dev/null +++ b/kde-base/ksmserver/ksmserver-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="The reliable KDE session manager that talks the standard X11R6" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=kde-base/kcminit-${PV}:${SLOT} + >=kde-base/libkworkspace-${PV}:${SLOT} + >=kde-base/libplasma-${PV}:${SLOT} + >=kde-base/solid-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="kcminit/main.h + libs/kworkspace/ + libs/plasma/ + solid/" + +KMLOADLIBS="libkworkspace libplasma" diff --git a/kde-base/ksnapshot/ksnapshot-9999.ebuild b/kde-base/ksnapshot/ksnapshot-9999.ebuild new file mode 100644 index 0000000000..a693b56423 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kspaceduel/kspaceduel-9999.ebuild b/kde-base/kspaceduel/kspaceduel-9999.ebuild new file mode 100644 index 0000000000..35041999ed --- /dev/null +++ b/kde-base/kspaceduel/kspaceduel-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE Space Game" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/ksplash/ksplash-9999.ebuild b/kde-base/ksplash/ksplash-9999.ebuild new file mode 100644 index 0000000000..b476c74d50 --- /dev/null +++ b/kde-base/ksplash/ksplash-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" +KEYWORDS="" +IUSE="3dnow altivec debug mmx sse sse2 xinerama" + +RDEPEND="media-libs/libpng + xinerama? ( x11-libs/libXinerama )" +DEPEND="${RDEPEND} + xinerama? ( x11-proto/xineramaproto )" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_has 3dnow X86_3DNOW) + $(cmake-utils_has altivec PPC_ALTIVEC) + $(cmake-utils_has mmx X86_MMX) + $(cmake-utils_has sse X86_SSE) + $(cmake-utils_has sse2 X86_SSE2) + $(cmake-utils_use_with xinerama X11_Xinerama)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/ksquares/ksquares-9999.ebuild b/kde-base/ksquares/ksquares-9999.ebuild new file mode 100644 index 0000000000..f8f7151af8 --- /dev/null +++ b/kde-base/ksquares/ksquares-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KSquares is an implementation of the game squares for KDE4" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kstars/kstars-9999.ebuild b/kde-base/kstars/kstars-9999.ebuild new file mode 100644 index 0000000000..af30497428 --- /dev/null +++ b/kde-base/kstars/kstars-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE Desktop Planetarium" +KEYWORDS="" +IUSE="debug fits htmlhandbook nova sbig usb" + +DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} + fits? ( sci-libs/cfitsio ) + nova? ( >=sci-libs/libnova-0.12.1 ) + sbig? ( sci-libs/indilib + usb? ( dev-libs/libusb ) )" +RDEPEND="${DEPEND}" +ESVN_PATCHES="${FILESDIR}/${P}-destdir.patch" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with fits CFitsio) + $(cmake-utils_use_with nova Nova) + $(cmake-utils_use_with sbig SBIG) + $(cmake-utils_use_with usb USB)" + + kde4overlay-meta_src_compile + + # FIXME Unhandled arguments - added sbig but not sure about use descriptions or flag names... + # WITH_SBIG - Switch which controls the detection of the proprietary and binary only SBIG CCD universal library. No ebuild for this package + # are available at the moment. + # ssh_tunnel -> INDI Server binds locally. Remote clients may only connect + # via SSH Tunneling. +} diff --git a/kde-base/kstart/kstart-9999.ebuild b/kde-base/kstart/kstart-9999.ebuild new file mode 100644 index 0000000000..1fe019c665 --- /dev/null +++ b/kde-base/kstart/kstart-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kstartperf/kstartperf-9999.ebuild b/kde-base/kstartperf/kstartperf-9999.ebuild new file mode 100644 index 0000000000..a226017628 --- /dev/null +++ b/kde-base/kstartperf/kstartperf-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="Messures starting performance of applications" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kstartupconfig/kstartupconfig-9999.ebuild b/kde-base/kstartupconfig/kstartupconfig-9999.ebuild new file mode 100644 index 0000000000..0793e32235 --- /dev/null +++ b/kde-base/kstartupconfig/kstartupconfig-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kstyles/kstyles-9999.ebuild b/kde-base/kstyles/kstyles-9999.ebuild new file mode 100644 index 0000000000..ddb3d6a14a --- /dev/null +++ b/kde-base/kstyles/kstyles-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE: A set of different KDE styles." +KEYWORDS="" +IUSE="" + +DEPEND=">=kde-base/qimageblitz-0.0.4" +RDEPEND="${DEPEND}" diff --git a/kde-base/ksudoku/ksudoku-9999.ebuild b/kde-base/ksudoku/ksudoku-9999.ebuild new file mode 100644 index 0000000000..6985faa78f --- /dev/null +++ b/kde-base/ksudoku/ksudoku-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +OPENGL_REQUIRED="always" +inherit kde4svn-meta + +DESCRIPTION="KDE Sudoku" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/ksysguard/ksysguard-9999.ebuild b/kde-base/ksysguard/ksysguard-9999.ebuild new file mode 100644 index 0000000000..8783000ab5 --- /dev/null +++ b/kde-base/ksysguard/ksysguard-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +CPPUNIT_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="KSysguard is a network enabled task manager and system monitor application." +KEYWORDS="" +IUSE="debug htmlhandbook lm_sensors" + +COMMONDEPEND=">=kde-base/kdebase-data-${PV}:${SLOT} + >=kde-base/libplasma-${PV}:${SLOT} + x11-libs/libXrender + x11-libs/libXres + lm_sensors? ( sys-apps/lm_sensors )" +DEPEND="${COMMONDEPEND} + x11-proto/renderproto" +RDEPEND="${COMMONDEPEND} + >=kde-base/plasma-workspace-${PV}:${SLOT}" + +KMEXTRA="libs/ksysguard/" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with lm_sensors Sensors)" + + kde4overlay-meta_src_compile +} + +src_test() { + sed -e '/guitest/s/^/#DONOTTEST/' \ + -i "${S}"/libs/ksysguard/tests/CMakeLists.txt + + kde4overlay-meta_src_test +} diff --git a/kde-base/ksystemlog/ksystemlog-9999.ebuild b/kde-base/ksystemlog/ksystemlog-9999.ebuild new file mode 100644 index 0000000000..f55ee1e621 --- /dev/null +++ b/kde-base/ksystemlog/ksystemlog-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeadmin +KMMODULE=ksystemlog +inherit kde4svn-meta + +DESCRIPTION="KSystemLog is a system log viewer for KDE." +KEYWORDS="" +IUSE="debug htmlhandbook" + +# Last checked at revision 810998. +RESTRICT="test" +DEPEND="kde-base/kdepimlibs:${SLOT}" diff --git a/kde-base/ksystraycmd/ksystraycmd-9999.ebuild b/kde-base/ksystraycmd/ksystraycmd-9999.ebuild new file mode 100644 index 0000000000..fb6d76e6eb --- /dev/null +++ b/kde-base/ksystraycmd/ksystraycmd-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4svn-meta + +DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray." +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kteatime/kteatime-9999.ebuild b/kde-base/kteatime/kteatime-9999.ebuild new file mode 100644 index 0000000000..042bd6d35d --- /dev/null +++ b/kde-base/kteatime/kteatime-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdetoys +inherit kde4svn-meta + +DESCRIPTION="KDE utility for making a fine cup of tea" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/ktimer/ktimer-9999.ebuild b/kde-base/ktimer/ktimer-9999.ebuild new file mode 100644 index 0000000000..1747ec071e --- /dev/null +++ b/kde-base/ktimer/ktimer-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE Timer" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/ktimetracker/ktimetracker-9999.ebuild b/kde-base/ktimetracker/ktimetracker-9999.ebuild new file mode 100644 index 0000000000..47633a1f1e --- /dev/null +++ b/kde-base/ktimetracker/ktimetracker-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KTimeTracker tracks time spent on various tasks." +IUSE="debug" +KEYWORDS="" + +DEPEND="kde-base/kontact:${SLOT} + kde-base/kdepim-kresources:${SLOT} + kde-base/libkdepim:${SLOT}" + +KMEXTRACTONLY="kresources + libkdepim" +KMLOADLIBS="libkdepim + kontactinterfaces" diff --git a/kde-base/ktimezoned/ktimezoned-9999.ebuild b/kde-base/ktimezoned/ktimezoned-9999.ebuild new file mode 100644 index 0000000000..d41a6e7f48 --- /dev/null +++ b/kde-base/ktimezoned/ktimezoned-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE: Timezone daemon" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/ktouch/ktouch-9999.ebuild b/kde-base/ktouch/ktouch-9999.ebuild new file mode 100644 index 0000000000..8b68d4f590 --- /dev/null +++ b/kde-base/ktouch/ktouch-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" diff --git a/kde-base/ktraderclient/ktraderclient-9999.ebuild b/kde-base/ktraderclient/ktraderclient-9999.ebuild new file mode 100644 index 0000000000..2fe465c59d --- /dev/null +++ b/kde-base/ktraderclient/ktraderclient-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="A command-line tool for querying the KDE trader system" +IUSE="debug" +KEYWORDS="" diff --git a/kde-base/kttsd/kttsd-9999.ebuild b/kde-base/kttsd/kttsd-9999.ebuild new file mode 100644 index 0000000000..4d1b84d4c0 --- /dev/null +++ b/kde-base/kttsd/kttsd-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="1" + +KMNAME=kdeaccessibility +inherit kde4svn-meta + +DESCRIPTION="KDE text-to-speech subsystem" +KEYWORDS="" +IUSE="alsa debug htmlhandbook +ktts +phonon" + +COMMONDEPEND="ktts? ( alsa? ( >=media-libs/alsa-lib-1.0.14a ) + phonon? ( media-sound/phonon ) ) + >=kde-base/kcmshell-${PV}:${SLOT} + >=kde-base/knotify-${PV}:${SLOT}" +DEPEND="${DEPEND} ${COMMONDEPEND}" +RDEPEND="${RDEPEND} ${COMMONDEPEND} + ktts? ( app-accessibility/festival + app-accessibility/epos + app-accessibility/freetts + app-accessibility/flite )" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with alsa Alsa) + -DKDE4_KTTSD_PHONON=$(use phonon && echo OFF || echo ON) + -DKDE4_KTTSD_ALSA=$(use alsa && echo ON || echo OFF) + $(cmake-utils_use_with ktts Kttsmodule)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/ktuberling/ktuberling-9999.ebuild b/kde-base/ktuberling/ktuberling-9999.ebuild new file mode 100644 index 0000000000..c8ee7a2512 --- /dev/null +++ b/kde-base/ktuberling/ktuberling-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="KDE: potato game for kids" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kturtle/kturtle-9999.ebuild b/kde-base/kturtle/kturtle-9999.ebuild new file mode 100644 index 0000000000..d51d7fb719 --- /dev/null +++ b/kde-base/kturtle/kturtle-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE: Educational programming environment using the Logo programming language" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" diff --git a/kde-base/ktux/ktux-9999.ebuild b/kde-base/ktux/ktux-9999.ebuild new file mode 100644 index 0000000000..eabc43fbc2 --- /dev/null +++ b/kde-base/ktux/ktux-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdetoys +inherit kde4svn-meta + +DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=app-misc/strigi-0.5.7 + >=kde-base/kscreensaver-${PV}:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-base/kubrick/kubrick-9999.ebuild b/kde-base/kubrick/kubrick-9999.ebuild new file mode 100644 index 0000000000..45b9c6df40 --- /dev/null +++ b/kde-base/kubrick/kubrick-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +OPENGL_REQUIRED="always" +inherit kde4svn-meta + +DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle." +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/kuiserver/kuiserver-9999.ebuild b/kde-base/kuiserver/kuiserver-9999.ebuild new file mode 100644 index 0000000000..fda0976172 --- /dev/null +++ b/kde-base/kuiserver/kuiserver-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE: Progress Info UI server" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kuiviewer/kuiviewer-9999.ebuild b/kde-base/kuiviewer/kuiviewer-9999.ebuild new file mode 100644 index 0000000000..3fa8230ee9 --- /dev/null +++ b/kde-base/kuiviewer/kuiviewer-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="KUIViewer - Displays Designer's UI files" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/kurifilter-plugins/kurifilter-plugins-9999.ebuild b/kde-base/kurifilter-plugins/kurifilter-plugins-9999.ebuild new file mode 100644 index 0000000000..d5315f34d6 --- /dev/null +++ b/kde-base/kurifilter-plugins/kurifilter-plugins-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE: Plugins to manage filtering URIs." +KEYWORDS="" +IUSE="debug" +RESTRICT="test" diff --git a/kde-base/kuser/kuser-9999.ebuild b/kde-base/kuser/kuser-9999.ebuild new file mode 100644 index 0000000000..a0c20c1813 --- /dev/null +++ b/kde-base/kuser/kuser-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeadmin +inherit kde4svn-meta + +DESCRIPTION="KDE user (/etc/passwd and other methods) manager" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="kde-base/kdepimlibs:${SLOT}" +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" diff --git a/kde-base/kwallet/kwallet-9999.ebuild b/kde-base/kwallet/kwallet-9999.ebuild new file mode 100644 index 0000000000..5d7baa7dc5 --- /dev/null +++ b/kde-base/kwallet/kwallet-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE Wallet Management Tool" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="" +RDEPEND=">=kde-base/kcmshell-${PV}:${SLOT} + kde-base/kwalletd:${SLOT}" diff --git a/kde-base/kwalletd/kwalletd-9999.ebuild b/kde-base/kwalletd/kwalletd-9999.ebuild new file mode 100644 index 0000000000..06e9423e27 --- /dev/null +++ b/kde-base/kwalletd/kwalletd-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE Password Server" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="kde-base/kdelibs:${SLOT}" diff --git a/kde-base/kweather/kweather-9999.ebuild b/kde-base/kweather/kweather-9999.ebuild new file mode 100644 index 0000000000..dbf108e95e --- /dev/null +++ b/kde-base/kweather/kweather-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdetoys +inherit kde4svn-meta + +DESCRIPTION="KDE weather status display" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libplasma-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DWITH_Plasma=ON" + + kde4overlay-base_src_compile +} + +src_test() { + pushd "${WORKDIR}"/${PN}_build/${PN}/tests > /dev/null + # 'metar_parser_test' is also available but fails and I'm not sure why + emake stationdatabase_test sun_test || \ + die "Failed to build tests." + for t in *.shell; do + ./"$t" || die "Test '$t' failed." + done + popd > /dev/null +} diff --git a/kde-base/kwin/kwin-9999.ebuild b/kde-base/kwin/kwin-9999.ebuild new file mode 100644 index 0000000000..da0249ebd9 --- /dev/null +++ b/kde-base/kwin/kwin-9999.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="KDE window manager" +KEYWORDS="" +IUSE="captury xcomposite xinerama" + +COMMONDEPEND="x11-libs/libXdamage + x11-libs/libXfixes + >=x11-libs/libXrandr-1.2.1 + x11-libs/libXrender + captury? ( media-libs/libcaptury ) + opengl? ( virtual/opengl ) + xcomposite? ( x11-libs/libXcomposite ) + xinerama? ( x11-libs/libXinerama )" +DEPEND="${COMMONDEPEND} + x11-proto/damageproto + x11-proto/renderproto + xcomposite? ( x11-proto/compositeproto ) + xinerama? ( x11-proto/xineramaproto )" +RDEPEND="${COMMONDEPEND}" + +src_compile() { + if ! use captury; then + sed -e 's:^PKGCONFIG..libcaptury:#DONOTFIND &:' \ + -i "${S}"/kwin/effects/CMakeLists.txt || \ + die "Making captury optional failed." + fi + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with xcomposite X11_Xcomposite) + $(cmake-utils_use_with xinerama X11_Xinerama)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/kwordquiz/kwordquiz-9999.ebuild b/kde-base/kwordquiz/kwordquiz-9999.ebuild new file mode 100644 index 0000000000..5a7b65c57b --- /dev/null +++ b/kde-base/kwordquiz/kwordquiz-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE: A powerful flashcard and vocabulary learning program" +KEYWORDS="" +IUSE="debug htmlhandbook" + +COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" + +KMEXTRACTONLY="libkdeedu/keduvocdocument" diff --git a/kde-base/kwrite/kwrite-9999.ebuild b/kde-base/kwrite/kwrite-9999.ebuild new file mode 100644 index 0000000000..a31642bcdd --- /dev/null +++ b/kde-base/kwrite/kwrite-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="KDE MDI editor/ide" +KEYWORDS="" +IUSE="debug htmlhandbook" + +KMEXTRA="apps/doc/${PN}" diff --git a/kde-base/kxsldbg/kxsldbg-9999.ebuild b/kde-base/kxsldbg/kxsldbg-9999.ebuild new file mode 100644 index 0000000000..d756f448c1 --- /dev/null +++ b/kde-base/kxsldbg/kxsldbg-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +KMNAME=kdewebdev +EAPI="1" +SLOT="kde-svn" +inherit kde4svn-meta + +DESCRIPTION="A KDE KPart Application for xsldbg, an XSLT debugger" +KEYWORDS="" +IUSE="" + +DEPEND="dev-libs/libxslt + dev-libs/libxml2" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with tidy LibTidy)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/libkcddb/libkcddb-9999.ebuild b/kde-base/libkcddb/libkcddb-9999.ebuild new file mode 100644 index 0000000000..36172d8441 --- /dev/null +++ b/kde-base/libkcddb/libkcddb-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdemultimedia +inherit kde4svn-meta + +DESCRIPTION="KDE library for CDDB" +KEYWORDS="" +IUSE="debug htmlhandbook musicbrainz" + +# Tests are broken. Last checked at revision 796343. +RESTRICT="test" + +DEPEND="${DEPEND} + musicbrainz? ( media-libs/musicbrainz )" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_enable musicbrainz MusicBrainz)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/libkcompactdisc/libkcompactdisc-9999.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-9999.ebuild new file mode 100644 index 0000000000..4ad99f55a6 --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdemultimedia +inherit kde4svn-meta + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="" +IUSE="alsa debug htmlhandbook" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with alsa Alsa)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild new file mode 100644 index 0000000000..46f8810971 --- /dev/null +++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="kdegraphics" +KMMODULE=libs/libkdcraw +NEED_KDE="svn" + +inherit kde4svn-meta + +DESCRIPTION="KDE Image Plugin Interface: a dcraw library wrapper" +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" +SLOT="kde-svn" + +DEPEND=" + media-libs/jpeg + media-libs/lcms" +RDEPEND="${DEPEND}" + +# Install to KDEDIR to slot the package +PREFIX="${KDEDIR}" diff --git a/kde-base/libkdeedu/libkdeedu-9999.ebuild b/kde-base/libkdeedu/libkdeedu-9999.ebuild new file mode 100644 index 0000000000..29269cc23c --- /dev/null +++ b/kde-base/libkdeedu/libkdeedu-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +# get weird "Exception: Other". broken. +RESTRICT="test" + +DESCRIPTION="Common library for KDE educational applications." +KEYWORDS="" +IUSE="debug" + +src_install() { + kde4overlay-meta_src_install + # This is installed by kde-base/marble + rm "${D}"/usr/kde/svn/share/apps/cmake/modules/FindMarbleWidget.cmake +} diff --git a/kde-base/libkdegames/libkdegames-9999.ebuild b/kde-base/libkdegames/libkdegames-9999.ebuild new file mode 100644 index 0000000000..9897899408 --- /dev/null +++ b/kde-base/libkdegames/libkdegames-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="Base library common to many KDE games." +KEYWORDS="" +IUSE="debug" + +DEPEND=">=dev-games/ggz-client-libs-0.0.14" +RDEPEND="${DEPEND}" + +# Test fail, last checked at revision 796979. +RESTRICT="test" + +KMSAVELIBS="true" diff --git a/kde-base/libkdepim/libkdepim-9999.ebuild b/kde-base/libkdepim/libkdepim-9999.ebuild new file mode 100644 index 0000000000..841040e3b5 --- /dev/null +++ b/kde-base/libkdepim/libkdepim-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="Common library for KDE PIM apps" +KEYWORDS="" +IUSE="debug" + +KMEXTRACTONLY="kaddressbook/org.kde.KAddressbook.Core.xml + korganizer/korgac/org.kde.korganizer.KOrgac.xml" +KMSAVELIBS="true" + +src_install() { + kde4overlay-meta_src_install + + # install additional generated headers that are needed by other packages that + # are derived from kdepim. e.g. kmail. + pushd "${WORKDIR}/${PN}_build/libkdepim/" 2>/dev/null || die "pushd libkdepim failed" + insinto "${PREFIX}/include" + doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed to install extra header files." + popd 2>/dev/null +} diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild new file mode 100644 index 0000000000..870ade026c --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="kdegraphics" +KMMODULE=libs/libkexiv2 +NEED_KDE="svn" + +inherit kde4svn-meta + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" +SLOT="kde-svn" + +DEPEND="media-gfx/exiv2 + media-libs/jpeg + media-libs/lcms" +RDEPEND="${DEPEND}" + +# Install to KDEDIR to slot the package +PREFIX="${KDEDIR}" diff --git a/kde-base/libkholidays/libkholidays-9999.ebuild b/kde-base/libkholidays/libkholidays-9999.ebuild new file mode 100644 index 0000000000..12e53a81ea --- /dev/null +++ b/kde-base/libkholidays/libkholidays-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE library to compute holidays." +KEYWORDS="" +IUSE="debug" + +src_test() { + sed -i -e '/testlunar/ s/^/#DONOTRUNTEST /' "${S}"/${PN}/tests/CMakeLists.txt \ + || die "sed to disable kcal-testlunar failed" + + kde4overlay-meta_src_test +} diff --git a/kde-base/libkipi/libkipi-9999.ebuild b/kde-base/libkipi/libkipi-9999.ebuild new file mode 100644 index 0000000000..114cfa2c17 --- /dev/null +++ b/kde-base/libkipi/libkipi-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="kdegraphics" +KMMODULE=libs/libkipi +NEED_KDE="svn" + +inherit kde4svn-meta + +DESCRIPTION="A library for image plugins accross KDE applications." +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" +SLOT="kde-svn" + +DEPEND="!media-libs/libkipi + kde-base/libkdcraw:${SLOT}" +RDEPEND="${DEPEND}" + +# Install to KDEDIR to slot the package +PREFIX="${KDEDIR}" +# Needed to find the slotted libkdcraw +PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${KDEDIR}/$(get_libdir)/pkgconfig" diff --git a/kde-base/libkleo/libkleo-9999.ebuild b/kde-base/libkleo/libkleo-9999.ebuild new file mode 100644 index 0000000000..20e4c60f34 --- /dev/null +++ b/kde-base/libkleo/libkleo-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE library for encryption handling." +KEYWORDS="" +IUSE="debug" + +DEPEND="app-crypt/gnupg + >=kde-base/kdepimlibs-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +src_compile() { + mycmakeargs="${mycmakeargs} -DWITH_QGpgme=ON" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/libkmahjongg/libkmahjongg-9999.ebuild b/kde-base/libkmahjongg/libkmahjongg-9999.ebuild new file mode 100644 index 0000000000..8f4d055934 --- /dev/null +++ b/kde-base/libkmahjongg/libkmahjongg-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="LibKMahjongg for KDE" +KEYWORDS="" +IUSE="debug" + +KMLOADLIBS="libkdegames" diff --git a/kde-base/libkonq/libkonq-9999.ebuild b/kde-base/libkonq/libkonq-9999.ebuild new file mode 100644 index 0000000000..7d00525b88 --- /dev/null +++ b/kde-base/libkonq/libkonq-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/lib/konq +CPPUNIT_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="The embeddable part of konqueror" +KEYWORDS="" +IUSE="debug" +RESTRICT="test" +# PATCHES="${FILESDIR}/fix_includes_install.patch" +KMSAVELIBS="true" +src_compile() { + epatch "${FILESDIR}"/fix_includes_install.patch + kde4overlay-meta_src_compile +} diff --git a/kde-base/libkpgp/libkpgp-9999.ebuild b/kde-base/libkpgp/libkpgp-9999.ebuild new file mode 100644 index 0000000000..d925c3cd28 --- /dev/null +++ b/kde-base/libkpgp/libkpgp-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE pgp abstraction library" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/libksane/libksane-9999.ebuild b/kde-base/libksane/libksane-9999.ebuild new file mode 100644 index 0000000000..7fdd756fe4 --- /dev/null +++ b/kde-base/libksane/libksane-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +KMMODULE=libs/libksane +inherit kde4svn-meta + +DESCRIPTION="KDE scanner library" +KEYWORDS="" +IUSE="debug htmlhandbook" +LICENSE="LGPL-2" + +DEPEND="kde-base/qimageblitz + media-gfx/sane-backends" +RDEPEND="${DEPEND}" diff --git a/kde-base/libksieve/libksieve-9999.ebuild b/kde-base/libksieve/libksieve-9999.ebuild new file mode 100644 index 0000000000..1a2e2f7544 --- /dev/null +++ b/kde-base/libksieve/libksieve-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="library enable support for sieve (imap server-side filtering standard) in kde apps, used by kmail" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/libkworkspace/libkworkspace-9999.ebuild b/kde-base/libkworkspace/libkworkspace-9999.ebuild new file mode 100644 index 0000000000..3b53d9b26b --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +KMMODULE=libs/kworkspace +KMSAVELIBS="true" +inherit kde4svn-meta + +DESCRIPTION="A library for KDE desktop applications" +KEYWORDS="" +IUSE="debug" + +KMEXTRACTONLY="ksmserver/org.kde.KSMServerInterface.xml + kwin/org.kde.KWin.xml" +KMSAVELIBS="true" diff --git a/kde-base/libplasma/libplasma-9999.ebuild b/kde-base/libplasma/libplasma-9999.ebuild new file mode 100644 index 0000000000..1cfca45ef5 --- /dev/null +++ b/kde-base/libplasma/libplasma-9999.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI="1" + +KMNAME=kdebase-workspace +KMMODULE="libs/plasma" +CPPUNIT_REQUIRED="optional" +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="Plasma: KDE desktop framework" +KEYWORDS="" +IUSE="debug xinerama" + +RDEPEND=">=app-misc/strigi-0.5.7 + !<kde-base/plasma-3.96.0 + >=kde-base/libkworkspace-${PV}:${SLOT} + >=kde-base/libtaskmanager-${PV}:${SLOT} + x11-libs/libXau + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXtst + x11-libs/qt-webkit:4 + opengl? ( virtual/opengl ) + xinerama? ( x11-libs/libXinerama )" +DEPEND="${RDEPEND} + xinerama? ( x11-proto/xineramaproto )" + +KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml + krunner/org.kde.krunner.App.xml + ksmserver/org.kde.KSMServerInterface.xml + libs/taskmanager/" +KMSAVELIBS="true" + +# Disabling tests for now. +RESTRICT="test" +#PATCHES="${FILESDIR}/${PN}-install-headers.patch" + +# strigi-9999 lacks useflag +#pkg_setup() { +# if ! built_with_use app-misc/strigi dbus && ! built_with_use app-misc/strigi qt4 ; then +# eerror "In order to build " +# error "you need app-misc/strigi built with dbus and qt4 USE flag" +# die "no dbus and qt4 support in strigi" +# fi +#} + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with xinerama X11_Xinerama)" + + kde4overlay-meta_src_compile +} + +src_install() { + kde4overlay-meta_src_install + + # Outsmart our doc-handling, to avoid a collision with plasma. + rm -rf "${D}"/${KDEDIR}/share/doc/ +} diff --git a/kde-base/libplasmaclock/libplasmaclock-9999.ebuild b/kde-base/libplasmaclock/libplasmaclock-9999.ebuild new file mode 100644 index 0000000000..aa3beac278 --- /dev/null +++ b/kde-base/libplasmaclock/libplasmaclock-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI="1" + +KMNAME=kdebase-workspace +KMMODULE="libs/libplasmaclock" +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="Libraries for KDE Plasma's clocks" +KEYWORDS="" +IUSE="debug xinerama" + +DEPEND="kde-base/libplasma:${SLOT}" + +KMSAVELIBS="true" diff --git a/kde-base/libtaskmanager/libtaskmanager-9999.ebuild b/kde-base/libtaskmanager/libtaskmanager-9999.ebuild new file mode 100644 index 0000000000..9f193ad32e --- /dev/null +++ b/kde-base/libtaskmanager/libtaskmanager-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +KMMODULE=libs/taskmanager +inherit kde4svn-meta + +DESCRIPTION="A library that provides basic taskmanager functionality" +KEYWORDS="" +IUSE="debug xcomposite" + +RDEPEND="x11-libs/libXfixes + x11-libs/libXrender + xcomposite? ( x11-libs/libXcomposite )" +DEPEND="${RDEPEND} + x11-proto/renderproto + xcomposite? ( x11-proto/compositeproto )" diff --git a/kde-base/lilo-config/lilo-config-9999.ebuild b/kde-base/lilo-config/lilo-config-9999.ebuild new file mode 100644 index 0000000000..f7934e7a56 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeadmin +inherit kde4svn-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="" +IUSE="debug htmlhandbook" + +RDEPEND="sys-boot/lilo" +DEPEND="${RDEPEND} + kde-base/kdepimlibs:${SLOT}" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/lokalize/lokalize-9999.ebuild b/kde-base/lokalize/lokalize-9999.ebuild new file mode 100644 index 0000000000..ca05970977 --- /dev/null +++ b/kde-base/lokalize/lokalize-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=1 + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="KDE4 translation tool" +KEYWORDS="" +IUSE="debug htmlhandbook" diff --git a/kde-base/lskat/lskat-9999.ebuild b/kde-base/lskat/lskat-9999.ebuild new file mode 100644 index 0000000000..aa0aecac69 --- /dev/null +++ b/kde-base/lskat/lskat-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4svn-meta + +DESCRIPTION="Skat game for KDE" +KEYWORDS="" +IUSE="debug htmlhandbook" + +KMLOADLIBS="libkdegames" diff --git a/kde-base/marble/marble-9999.ebuild b/kde-base/marble/marble-9999.ebuild new file mode 100644 index 0000000000..6107a7e372 --- /dev/null +++ b/kde-base/marble/marble-9999.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="none" +KMNAME=kdeedu +SLOT="kde-svn" # Goes in the ebuild because of NEED_KDE=none +KDEDIR="/usr/kde/svn" +CPPUNIT_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="KDE: generic geographical map widget" +KEYWORDS="" +IUSE="debug designer-plugin htmlhandbook kde gps" +# Need to set this because of NEED_KDE="none" +SRC_URI="" + +# FIXME: undefined reference when building tests. RESTRICTed for now. +RESTRICT="test" + +COMMONDEPEND=" + kde-base/kdelibs:${SLOT} + gps? ( sci-geosciences/gpsd ) + kde? ( >=kde-base/kdelibs-${PV}:${SLOT} + >=kde-base/kdepimlibs-${PV}:${SLOT} )" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" + +src_compile() { +# epatch "${FILESDIR}/${P}-fix-tests.patch" + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN)" + + if use gps; then + mycmakeargs="${mycmakeargs} -DHAVE_LIBGPS=1" + else + sed -i -e 's:FIND_LIBRARY(libgps_LIBRARIES gps):# LIBGPS DISABLED &:' \ + marble/Findlibgps.cmake || die "sed to disable gpsd failed." + fi + + if ! use kde; then + mycmakeargs="${mycmakeargs} -DQTONLY:BOOL=ON" + fi + + kde4overlay-meta_src_compile +} + +src_install() { + kde4overlay-meta_src_install + # This file is installed by kde-base/libkdeedu + rm "${D}"/usr/kde/svn/share/apps/cmake/modules/FindKDEEdu.cmake +} + +src_test() { + mycmakeargs="${mycmakeargs} -DENABLE_TESTS=TRUE" + + kde4overlay-meta_src_test +} diff --git a/kde-base/mimelib/mimelib-9999.ebuild b/kde-base/mimelib/mimelib-9999.ebuild new file mode 100644 index 0000000000..8c12cba4c0 --- /dev/null +++ b/kde-base/mimelib/mimelib-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdepim +inherit kde4svn-meta + +DESCRIPTION="KDE mime library" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/nepomuk/nepomuk-9999.ebuild b/kde-base/nepomuk/nepomuk-9999.ebuild new file mode 100644 index 0000000000..03c2cf7986 --- /dev/null +++ b/kde-base/nepomuk/nepomuk-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="Nepomuk KDE4 client" +KEYWORDS="" +IUSE="debug" + +# dev-cpp/clucene provides the optional strigi backend. +# As there's currently no other *usable* strigi backend, I've added it as a hard +# dependency. +DEPEND=">app-misc/strigi-0.5.11 + dev-cpp/clucene + >=dev-libs/soprano-2.0.98 + kde-base/kdelibs:${SLOT}" +RDEPEND="${DEPEND}" + +pkg_setup() { + if ! built_with_use app-misc/strigi qt4 ; then + eerror "Need app-misc/strigi with USE=qt4 enabled" + die + fi + + if ! built_with_use dev-libs/soprano clucene ; then + eerror "dev-libs/soprano needs to be built with the clucene USE flag enabled" + die + fi + + if ! built_with_use kde-base/kdelibs semantic-desktop ; then + eerror "strigi requires kdelibs be built with USE=semantic-desktop" + die + fi +} diff --git a/kde-base/nsplugins/nsplugins-9999.ebuild b/kde-base/nsplugins/nsplugins-9999.ebuild new file mode 100644 index 0000000000..6ca4971574 --- /dev/null +++ b/kde-base/nsplugins/nsplugins-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4svn-meta + +DESCRIPTION="Netscape plugins support for Konqueror." +KEYWORDS="" +IUSE="debug" + +DEPEND=">=kde-base/konqueror-${PV}:${SLOT} + x11-libs/libXt" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="apps/konqueror/settings/" diff --git a/kde-base/okteta/okteta-9999.ebuild b/kde-base/okteta/okteta-9999.ebuild new file mode 100644 index 0000000000..d19b9c887a --- /dev/null +++ b/kde-base/okteta/okteta-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE hexeditor" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild new file mode 100644 index 0000000000..b6adebc47d --- /dev/null +++ b/kde-base/okular/okular-9999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." +KEYWORDS="" +IUSE="chm crypt debug djvu ebook htmlhandbook jpeg +ps pdf tiff" + +DEPEND="kde-base/qimageblitz + media-libs/freetype + chm? ( dev-libs/chmlib ) + crypt? ( app-crypt/qca:2 ) + djvu? ( >=app-text/djvu-3.5.17 ) + ebook? ( app-text/ebook-tools ) + jpeg? ( media-libs/jpeg ) + ps? ( >=app-text/libspectre-0.2 ) + pdf? ( >=app-text/poppler-0.6 + >=app-text/poppler-bindings-0.6 ) + tiff? ( media-libs/tiff )" +RDEPEND="${DEPEND}" + +pkg_setup() { + if use pdf &&! built_with_use app-text/poppler-bindings qt4 ; then + error "Need app-text/poppler-bindings with qt4 enabled" + die "Need app-text/poppler-bindings with qt4 enabled" + fi +} + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with chm CHM) + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with djvu DjVuLibre) + $(cmake-utils_use_with ebook EPub) + $(cmake-utils_use_with jpeg JPEG) + $(cmake-utils_use_with ps LibSpectre) + $(cmake-utils_use_with pdf PopplerQt4) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with tiff TIFF)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/parley/parley-9999.ebuild b/kde-base/parley/parley-9999.ebuild new file mode 100644 index 0000000000..6522b35dd8 --- /dev/null +++ b/kde-base/parley/parley-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="KDE Educational: vocabulary trainer" +KEYWORDS="" +IUSE="debug htmlhandbook +plasma" + +COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} + plasma? ( kde-base/libplasma:${SLOT} )" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" + +KMEXTRACTONLY="libkdeedu/keduvocdocument" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with plasma Plasma)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/phonon-kde/phonon-kde-9999.ebuild b/kde-base/phonon-kde/phonon-kde-9999.ebuild new file mode 100644 index 0000000000..93d0d93904 --- /dev/null +++ b/kde-base/phonon-kde/phonon-kde-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +KMMODULE=phonon +inherit kde4svn-meta + +DESCRIPTION="phonon KDE integration" +KEYWORDS="" +IUSE="debug" + +# There's currently only a xine backend for phonon available, +# a gstreamer backend from TrollTech is in the works. +DEPEND="!kde-base/phonon:${SLOT} + !kde-base/phonon-xine:${SLOT} + >=media-sound/phonon-4.3" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} $(cmake-utils_use_with xcb XCB)" + kde4overlay-meta_src_compile +} diff --git a/kde-base/plasma-apps/plasma-apps-9999.ebuild b/kde-base/plasma-apps/plasma-apps-9999.ebuild new file mode 100644 index 0000000000..ceff3e4d24 --- /dev/null +++ b/kde-base/plasma-apps/plasma-apps-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-apps +KMMODULE=plasma +inherit kde4svn-meta + +DESCRIPTION="Additional Applets for Plasma" +KEYWORDS="" +IUSE="debug htmlhandbook" + +DEPEND="!kde-base/plasma:${SLOT} + kde-base/libplasma:${SLOT} + kde-base/libkonq:${SLOT}" diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild new file mode 100644 index 0000000000..6d06d2c78d --- /dev/null +++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +KMNAME=kdebase-workspace +KMMODULE=plasma +inherit kde4svn-meta + +DESCRIPTION="Plasma: KDE desktop framework" +KEYWORDS="" +IUSE="debug google-gadgets htmlhandbook python xcomposite xinerama" + +COMMONDEPEND="!kde-base/plasma:${SLOT} + >=kde-base/soliduiserver-${PV}:${SLOT} + >=app-misc/strigi-0.5.9 + >=kde-base/libkworkspace-${PV}:${SLOT} + >=kde-base/libtaskmanager-${PV}:${SLOT} + >=kde-base/libplasma-${PV}:${SLOT} + >=kde-base/libplasmaclock-${PV}:${SLOT} + x11-libs/libXau + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXtst + google-gadgets? ( >=x11-misc/google-gadgets-0.10.3[qt] ) + python? ( + >=dev-python/sip-4.7.1 + >=dev-python/PyQt4-4.4.0 + kde-base/pykde4:${SLOT} + ) + xcomposite? ( x11-libs/libXcomposite ) + xinerama? ( x11-libs/libXinerama )" +DEPEND="${COMMONDEPEND} + xcomposite? ( x11-proto/compositeproto ) + xinerama? ( x11-proto/xineramaproto )" +RDEPEND="${COMMONDEPEND} + >=kde-base/kde-menu-icons-${PV}:${SLOT}" +PDEPEND="kde-base/kdeartwork-iconthemes:${SLOT}" + +KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml + krunner/org.kde.krunner.App.xml + ksmserver/org.kde.KSMServerInterface.xml + libs/kworkspace/ + libs/taskmanager/ + libs/plasma/" + +KMLOADLIBS="libkworkspace libplasma libplasmaclock" + +src_compile() { + # Remove this if a patch has been applied upstream. + #sed -i -e 's/plasmapkg plasma/plasmapkg ${KDE4_KIO_LIBS} plasma/'\ + # "${S}"/plasma/tools/plasmapkg/CMakeLists.txt || die "sed failed." + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with google-gadgets Googlegadgets) + $(cmake-utils_use_with python SIP) + $(cmake-utils_use_with python PyQt4) + $(cmake-utils_use_with python PyKDE4) + $(cmake-utils_use_with xcomposite X11_Xcomposite) + $(cmake-utils_use_with xinerama X11_Xinerama)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/powerdevil/powerdevil-9999.ebuild b/kde-base/powerdevil/powerdevil-9999.ebuild new file mode 100644 index 0000000000..0c22a9a128 --- /dev/null +++ b/kde-base/powerdevil/powerdevil-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace + +inherit kde4svn-meta + +DESCRIPTION="PowerDevil is an utility for KDE4 for Laptop Powermanagement." +HOMEPAGE="http://www.kde-apps.org/content/show.php/PowerDevil?content=85078" +LICENSE="GPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND="!sys-power/powerdevil + kde-base/libkworkspace:${SLOT} + kde-base/solid:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="krunner + ksmserver/org.kde.KSMServerInterface.xml" diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild new file mode 100644 index 0000000000..9878aeaf04 --- /dev/null +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# Based on work from the genkdesvn overlay: +# Copyright 2007-2008 by the individual contributors of the genkdesvn project +# Based in part upon the respective ebuild in Gentoo which is: +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="1" + +KMNAME=kdebindings +KMMODULE="python/pykde4" +inherit kde4svn-meta + +DESCRIPTION="Python bindings for KDE4" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=dev-python/sip-4.7.6 + >=dev-python/PyQt4-4.4.2 + dev-lang/python" +RDEPEND="${DEPEND}" diff --git a/kde-base/raptormenu/raptormenu-9999.ebuild b/kde-base/raptormenu/raptormenu-9999.ebuild new file mode 100644 index 0000000000..75c535156d --- /dev/null +++ b/kde-base/raptormenu/raptormenu-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=playground/base +inherit kde4svn-meta + +DESCRIPTION="raptor kde menu" +KEYWORDS="" +IUSE="debug" + +DEPEND="" +RDEPEND=${DEPEND} diff --git a/kde-base/renamedlg-plugins/renamedlg-plugins-9999.ebuild b/kde-base/renamedlg-plugins/renamedlg-plugins-9999.ebuild new file mode 100644 index 0000000000..9b04d5d3ee --- /dev/null +++ b/kde-base/renamedlg-plugins/renamedlg-plugins-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +KMMODULE=renamedlgplugins +inherit kde4svn-meta + +DESCRIPTION="KDE RenameDlg plugins" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/solid-hardware/solid-hardware-9999.ebuild b/kde-base/solid-hardware/solid-hardware-9999.ebuild new file mode 100644 index 0000000000..daf51c49ff --- /dev/null +++ b/kde-base/solid-hardware/solid-hardware-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE tool for querying your hardware from the command line" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/solid/solid-9999.ebuild b/kde-base/solid/solid-9999.ebuild new file mode 100644 index 0000000000..9bac1fa5ff --- /dev/null +++ b/kde-base/solid/solid-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +CPPUNIT_REQUIRED="test" +inherit kde4svn-meta + +DESCRIPTION="Solid: the KDE hardware library" +KEYWORDS="" +IUSE="bluetooth networkmanager" + +# solid/CMakeLists.txt has an add_subdirectory statement that depends on +# networkmanager-0.7, referring to a non-existant directory, restricted to =0.6* +# for now. +DEPEND=">=sys-apps/hal-0.5.9 + bluetooth? ( net-wireless/bluez-libs ) + networkmanager? ( =net-misc/networkmanager-0.6* )" +RDEPEND="${DEPEND}" + +KMEXTRA="libs/solid/" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with bluetooth BlueZ) + $(cmake-utils_use_with networkmanager NetworkManager)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/soliduiserver/soliduiserver-9999.ebuild b/kde-base/soliduiserver/soliduiserver-9999.ebuild new file mode 100644 index 0000000000..a5fb6591b5 --- /dev/null +++ b/kde-base/soliduiserver/soliduiserver-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4svn-meta + +DESCRIPTION="KDE4: Soliduiserver" +KEYWORDS="" +IUSE="debug" + +DEPEND=">=kde-base/solid-${PV}:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-base/step/step-9999.ebuild b/kde-base/step/step-9999.ebuild new file mode 100644 index 0000000000..9a787c2618 --- /dev/null +++ b/kde-base/step/step-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4svn-meta + +DESCRIPTION="The KDE physics simulator" +KEYWORDS="" +IUSE="+gsl +qalculate" + +DEPEND=">=sci-mathematics/gmm-3.0 + gsl? ( >=sci-libs/gsl-1.9-r1 ) + qalculate? ( >=sci-libs/libqalculate-0.9.5 )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with gsl GSL) + $(cmake-utils_use_with qalculate Qalculate)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/superkaramba/superkaramba-9999.ebuild b/kde-base/superkaramba/superkaramba-9999.ebuild new file mode 100644 index 0000000000..e79869b14e --- /dev/null +++ b/kde-base/superkaramba/superkaramba-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="A tool to create interactive applets for the KDE desktop." +KEYWORDS="" +IUSE="debug htmlhandbook python" + +COMMONDEPEND=" + kde-base/qimageblitz + >=kde-base/libplasma-$PV:${SLOT} + python? ( dev-lang/python )" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-as-needed.patch" + ) + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with python PythonLibs)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/svgpart/svgpart-9999.ebuild b/kde-base/svgpart/svgpart-9999.ebuild new file mode 100644 index 0000000000..0a222f30ab --- /dev/null +++ b/kde-base/svgpart/svgpart-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4svn-meta + +DESCRIPTION="Svgpart is a kpart for viewing SVGs" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/sweeper/sweeper-9999.ebuild b/kde-base/sweeper/sweeper-9999.ebuild new file mode 100644 index 0000000000..c15376d462 --- /dev/null +++ b/kde-base/sweeper/sweeper-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4svn-meta + +DESCRIPTION="KDE Privacy Settings Widget" +KEYWORDS="" +IUSE="debug" diff --git a/kde-base/systemsettings/systemsettings-9999.ebuild b/kde-base/systemsettings/systemsettings-9999.ebuild new file mode 100644 index 0000000000..3eece04467 --- /dev/null +++ b/kde-base/systemsettings/systemsettings-9999.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdebase-workspace +OPENGL_REQUIRED="optional" +inherit kde4svn-meta + +DESCRIPTION="System settings utility" +IUSE="debug htmlhandbook +usb xinerama" +KEYWORDS="" + +COMMONDEPEND=">=app-misc/strigi-0.5.7 + >=dev-libs/glib-2 + media-libs/fontconfig + >=media-libs/freetype-2 + >=x11-libs/libxklavier-3.2 + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXft + >=x11-libs/libXrandr-1.2.1 + x11-libs/libXtst + opengl? ( virtual/opengl ) + usb? ( >=dev-libs/libusb-0.1.10a ) + xinerama? ( x11-libs/libXinerama )" +DEPEND="${COMMONDEPEND} + x11-proto/xextproto + x11-proto/kbproto + xinerama? ( x11-proto/xineramaproto )" +RDEPEND="${COMMONDEPEND} + kde-base/kcontrol:${SLOT} + || ( x11-misc/xkeyboard-config + x11-misc/xkbdata ) + x11-apps/setxkbmap" + +KMEXTRA="kcontrol/" + +KMEXTRACTONLY="krunner/org.kde.krunner.App.xml + krunner/org.kde.screensaver.xml + kwin/ + libs/ + plasma/" + +# FIXME: is have_openglxvisual found without screensaver +src_compile() { + # Old keyboard-detection code is unmaintained, + # so we force the new stuff, using libxklavier. + mycmakeargs="${mycmakeargs} + -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON + -DWITH_GLIB2=ON -DWITH_GObject=ON + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with usb USB) + $(cmake-utils_use_with xinerama X11_Xinerama)" + + kde4overlay-meta_src_compile +} diff --git a/kde-base/umbrello/umbrello-9999.ebuild b/kde-base/umbrello/umbrello-9999.ebuild new file mode 100644 index 0000000000..366305ba7d --- /dev/null +++ b/kde-base/umbrello/umbrello-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4svn-meta + +DESCRIPTION="KDE: Umbrello UML Modeller" +KEYWORDS="" +IUSE="debug htmlhandbook" + +COMMONDEPEND=">=dev-libs/boost-1.33.1 + dev-libs/libxml2 + dev-libs/libxslt" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" diff --git a/kde-misc/decibel-kde/decibel-kde-9999.ebuild b/kde-misc/decibel-kde/decibel-kde-9999.ebuild new file mode 100644 index 0000000000..1e47124ed7 --- /dev/null +++ b/kde-misc/decibel-kde/decibel-kde-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +HOMEPAGE="http://decibel.kde.org" +KMNAME="playground/network/${PN}" +SLOT="kde-svn" +NEED_KDE=":kde-svn" +inherit kde4svn +PREFIX="${KDEDIR}" + +DESCRIPTION="Decibel KDE plugins" +LICENSE="LGPL-2.1" +IUSE="debug" +KEYWORDS="" +DEPEND="net-libs/decibel" + +src_unpack() { + kde4svn_src_unpack +} diff --git a/kde-misc/kblogger/kblogger-9999.ebuild b/kde-misc/kblogger/kblogger-9999.ebuild new file mode 100644 index 0000000000..ab996e6869 --- /dev/null +++ b/kde-misc/kblogger/kblogger-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="playground/pim/kblogger" +NEED_KDE="svn" +inherit kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="KBlogger is a simple to use blogging application for the K Destkop Environment." +HOMEPAGE="http://kblogger.pwsp.net/" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" +IUSE="" + +DEPEND="kde-base/kdelibs:${SLOT} + kde-base/kdepimlibs:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-misc/kgrab/kgrab-9999.ebuild b/kde-misc/kgrab/kgrab-9999.ebuild new file mode 100644 index 0000000000..219b91bd27 --- /dev/null +++ b/kde-misc/kgrab/kgrab-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +SLOT="kde-svn" +NEED_KDE=":${SLOT}" +KMNAME="extragear/graphics/" +inherit kde4svn-meta + +DESCRIPTION="KDE Screen Grabbing Utility" +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="" +IUSE="debug" + +PREFIX="${KDEDIR}" + +RDEPEND="" +DEPEND="${RDEPEND} + sys-devel/gettext + x11-proto/xextproto" diff --git a/kde-misc/killbots/killbots-9999.ebuild b/kde-misc/killbots/killbots-9999.ebuild new file mode 100644 index 0000000000..7cc4287fa0 --- /dev/null +++ b/kde-misc/killbots/killbots-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=1 + +KMNAME="kdereview" + +NEED_KDE="svn" +SLOT="kde-svn" + +inherit kde4svn + +PREFIX="${KDEDIR}" + +DESCRIPTION="Kill the bots or they kill you!" +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2 LGPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND="kde-base/libkdegames:${SLOT}" +RDEPEND="${DEPEND}" + +src_compile() { + # Installs to the wrong dir otherwise: + mycmakeargs="${mycmakeargs} + -DDATA_INSTALL_DIR=${KDEDIR}/share/apps" + + kde4overlay-meta_src_compile +} diff --git a/kde-misc/konq-plugins/konq-plugins-9999.ebuild b/kde-misc/konq-plugins/konq-plugins-9999.ebuild new file mode 100644 index 0000000000..b010d2d2bc --- /dev/null +++ b/kde-misc/konq-plugins/konq-plugins-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/base" + +inherit kde4svn-meta + +MY_PV="${PV%_pre*}" +PREFIX="${KDEDIR}" +SLOT="kde-svn" + +DESCRIPTION="Konqueror plugins." +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2 LGPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND=" + kde-base/konqueror:${SLOT} + kde-base/libkonq:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/kde-misc/krss/krss-9999.ebuild b/kde-misc/krss/krss-9999.ebuild new file mode 100644 index 0000000000..ab934bf0fd --- /dev/null +++ b/kde-misc/krss/krss-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +HOMEPAGE="http://www.kde.org" +KMNAME="playground/pim" +SLOT="kde-svn" +NEED_KDE=":${SLOT}" +inherit kde4svn-meta + +PREFIX="${KDEDIR}" +DESCRIPTION="KDE rss reader" +LICENSE="GPL-2" +IUSE="debug" +KEYWORDS="" diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild new file mode 100644 index 0000000000..fb32265054 --- /dev/null +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +SLOT="kde-svn" +inherit kde4svn eutils + +PREFIX="${KDEDIR}" + +ESVN_REPO_URI="http://krusader.svn.sourceforge.net/svnroot/krusader/trunk/krusader_kde4" +DESCRIPTION="An advanced twin-panel (commander-style) file-manager for KDE with many extras." +HOMEPAGE="http://www.krusader.org" +LICENSE="GPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND="sys-devel/gettext" diff --git a/kde-misc/kvkbd/kvkbd-9999.ebuild b/kde-misc/kvkbd/kvkbd-9999.ebuild new file mode 100644 index 0000000000..17fb543ac4 --- /dev/null +++ b/kde-misc/kvkbd/kvkbd-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +SLOT="kde-svn" +NEED_KDE=":${SLOT}" +KMNAME="playground/utils" +inherit kde4svn-meta + +DESCRIPTION="kde on-screen keyboard" +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="debug" + +PREFIX="${KDEDIR}" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/kde-misc/nepomuk-kde/nepomuk-kde-9999.ebuild b/kde-misc/nepomuk-kde/nepomuk-kde-9999.ebuild new file mode 100644 index 0000000000..6e51952bdc --- /dev/null +++ b/kde-misc/nepomuk-kde/nepomuk-kde-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="playground/base" +KMMODULE="nepomuk-kde" + +NEED_KDE="svn" +SLOT="kde-svn" + +inherit kde4svn-meta + +DESCRIPTION="Extra Nepomuk tools." +HOMEPAGE="http://nepomuk.kde.org/" + +KEYWORDS="" +IUSE="" +LICENSE="GPL-2 LGPL-2" +PREFIX="${KDEDIR}" + +DEPEND=" + >=app-misc/strigi-0.5.11 + dev-libs/soprano + kde-base/nepomuk + kde-base/libplasma" +RDEPEND="${DEPEND}" + +# Restrict the tests for now. +RESTRICT="test" + +src_compile() { + sed -e "/MacroOptionalAddSubdirectory/ c\add_subdirectory( ${PN} )" \ + -i "${S}"/CMakeLists.txt || die "Adding ${PN} failed." + sed -e '/pimoshell/ s:^:#DONOTWANT:' \ + -i "${S}"/${PN}/CMakeLists.txt || die "Deactivating pimoshell failed." + + kde4overlay-base_src_compile +} + +src_install() { + cmake-utils_src_install + rm "${D}"/usr/kde/svn/lib64/kde4/kio_nepomuksearch.so + rm "${D}"/usr/kde/svn/share/kde4/services/nepomuksearch.protocol +} diff --git a/kde-misc/playground-plasma/playground-plasma-9999.ebuild b/kde-misc/playground-plasma/playground-plasma-9999.ebuild new file mode 100644 index 0000000000..74beea22ea --- /dev/null +++ b/kde-misc/playground-plasma/playground-plasma-9999.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="playground/base" +KMMODULE="plasma" + +NEED_KDE="svn" +SLOT="kde-svn" + +OPENGL_REQUIRED="optional" +inherit kde4svn + +DESCRIPTION="(Very) experimental Plasma applets and engines." +HOMEPAGE="http://www.kde.org/" + +PREFIX=${KDEDIR} +KEYWORDS="" +IUSE="python" +LICENSE="GPL-2 LGPL-2" + +DEPEND="kde-base/libplasma:${SLOT} + kde-base/kdepimlibs:${SLOT} + kde-base/plasma-workspace:${SLOT} + x11-libs/qt-webkit + kde-base/qimageblitz + python? ( dev-lang/python:2.5 )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DSENSORS_FOUND=No + -DWITH_Sensors=Off + -DWITH_Blitz=On + -DWITH_KdepimLibs=On + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with python PythonLibs)" + + # Fix: +# $(cmake-utils_use_with sensors Sensors) + kde4overlay-base_src_compile +} diff --git a/kde-misc/webkit-kpart/webkit-kpart-9999.ebuild b/kde-misc/webkit-kpart/webkit-kpart-9999.ebuild new file mode 100644 index 0000000000..516153ad0a --- /dev/null +++ b/kde-misc/webkit-kpart/webkit-kpart-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +HOMEPAGE="http://www.kde.org" +KMNAME="playground/libs/webkitkde" +KMMODULE="webkitkde" +NEED_KDE="svn" +SLOT="kde-svn" +inherit kde4svn-meta + +# Install to KDEDIR rather than /usr, allows slotting +PREFIX="${KDEDIR}" + +DESCRIPTION="A WebKit KPart for konqueror" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="debug" + +DEPEND="x11-libs/qt-webkit:4" +RDEPEND="${RDEPEND} + kde-base/konqueror:${SLOT}" + +src_unpack() { + kde4svn_src_unpack + + # CMakeLists bugs. + #sed -e '/CMAKE_MODULE_PATH/s/^/#DONOTWANT /' \ + # -e '/add_subdirectory(cmake)/s/^/#DONOTWANT /' \ + # -i "${S}"/CMakeLists.txt || die 'Sed failed.' +} diff --git a/kde-misc/yakuake/yakuake-9999.ebuild b/kde-misc/yakuake/yakuake-9999.ebuild new file mode 100644 index 0000000000..f9f4170450 --- /dev/null +++ b/kde-misc/yakuake/yakuake-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/utils" + +inherit kde4svn-meta + +MY_PV="${PV%_pre*}" +PREFIX="${KDEDIR}" +SLOT="kde-svn" + +DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology" +HOMEPAGE="http://yakuake.kde.org/" +LICENSE="GPL-2 LGPL-2" + +KEYWORDS="" +IUSE="" + +DEPEND="kde-base/konsole:${SLOT}" +RDEPEND="${DEPEND}" diff --git a/mail-client/mailody/mailody-9999.ebuild b/mail-client/mailody/mailody-9999.ebuild new file mode 100644 index 0000000000..4371c21eaa --- /dev/null +++ b/mail-client/mailody/mailody-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +IUSE="" +SLOT="kde-svn" +NEED_KDE=":${SLOT}" +KMNAME="extragear/pim" +inherit kde4svn-meta + +DESCRIPTION="A Qt/KDE based mail client based on Akonadi." +HOMEPAGE="http://www.kde-apps.org/content/show.php/Mailody?content=47793" + +SLOT="kde-svn" +LICENSE="GPL-2" + +DEPEND="kde-base/kdelibs:${SLOT} + kde-base/kdepimlibs:${SLOT} + kde-base/marble:${SLOT} + kde-base/nepomuk:${SLOT}" diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild new file mode 100644 index 0000000000..4b83152a45 --- /dev/null +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +# Checkout all of extragear/graphics to avoid endless patching of the +# cmake files. +KMNAME="extragear/graphics" +NEED_KDE="svn" + +inherit kde4svn-meta + +DESCRIPTION="A digital photo management application for KDE." +HOMEPAGE="http://www.digikam.org/" + +LICENSE="GPL-2" +SLOT="kde-svn" +RDEPEND="${DEPEND}" +IUSE="addressbook marble" + +KEYWORDS="" +DEPEND=" + dev-db/sqlite:3 + kde-base/libkdcraw:${SLOT} + kde-base/libkexiv2:${SLOT} + kde-base/libkipi:${SLOT} + >=media-libs/jasper-1.7.0 + media-libs/jpeg + >=media-libs/lcms-1.14.0 + >=media-libs/libgphoto2-2.4.0 + >=media-libs/libpng-1.2.7 + >=media-libs/tiff-3.8.2 + addressbook? ( kde-base/kdepimlibs:${SLOT} ) + marble? ( kde-base/marble ) + " +# No ebuild? +# liblensfun >= 0.1.0 http://lensfun.berlios.de +# Optional to support LensCorrection editor plugin. +#WITH_Freetype ON +# Needed? +# imlib? ( media-libs/imlib ) + +RDEPEND="${DEPEND}" + +# Install to KDEDIR to slot it. +PREFIX="${KDEDIR}" +# Search for the dependencies in KDEDIR. +PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${KDEDIR}/$(get_libdir)/pkgconfig" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with addressbook KdepimLibs)" + # Deactivate the search for ksane + sed -e '/KSANE/I s:^:#DONOTWANT :' \ + -i "${S}"/CMakeLists.txt \ + || die "Deactivating ksane check failed." + # Deactivate this, fails. + sed -e '/lenscorrection/ s:^:#DONOTWANT :' \ + -i "${S}"/digikam/imageplugins/CMakeLists.txt \ + || die "Deactivating lensfun plugin failed." + + kde4overlay-base_src_compile +} diff --git a/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild b/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild new file mode 100644 index 0000000000..3e09abbe99 --- /dev/null +++ b/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/graphics" +NEED_KDE="svn" +OPENGL_REQUIRED="optional" + +inherit kde4svn-meta + +DESCRIPTION="Plugins for the KDE Image Plugin Interface (libkipi)." +HOMEPAGE="http://www.kipi-plugins.org" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="opengl scanner" +SLOT="kde-svn" + +# TODO: Check deps +DEPEND=" + kde-base/libkdcraw:${SLOT} + kde-base/libkexiv2:${SLOT} + kde-base/libkipi:${SLOT} + media-libs/jpeg + media-libs/libpng + >=media-libs/tiff-3.5 + scanner? ( media-gfx/sane-backends + kde-base/libksane:${SLOT} ) + " + +RDEPEND="${DEPEND}" +# app-cdr/k3b: Burning support +# media-gfx/imagemagick: Handle many image formats +# media-video/mjpegtools: Multi image jpeg support + +# Install to KDEDIR to slot the package +PREFIX="${KDEDIR}" +PKG_CONFIG_PATH=":${PKG_CONFIG_PATH}:${KDEDIR}/$(get_libdir)/pkgconfig" + +src_compile() { + # This Plugin hard depends on libksane, deactivate it if use flag scanner is + # not set. + if ! use scanner; then + sed -e '/acquireimages/ s:^:#DONOTCOMPILE :' -i "${S}"/${PN}/CMakeLists.txt \ + || die "Deactivating acquireimages plugin failed." + fi + + # Fix linkage + sed -e '/KDE4_KDEUI_LIBS/ c\\${KDE4_KIO_LIBS}'\ + -i "${S}"/${PN}/common/libkipiplugins/CMakeLists.txt \ + || die "Fixing kipi-plugins linkage failed." + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with OpenGl) + $(cmake-utils_use_with scanner Sane)" + + kde4overlay-base_src_compile +} diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild new file mode 100644 index 0000000000..fe2e6d0199 --- /dev/null +++ b/media-sound/amarok/amarok-9999.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +OPENGL_REQUIRED="optional" +inherit kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="Advanced audio player based on KDE framework." +HOMEPAGE="http://amarok.kde.org/" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" +IUSE="cdaudio daap debug ifp ipod mp3tunes mp4 mtp njb +semantic-desktop" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/amarok" + +# daap are automagic + +DEPEND=" + >=app-misc/strigi-0.5.7 + dev-db/sqlite:3 + >=media-libs/taglib-1.5 + || ( >=dev-db/mysql-community-5.0[embedded] + >=dev-db/mysql-5.0[embedded] ) + || ( x11-libs/qt-phonon:4 media-sound/phonon ) + kde-base/kdelibs:${SLOT}[opengl?,semantic-desktop?] + kde-base/libplasma:${SLOT}[opengl?] + x11-libs/qt-webkit:4 + cdaudio? ( kde-base/libkcompactdisc:${SLOT} + kde-base/libkcddb:${SLOT} ) + ifp? ( media-libs/libifp ) + ipod? ( >=media-libs/libgpod-0.4.2 ) + mp3tunes? ( dev-libs/libxml2 + dev-libs/openssl + net-libs/loudmouth + net-misc/curl ) + mp4? ( media-libs/libmp4v2 ) + mtp? ( >=media-libs/libmtp-0.3.0 ) + njb? ( >=media-libs/libnjb-2.2.4 ) + semantic-desktop? ( dev-libs/soprano[sesame2] ) + " +RDEPEND="${DEPEND} + app-arch/unzip + daap? ( www-servers/mongrel ) + " + +pkg_setup() { + if use amd64 ; then + ewarn + ewarn "Compilation may fail if dev-db/mysql is built without -fPIC in your CFLAGS!" + ewarn "Related bug: http://bugs.gentoo.org/show_bug.cgi?id=238487" + ewarn + fi +} + +src_compile() { + if use debug; then + mycmakeargs="${mycmakeargs} -DCMAKE_BUILD_TYPE=debugfull" + fi + + if ! use mp3tunes; then + sed -e'/mp3tunes/ s:^:#DONOTWANT :' \ + -i "${S}"/src/services/CMakeLists.txt \ + || die "Deactivating mp3tunes failed." + fi + + # Remove superfluous QT_WEBKIT + sed -e 's/ -DQT_WEBKIT//g' \ + -i "${S}"/src/scriptengine/generator/generator/CMakeLists.txt \ + || die "Removing unnecessary -DQT_WEBKIT failed." + + mycmakeargs="${mycmakeargs} + -DCMAKE_INSTALL_PREFIX=${PREFIX} + -DUSE_SYSTEM_SQLITE=ON + $(cmake-utils_use_with cdaudio KdeMultimedia) + $(cmake-utils_use_with ipod Ipod) + $(cmake-utils_use_with ifp Ifp) + $(cmake-utils_use_with mp4 Mp4v2) + $(cmake-utils_use_with mtp Mtp) + $(cmake-utils_use_with njb Njb) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + " + kde4overlay-base_src_compile +} diff --git a/media-sound/kaudiocreator/kaudiocreator-9999.ebuild b/media-sound/kaudiocreator/kaudiocreator-9999.ebuild new file mode 100644 index 0000000000..ddade238b8 --- /dev/null +++ b/media-sound/kaudiocreator/kaudiocreator-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/multimedia" +NEED_KDE="svn" + +inherit kde4svn-meta + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="KDE CD ripper and audio encoder frontend" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" + +IUSE="" + +DEPEND=" + kde-base/libkcompactdisc:${SLOT} + kde-base/libkcddb:${SLOT} + " diff --git a/media-sound/phonon/phonon-9999.ebuild b/media-sound/phonon/phonon-9999.ebuild new file mode 100644 index 0000000000..d1213d4981 --- /dev/null +++ b/media-sound/phonon/phonon-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +HOMEPAGE="http://phonon.kde.org" +inherit cmake-utils subversion + +DESCRIPTION="KDE multimedia API" +KEYWORDS="" +IUSE="debug gstreamer +xine" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/phonon" +SLOT="0" + +LICENSE="GPL-2" + +RDEPEND="!kde-base/phonon:kde-svn + !x11-libs/qt-phonon:4 + >=x11-libs/qt-test-4.4.0:4 + >=x11-libs/qt-dbus-4.4.0:4 + >=x11-libs/qt-gui-4.4.0:4 + gstreamer? ( media-libs/gstreamer + media-libs/gst-plugins-base + >=x11-libs/qt-opengl-4.4.0:4 ) + xine? ( >=media-libs/xine-lib-1.1.15-r1 + x11-libs/libxcb )" +DEPEND="${RDEPEND} + >=kde-base/automoc-0.9.86" + +pkg_setup() { + if use !xine && use !gstreamer; then + die "you must at least select one backend for phonon" + fi +} + +src_compile() { + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with gstreamer GStreamer) + $(cmake-utils_use_with gstreamer GStreamerPlugins)" + + if use !xine; then + sed -e '326d' -i ${WORKDIR}/${P}/CMakeLists.txt + fi + cmake-utils_src_compile +} diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild new file mode 100644 index 0000000000..ae4af22535 --- /dev/null +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +DESCRIPTION="Media player for KDE using xine and gstreamer backends." +HOMEPAGE="http://kaffeine.sourceforge.net/" +LICENSE="GPL-2" + +SLOT="kde-svn" +NEED_KDE=":${SLOT}" +KMNAME="extragear/multimedia" +KMMODULE="kaffeinegl" +KEYWORDS="" +IUSE="dvb xcb encode vorbis" + +inherit kde4svn-meta + +RDEPEND=">=media-libs/xine-lib-1.1.12 + xcb? ( >=x11-libs/libxcb-1.0 ) + media-sound/cdparanoia + encode? ( media-sound/lame ) + vorbis? ( media-libs/libvorbis ) + x11-libs/libXtst" +DEPEND="${RDEPEND} + dvb? ( media-tv/linuxtv-dvb-headers ) + x11-proto/inputproto" diff --git a/media-video/kmplayer/kmplayer-9999.ebuild b/media-video/kmplayer/kmplayer-9999.ebuild new file mode 100644 index 0000000000..4fa0656bfc --- /dev/null +++ b/media-video/kmplayer/kmplayer-9999.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/multimedia/kmplayer" + +NEED_KDE="svn" +inherit kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="KMPlayer is a Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend." +HOMEPAGE="http://kmplayer.kde.org/" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" +IUSE="cairo npp" + +DEPEND="x11-libs/libXv + >=dev-libs/expat-2.0.1 + cairo? ( x11-libs/cairo ) + npp? ( >=dev-libs/nspr-4.6.7 + >=x11-libs/gtk+-2.10.14 )" +RDEPEND="${DEPEND} + || ( media-video/mplayer media-video/mplayer-bin )" + +pkg_setup() { + if use amd64 && ! has_version media-video/mplayer; then + echo + elog 'NOTICE: You have mplayer-bin installed; you will need to configure' + elog 'NOTICE: kmplayer to use it from within the application.' + echo + fi +} + +src_compile() { + mycmakeargs="${mycmakeargs} + -DCMAKE_INSTALL_PREFIX=${PREFIX} + $(cmake-utils_use_with cairo CAIRO) + $(cmake-utils_use_with npp NPP)" + kde4overlay-base_src_compile +} + +src_install() { + kde4overlay-base_src_install + # Fix collision protect issues with icons of the oxygen theme + for i in $(< "${FILESDIR}"/icons-collision-list) ; do + if [[ -f "${D}"/usr/kde/svn/$i ]]; then + rm "${D}"/usr/kde/svn/$i || die "Remove of $i failed." + fi + done +} diff --git a/media-video/kplayer/kplayer-9999.ebuild b/media-video/kplayer/kplayer-9999.ebuild new file mode 100644 index 0000000000..c069d582f7 --- /dev/null +++ b/media-video/kplayer/kplayer-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" +SLOT="kde-svn" +NEED_KDE=":${SLOT}" +KMNAME="extragear/multimedia" + +inherit kde4svn-meta +IUSE="" +PREFIX=${KDEDIR} + +DESCRIPTION="KPlayer is a KDE media player based on mplayer." +HOMEPAGE="http://kde-apps.org/content/download.php?content=9833&id=1" + +KEYWORDS="" +LICENSE="GPL-2" + +RDEPEND=">=media-video/mplayer-1.0_rc1" + +#src_unpack() { +# kde4svn-meta_src_unpack +# sed -i -e '/set(CMAKE_VERBOSE_MAKEFILE ON)/d' ${S}/CMakeLists.txt || die "Sed failed" +#} + +#src_compile() { +# cmake-utils_src_configurein +# kde4overlay-base_src_make +#} diff --git a/net-ftp/kftpgrabber/kftpgrabber-9999.ebuild b/net-ftp/kftpgrabber/kftpgrabber-9999.ebuild new file mode 100644 index 0000000000..84751f6f90 --- /dev/null +++ b/net-ftp/kftpgrabber/kftpgrabber-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/network" +NEED_KDE="svn" + +inherit kde4svn-meta flag-o-matic + +DESCRIPTION="A graphical FTP client for KDE." +HOMEPAGE="http://www.kftp.org" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" +IUSE="htmlhandbook" + +DEPEND="net-libs/libssh2 + dev-libs/openssl" +RDEPEND="${DEPEND}" + +src_compile() { + append-ldflags -Wl,--no-as-needed + + kde4overlay-base_src_compile +} diff --git a/net-im/kmess/kmess-9999.ebuild b/net-im/kmess/kmess-9999.ebuild new file mode 100644 index 0000000000..ff00b91679 --- /dev/null +++ b/net-im/kmess/kmess-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=1 + +NEED_KDE="svn" +SLOT="kde-svn" +inherit kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +ESVN_REPO_URI="http://kmess.svn.sourceforge.net/svnroot/kmess/trunk/kmess" +DESCRIPTION="MSN Messenger clone for KDE" +HOMEPAGE="http://www.kmess.org" + +LICENSE="LGPL-2" +KEYWORDS="" +IUSE="+xscreensaver" + +DEPEND="app-crypt/qca-ossl + dev-libs/libxml2 + dev-libs/libxslt + sys-devel/gettext + xscreensaver? ( x11-libs/libXScrnSaver )" + +src_compile() { + if ! use xscreensaver; then + # Need to remove this otherwise linking fails: + sed -i '/X11_Xscreensaver_FOUND/d' src/CMakeLists.txt || die "disabling xscreensaver failed." + fi + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with xscreensaver X11_Xscreensaver)" + + kde4overlay-base_src_compile +} diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild new file mode 100644 index 0000000000..a93c6e9ff0 --- /dev/null +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +SLOT="kde-svn" +inherit kde4svn + +DESCRIPTION="Advanced IRC Client" +HOMEPAGE="http://www.kvirc.net/" + +LICENSE="kvirc" +KEYWORDS="" +IUSE="+crypt +dcc_voice debug doc +gsm +ipc ipv6 kde nls profile +phonon ssl +transparency" + +RDEPEND=" + sys-libs/zlib + x11-libs/qt-core + x11-libs/qt-dbus + x11-libs/qt-gui + x11-libs/qt-qt3support + kde? ( kde-base/kdelibs:${SLOT} ) + phonon? ( media-sound/phonon ) + ssl? ( dev-libs/openssl )" + +DEPEND="${RDEPEND} + sys-devel/gettext + doc? ( app-doc/doxygen )" + +DOCS="ChangeLog README TODO" + +ESVN_REPO_URI="https://svn.kvirc.de/svn/trunk/kvirc" +ESVN_PROJECT="kvirc" + +src_unpack() { + subversion_src_unpack + subversion_wc_info + VERSIO_PRAESENS="${ESVN_WC_REVISION}" + elog "Setting revision number to ${VERSIO_PRAESENS}" + sed -i -e "/#define KVI_DEFAULT_FRAME_CAPTION/s/KVI_VERSION/& \" r${VERSIO_PRAESENS}\"/" src/kvirc/ui/kvi_frame.cpp || die "Failed to set revision number" +} + +src_compile() { + local mycmakeargs + mycmakeargs=" + -DCMAKE_INSTALL_PREFIX=/usr + -DCOEXISTENCE=1 + -DLIB_INSTALL_PREFIX="/usr/$(get_libdir)" + $(cmake-utils_use_want crypt CRYPT) + $(cmake-utils_use_want dcc_voice DCC_VOICE) + $(cmake-utils_use_want debug DEBUG) + $(cmake-utils_use_want doc DOXYGEN) + $(cmake-utils_use_want gsm GSM) + $(cmake-utils_use_want ipc IPC) + $(cmake-utils_use_want ipv6 IPV6) + $(cmake-utils_use_want kde KDE4) + $(cmake-utils_use_want nls GETTEXT) + $(cmake-utils_use_want profile MEMORY_PROFILE) + $(cmake-utils_use_want ssl OPENSSL) + $(cmake-utils_use_want transparency TRANSPARENCY)" + + kde4overlay-base_src_compile +} diff --git a/net-libs/decibel/decibel-9999.ebuild b/net-libs/decibel/decibel-9999.ebuild new file mode 100644 index 0000000000..6283eb7f11 --- /dev/null +++ b/net-libs/decibel/decibel-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="none" + +inherit eutils flag-o-matic kde4svn +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/decibel" + +DESCRIPTION="Decibel is a realtime communications framework" +HOMEPAGE="http://decibel.kde.org/" + +SLOT="0" +KEYWORDS="" +LICENSE="LGPL-2" +IUSE="" + +RESTRICT="test" + +DEPEND=" + net-voip/tapioca-qt" +# doc? ( app-doc/doxygen )" +# FIXME: handle doxygen documentation. + +src_compile() { + append-ldflags -Wl,--no-as-needed + kde4overlay-base_src_compile +} diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild new file mode 100644 index 0000000000..3ed40dfe79 --- /dev/null +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit cmake-utils subversion + +DESCRIPTION="libtelepathy QT4 Bindings" +HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathyQt" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/telepathy-qt" + +KEYWORDS="" +SLOT="0" +LICENSE="LGPL-2.1" +IUSE="debug" + +RDEPEND="|| ( ( x11-libs/qt-core:4 + x11-libs/qt-dbus:4 ) + >=x11-libs/qt-4.2.0 )" +DEPEND="${RDEPEND} + >=dev-util/cmake-2.6.0" + +pkg_setup() { + echo + ewarn "WARNING! This an experimental ebuild of ${PN} SVN tree. Use at your own risk." + ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" + echo +} diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild new file mode 100644 index 0000000000..399c660aa2 --- /dev/null +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" + +inherit cmake-utils cvs kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="Smb4K is a SMB share browser for KDE." +HOMEPAGE="http://smb4k.berlios.de/" +ECVS_SERVER="cvs.smb4k.berlios.de:/cvsroot/${PN}" +ECVS_MODULE="${PN}" +ECVS_LOCALNAME="${P}" + +SLOT="kde-svn" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="bindist" + +DEPEND="kde-base/konqueror:kde-svn" +RDEPEND="${DEPEND} + bindist? ( <net-fs/samba-3.2.0_pre2 ) + !bindist? ( net-fs/samba ) + >=dev-util/cmake-2.6.1 + net-fs/mount-cifs" + +src_unpack() { + cvs_src_unpack +} + +src_compile() { + mycmakeargs="${mycmakeargs} + -DCMAKE_INSTALL_PREFIX=${PREFIX}" + cmake-utils_src_compile +} + +src_install() { + cmake-utils_src_install +}
\ No newline at end of file diff --git a/net-p2p/kepas/kepas-9999.ebuild b/net-p2p/kepas/kepas-9999.ebuild new file mode 100644 index 0000000000..ec629f9305 --- /dev/null +++ b/net-p2p/kepas/kepas-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="playground/network/kepas" +NEED_KDE="svn" +inherit kde4svn + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="KDE Easy Publish and Share." +HOMEPAGE="http://www.kde-apps.org/content/show.php?content=73968" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" +IUSE="avahi oscar zeroconf" + +DEPEND="kde-base/libplasma:${SLOT} + avahi? ( kde-base/kdnssd:${SLOT} ) + zeroconf? ( kde-base/kdnssd:${SLOT} ) + oscar? ( kde-base/kopete:${SLOT} )" +RDEPEND="${DEPEND}" + +pkg_setup() { + if use oscar; then + if has_version kde-base/kopete:${SLOT}; then + KDE4_BUILT_WITH_USE_CHECK="${KDE4_BUILT_WITH_USE_CHECK} + kde-base/kopete:${SLOT} oscar" ; + else + die "You don't seem to have either kde-base/kopete or kde-base/kdenetwork installed." + fi + fi + + kde4svn_pkg_setup +} diff --git a/net-p2p/kmldonkey/kmldonkey-9999.ebuild b/net-p2p/kmldonkey/kmldonkey-9999.ebuild new file mode 100644 index 0000000000..5c7a4e9337 --- /dev/null +++ b/net-p2p/kmldonkey/kmldonkey-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/network" +NEED_KDE="svn" +inherit kde4svn-meta + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="Provides integration for the MLDonkey P2P software and KDE 4." +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2 LGPL-2" + +KEYWORDS="" +SLOT="kde-svn" +IUSE="debug plasma" + +PREFIX="${KDEDIR}" + +RDEPEND="plasma? ( kde-base/libplasma:${SLOT} )" +DEPEND="${RDEPEND} + sys-devel/gettext" + +src_compile() { + sed -e '/SSH2/ s:^:#DONOTWANT:' \ + -i "${S}"/CMakeLists.txt \ + || die "Deactivating search for SSH2 failed." + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with plasma Plasma)" + + kde4overlay-meta_src_compile +} diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild new file mode 100644 index 0000000000..a5dcbda9e5 --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME="extragear/network" +NEED_KDE="svn" +inherit kde4svn-meta + +# Install to KDEDIR rather than /usr, to slot properly. +PREFIX="${KDEDIR}" + +DESCRIPTION="A BitTorrent program for KDE." +HOMEPAGE="http://ktorrent.org/" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="kde-svn" +IUSE="+bitfinder +bwscheduler +infowidget +ipfilter +logviewer +mediaplayer +scanfolder +search +stats +upnp +webinterface" + +DEPEND="dev-libs/gmp + app-crypt/qca:2" +RDEPEND="${DEPEND} + ipfilter? ( kde-base/kdebase-kioslaves:kde-svn )" + +src_compile() { + sed -e '/SSH2/ s:^:#DONOTWANT:' \ + -i "${S}"/CMakeLists.txt \ + || die "Deactivating search for SSH2 failed." + mycmakeargs="${mycmakeargs} + -DCMAKE_INSTALL_PREFIX=${PREFIX} + -DENABLE_DHT_SUPPORT=ON + $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN) + $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN) + $(cmake-utils_use_enable upnp UPNP_PLUGIN) + $(cmake-utils_use_enable search SEARCH_PLUGIN) + $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN) + $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN) + $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN) + $(cmake-utils_use_enable stats STATS_PLUGIN) + $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN) + $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN) + $(cmake-utils_use_enable bitfinder BITFINDER_PLUGIN)" + kde4overlay-meta_src_compile +} diff --git a/net-voip/tapioca-qt/tapioca-qt-9999.ebuild b/net-voip/tapioca-qt/tapioca-qt-9999.ebuild new file mode 100644 index 0000000000..c071a08f51 --- /dev/null +++ b/net-voip/tapioca-qt/tapioca-qt-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit cmake-utils subversion + +DESCRIPTION="Tapioca QT4 Bindings" +HOMEPAGE="http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/tapioca-qt" + +KEYWORDS="" +SLOT="0" +LICENSE="LGPL-2.1" +IUSE="debug" + +DEPEND="|| ( ( x11-libs/qt-core:4 + x11-libs/qt-dbus:4 ) + >=x11-libs/qt-4.2:4 ) + net-libs/telepathy-qt" + +pkg_setup() { + echo + ewarn "WARNING! This an experimental ebuild of ${PN} SVN tree. Use at your own risk." + ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" + echo +} diff --git a/net-wireless/kdebluetooth4/kdebluetooth4-9999.ebuild b/net-wireless/kdebluetooth4/kdebluetooth4-9999.ebuild new file mode 100644 index 0000000000..2451578ca5 --- /dev/null +++ b/net-wireless/kdebluetooth4/kdebluetooth4-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NEED_KDE="svn" +inherit kde4svn + +DESCRIPTION="KDE Bluetooth Framework" +HOMEPAGE="http://bluetooth.kmobiletools.org/" +#SRC_URI="mirror://sourceforge/kde-bluetooth/${P}.tar.bz2" +#ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/network/kbluetooth4@{${PV//./}}" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/network/kbluetooth4" + +SLOT="kde-svn" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" + +# Localisation will be added once we have a release. + +DEPEND=">=dev-libs/openobex-1.3 + app-mobilephone/obexftp + app-mobilephone/obex-data-server" + +RDEPEND="${DEPEND} + || ( ( kde-base/kdialog:${SLOT} kde-base/konqueror:${SLOT} ) + kde-base/kdelibs:${SLOT} ) + >=net-wireless/bluez-libs-3.11 + >=net-wireless/bluez-utils-3.11" diff --git a/www-client/arora/arora-9999.ebuild b/www-client/arora/arora-9999.ebuild new file mode 100644 index 0000000000..2f5b280bd7 --- /dev/null +++ b/www-client/arora/arora-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.3.ebuild,v 1.1 2008/08/05 05:32:04 yngwin Exp $ + +EAPI=1 +inherit eutils qt4 git + +DESCRIPTION="A cross-platform Qt4 WebKit browser" +HOMEPAGE="http://arora.googlecode.com/" +EGIT_REPO_URI="git://github.com/Arora/arora.git" + +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=">=x11-libs/qt-webkit-4.4.0:4" +DEPEND="${RDEPEND}" + +src_compile() { + eqmake4 arora.pro PREFIX="${D}/usr" || die "qmake failed" + emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog README +} diff --git a/x11-themes/gtk-engines-qt/gtk-engines-qt-9999.ebuild b/x11-themes/gtk-engines-qt/gtk-engines-qt-9999.ebuild new file mode 100644 index 0000000000..c1f12c9024 --- /dev/null +++ b/x11-themes/gtk-engines-qt/gtk-engines-qt-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit eutils qt4 subversion + +MY_PN="gtk-qt-engine" +DESCRIPTION="GTK+2 Qt4 Theme Engine" +HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk" +ESVN_REPO_URI="http://gtk-qt.ecs.soton.ac.uk/svn/gtk-qt/trunk/${MY_PN}" + +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" +DEPEND=">=x11-libs/qt-4.3:4 + >=x11-libs/gtk+-2.2 + dev-util/cmake" +RDEPEND="" + +SLOT="3" + +S="${WORKDIR}/${MY_PN}" + +src_install() { + make DESTDIR="${D}" install +} |