diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-11 23:14:47 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-11 23:15:15 +0200 |
commit | 0c60e4f01bc6ed6edd9e3eb9e84a1166bcd945e9 (patch) | |
tree | 59776eabaa2ce45cf8a1c1b4d2d23fb35f4f876b /x11-apps | |
parent | x11-terms/aterm: EAPI bump (diff) | |
download | gentoo-0c60e4f01bc6ed6edd9e3eb9e84a1166bcd945e9.tar.gz gentoo-0c60e4f01bc6ed6edd9e3eb9e84a1166bcd945e9.tar.bz2 gentoo-0c60e4f01bc6ed6edd9e3eb9e84a1166bcd945e9.zip |
x11-apps/spotlighter: EAPI bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/spotlighter/spotlighter-0.1-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild b/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild new file mode 100644 index 000000000000..16330fb67081 --- /dev/null +++ b/x11-apps/spotlighter/spotlighter-0.1-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" +DESCRIPTION="Shows a movable and resizable spotlight on the screen" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +COMMON_DEPEND="sys-devel/gettext + x11-libs/gtk+:2" +DEPEND="${COMMON_DEPEND} + dev-util/intltool" +RDEPEND="${COMMON_DEPEND} + dev-libs/atk + media-libs/fontconfig + >=media-libs/libpng-1.2 + sci-libs/gsl" + +src_install() { + emake DESTDIR="${D}" install +} |