Skip to content

Commit

Permalink
x11-misc/xplanetFX: version bump to 2.6.12
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
voyageur committed Aug 5, 2016
1 parent 4ac055e commit 0f85f46
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-misc/xplanetFX/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST xplanetfx-2.6.12_all.tar.gz 36874773 SHA256 bae39af674fc89b3fbe07ba6271bbf0a1c2ff64bbf63f4b04ff3d6f0bcc4380c SHA512 b2d76f9a8341ab5098a3b09f27f7844673850275f4c577cef344199cdc72f93060eb05786a9111a1fb9f120d747f12cc5793dba6a249141e284a3bff59d4e0fe WHIRLPOOL 7b55425eb7d1f592defd9d47144b7cce6fec682583229e5a4e5e2f407699f17dfc6114763c8df0d5a4bff7e4da034517f02f4e0bfd92201fd4c84597e87f7908
DIST xplanetfx-2.6.4_all.tar.gz 36871474 SHA256 0c7ea5783103f00867eecc1603e598b89fd52bd19954fd2976e3aa89390813ca SHA512 dd8a31d77dcf536be712239b73d185b19dde8bfe3ba3c3acdeb31ce1101e5d9c524c89a645cd737d824f44c6553d7bd2962c4bd2a7e2ac11f405e5828cfcac91 WHIRLPOOL 2cde850922e0c67e73c55dc104a1e4dca91da1cefe5bf79149e2818e3184af8d71d1436021e964957dd5bcc5b7d858326ea242d5a8158382628acde42ecd07c4
DIST xplanetfx-2.6.6_all.tar.gz 36871897 SHA256 59c49af68b6cafcbe4ebfd65979181a7f1e4416e024505b5b0d46f1cc04b082a SHA512 6d9098f19f29c4077e840215d9b7178a00754cc23cad0c44c61012582adfe16dd304ca08667068b1656d31d84dae0836081236f99555bec09d83710fb2355c35 WHIRLPOOL 7e8c98aa257ba84b4d9ec48820632d7adde10a35272c9bb033b75374e2041d95cd712a7b2beefa049bf7ac2981a81b648c88dab8a2d5fcec0ede76b30238db6d
DIST xplanetfx-2.6.7_all.tar.gz 36874223 SHA256 c3bbe4c195263688400d527dddf5ac2e0e12e2ad21b762f34f7ee98dc635c7e3 SHA512 b53005e20ba069f4adf0b6ce8f2d5641bc9db8f852fbabdac808a8c8a5f1a62242af2b556ac0575bb745838533f2b4c85946c3ed0c1f7b064faeaef4f809fdf6 WHIRLPOOL ac6ed41ffaabe02190c88e3df51ca4b3c44565dce65e59f17352c53d306faff91199726e1c9c086153715e7c9863a64d223ec09f4bb3013eacfb764d102133a0
62 changes: 62 additions & 0 deletions x11-misc/xplanetFX/xplanetFX-2.6.12.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

PYTHON_COMPAT=( python2_7 )

inherit eutils python-r1

DESCRIPTION="GUI to configure, run or daemonize xplanet with HQ capabilities"
HOMEPAGE="http://mein-neues-blog.de/xplanetFX/"
SRC_URI="http://repository.mein-neues-blog.de:9000/archive/${P/FX/fx}_all.tar.gz"

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify"

DEPEND=""
RDEPEND="${DEPEND}
dev-python/pygtk[${PYTHON_USEDEP}]
media-gfx/imagemagick
sys-devel/bc
x11-misc/xplanet
libnotify? ( x11-libs/libnotify )"
#python

S="${WORKDIR}/usr"

src_prepare() {
default

eapply "${FILESDIR}"/${PN}-2.6.4-gentoo-path.patch
sed -e "s/Application;//" -i share/applications/*desktop || die

# These will be installed separately
mkdir gentoo || die
mv share/${PN}/{autostart,flipview.py,stars/catalog.py,xplanetFX_gtk,xplanetFX_tray} \
gentoo || die
}

src_install() {
dobin bin/${PN}
insinto /usr/share/applications
doins share/applications/${PN}.desktop
insinto /usr/share/pixmaps
doins share/pixmaps/*
insinto /usr/share/${PN}
doins -r share/${PN}/*

exeinto /usr/share/${PN}
doexe gentoo/autostart

dodoc share/doc/${PN}/{changelog,README}

python_scriptinto /usr/share/${PN}/stars
python_foreach_impl python_doscript gentoo/catalog.py
python_scriptinto /usr/share/${PN}
python_foreach_impl python_doscript gentoo/{xplanetFX_gtk,xplanetFX_tray}
python_foreach_impl python_domodule gentoo/flipview.py
}

0 comments on commit 0f85f46

Please sign in to comment.