mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-radio/gpredict: drop symlink to license (bug #632126)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
15
media-radio/gpredict/files/gpredict-1.3-doc.patch
Normal file
15
media-radio/gpredict/files/gpredict-1.3-doc.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- Makefile.am.orig 2009-04-19 12:09:03.000000000 +0200
|
||||
+++ Makefile.am 2009-04-19 12:09:20.000000000 +0200
|
||||
@@ -2,12 +2,8 @@
|
||||
|
||||
install-data-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
- $(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)
|
||||
- $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DESTDIR)$(pkgdatadir)
|
||||
$(INSTALL_DATA) $(top_srcdir)/NEWS $(DESTDIR)$(pkgdatadir)
|
||||
- $(INSTALL_DATA) $(top_srcdir)/README $(DESTDIR)$(pkgdatadir)
|
||||
$(INSTALL_DATA) $(top_srcdir)/COPYING $(DESTDIR)$(pkgdatadir)
|
||||
- $(INSTALL_DATA) $(top_srcdir)/TODO $(DESTDIR)$(pkgdatadir)
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
38
media-radio/gpredict/gpredict-1.3-r2.ebuild
Normal file
38
media-radio/gpredict/gpredict-1.3-r2.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="Real-time satellite tracking and orbit prediction application"
|
||||
HOMEPAGE="http://gpredict.oz9aec.net"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/glib:2
|
||||
x11-libs/gdk-pixbuf[jpeg]
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/goocanvas:0
|
||||
net-misc/curl"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool
|
||||
virtual/pkgconfig
|
||||
sys-devel/gettext"
|
||||
|
||||
src_prepare() {
|
||||
# remove wrong doc location
|
||||
epatch "${FILESDIR}/${PN}-1.3-doc.patch"
|
||||
sed -i -e "s/0.15/0.14/g" configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
make_desktop_entry ${PN} "GPredict" "/usr/share/pixmaps/gpredict/icons/gpredict-icon.png" Science
|
||||
dodoc AUTHORS ChangeLog NEWS README TODO
|
||||
}
|
||||
Reference in New Issue
Block a user