summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2011-01-22 18:48:35 +0000
committerFabio Erculiani <lxnay@gentoo.org>2011-01-22 18:48:35 +0000
commit98895d99333e559167fc5b0a5b22aba9f1f89bf0 (patch)
tree75c39d412912e66780826d334406ddbec174c9c3 /x11-apps
parentppc64 stable wrt #343315 (diff)
downloadgentoo-2-98895d99333e559167fc5b0a5b22aba9f1f89bf0.tar.gz
gentoo-2-98895d99333e559167fc5b0a5b22aba9f1f89bf0.tar.bz2
gentoo-2-98895d99333e559167fc5b0a5b22aba9f1f89bf0.zip
new ebuild, close bug #351153
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/spotlighter/ChangeLog10
-rw-r--r--x11-apps/spotlighter/metadata.xml23
-rw-r--r--x11-apps/spotlighter/spotlighter-0.1.ebuild28
3 files changed, 61 insertions, 0 deletions
diff --git a/x11-apps/spotlighter/ChangeLog b/x11-apps/spotlighter/ChangeLog
new file mode 100644
index 000000000000..3f7935e62ac4
--- /dev/null
+++ b/x11-apps/spotlighter/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-apps/spotlighter
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/spotlighter/ChangeLog,v 1.1 2011/01/22 18:48:35 lxnay Exp $
+
+*spotlighter-0.1 (22 Jan 2011)
+
+ 22 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> +spotlighter-0.1.ebuild,
+ +metadata.xml:
+ new package, see bug 351153
+
diff --git a/x11-apps/spotlighter/metadata.xml b/x11-apps/spotlighter/metadata.xml
new file mode 100644
index 000000000000..9f5e9c6cdb0c
--- /dev/null
+++ b/x11-apps/spotlighter/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>lxnay@gentoo.org</email>
+ <name>Fabio Erculiani</name>
+ <description>Maintainer. Assign bugs to him</description>
+ </maintainer>
+ <maintainer>
+ <email>ziapannocchia@gmail.com</email>
+ <name>Marco Clocchiatti</name>
+ <description>Proxy maintainer. CC him on bugs</description>
+ </maintainer>
+ <longdescription lang="en">
+ Spotlighter is a tool that show a movable and resizable spotlight
+ on the desktop screen.
+ You can use this to hide and show objects on the desktop.
+ This program has been implemented for educational purposes.
+ </longdescription>
+ <use>
+ </use>
+</pkgmetadata>
diff --git a/x11-apps/spotlighter/spotlighter-0.1.ebuild b/x11-apps/spotlighter/spotlighter-0.1.ebuild
new file mode 100644
index 000000000000..e2852330f839
--- /dev/null
+++ b/x11-apps/spotlighter/spotlighter-0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/spotlighter/spotlighter-0.1.ebuild,v 1.1 2011/01/22 18:48:35 lxnay Exp $
+
+EAPI=3
+
+SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.gz"
+DESCRIPTION="Shows a movable and resizable spotlight on the screen"
+HOMEPAGE="http://code.google.com/p/ardesia/"
+
+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 || die "make install failed"
+}