diff options
author | 2008-01-18 00:47:24 +0000 | |
---|---|---|
committer | 2008-01-18 00:47:24 +0000 | |
commit | 63ed00e623a333ee69311f6e66f6ca99a73bdc62 (patch) | |
tree | 66c7f2ac34ce80e7046d8cdf89a99c6fb39c6da3 /kde-base/kstars | |
parent | Added KDE 4.0.0's kstart. (diff) | |
download | historical-63ed00e623a333ee69311f6e66f6ca99a73bdc62.tar.gz historical-63ed00e623a333ee69311f6e66f6ca99a73bdc62.tar.bz2 historical-63ed00e623a333ee69311f6e66f6ca99a73bdc62.zip |
Added KDE 4.0.0's kstars.
Package-Manager: portage-2.1.4
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kstars')
-rw-r--r-- | kde-base/kstars/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kstars/files/digest-kstars-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/kstars/files/kstars-4.0.0-destdir.patch | 17 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.0.0.ebuild | 38 |
4 files changed, 66 insertions, 2 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index 9d06c899e02a..0c1843153c3a 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kstars -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.76 2007/10/19 23:35:13 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.77 2008/01/18 00:47:23 ingmar Exp $ + +*kstars-4.0.0 (18 Jan 2008) + + 18 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +files/kstars-4.0.0-destdir.patch, +kstars-4.0.0.ebuild: + Added KDE 4.0.0's kstars. *kstars-3.5.8 (19 Oct 2007) diff --git a/kde-base/kstars/files/digest-kstars-4.0.0 b/kde-base/kstars/files/digest-kstars-4.0.0 new file mode 100644 index 000000000000..c852e263e141 --- /dev/null +++ b/kde-base/kstars/files/digest-kstars-4.0.0 @@ -0,0 +1,3 @@ +MD5 76eb6108388e287ecdcc0bea099cebe8 kdeedu-4.0.0.tar.bz2 41887194 +RMD160 468d00e6eee05ec62ae1c42199067597de92b661 kdeedu-4.0.0.tar.bz2 41887194 +SHA256 9fa5f6af13a4101f0c83a428624f22835d2f5696157ccd0e23944beacf86a0d1 kdeedu-4.0.0.tar.bz2 41887194 diff --git a/kde-base/kstars/files/kstars-4.0.0-destdir.patch b/kde-base/kstars/files/kstars-4.0.0-destdir.patch new file mode 100644 index 000000000000..4cf63b5f89db --- /dev/null +++ b/kde-base/kstars/files/kstars-4.0.0-destdir.patch @@ -0,0 +1,17 @@ +--- kstars/kstars/indi/CMakeLists.txt ++++ kstars/kstars/indi/CMakeLists.txt +@@ -213,10 +213,10 @@ + #TODO fix for windows. + if(UNIX) + file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake +-"exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BIN_INSTALL_DIR}/indi_lx200classic)\n +-exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BIN_INSTALL_DIR}/indi_lx200autostar)\n +-exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BIN_INSTALL_DIR}/indi_lx200_16)\n +-exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BIN_INSTALL_DIR}/indi_lx200gps)\n ++"exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \"$ENV{D}/${BIN_INSTALL_DIR}/indi_lx200classic\")\n ++exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \"$ENV{D}/${BIN_INSTALL_DIR}/indi_lx200autostar\")\n ++exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \"$ENV{D}/${BIN_INSTALL_DIR}/indi_lx200_16\")\n ++exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \"$ENV{D}/${BIN_INSTALL_DIR}/indi_lx200gps\")\n + ") + set_target_properties(indi_lx200generic PROPERTIES POST_INSTALL_SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake) + endif(UNIX) diff --git a/kde-base/kstars/kstars-4.0.0.ebuild b/kde-base/kstars/kstars-4.0.0.ebuild new file mode 100644 index 000000000000..ffe26f1a3056 --- /dev/null +++ b/kde-base/kstars/kstars-4.0.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.0.0.ebuild,v 1.1 2008/01/18 00:47:23 ingmar Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE Desktop Planetarium" +KEYWORDS="~amd64 ~x86" +IUSE="debug fits htmlhandbook nova sbig usb" + +COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} + fits? ( sci-libs/cfitsio ) + nova? ( >=sci-libs/libnova-0.12.1 ) + sbig? ( sci-libs/indilib + usb? ( dev-libs/libusb ) )" +DEPEND="${DEPEND} ${COMMONDEPEND}" +RDEPEND="${RDEPEND} ${COMMONDEPEND}" + +src_compile() { + epatch "${FILESDIR}/${P}"-destdir.patch + + 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)" + + kde4-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. +} |