summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2015-03-09 13:02:24 +0100
committerhaarp <main.haarp@gmail.com>2015-03-09 13:02:24 +0100
commit668b5c8d011a2e77f521dada397d17e2084124bd (patch)
treec7bc559e7e51257ba6cc231bb775ab646a5b1b3f /x11-misc/switchscreen
downloadhaarp-668b5c8d011a2e77f521dada397d17e2084124bd.tar.gz
haarp-668b5c8d011a2e77f521dada397d17e2084124bd.tar.bz2
haarp-668b5c8d011a2e77f521dada397d17e2084124bd.zip
populate overlay
Diffstat (limited to 'x11-misc/switchscreen')
-rw-r--r--x11-misc/switchscreen/Manifest2
-rw-r--r--x11-misc/switchscreen/switchscreen-0.1.1.ebuild27
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-misc/switchscreen/Manifest b/x11-misc/switchscreen/Manifest
new file mode 100644
index 0000000..ce93e88
--- /dev/null
+++ b/x11-misc/switchscreen/Manifest
@@ -0,0 +1,2 @@
+DIST switchscreen-0.1.1.tar.gz 10214 SHA256 122575b0a35e9af26412340547f7912f5460138dd4367b35e86bf681f22a2fe6 SHA512 583f2cbf87878ef55fd31fb2270ac84b546c04c0d7adae874cab9647684b76a1ff52fb9b686222d9ac338c78b28fa147ce66d81007fc9091680b2cc702cbbb80 WHIRLPOOL 07b3566a48dca54e1459c4e32771f584fc7901d0fa4996ad1f9a5dc54eec6b08932875de2321a7916e91cfc4167ba3d845ee8b1eac0977eadb4adb567669eabd
+EBUILD switchscreen-0.1.1.ebuild 610 SHA256 e67f3c02861cf10ff17e4569378bd022c880ef9c297a1c4353c63b14736c00c9 SHA512 fed25fcb165b8cacf6044ff45bbae1510651c04c38181b84a40a7e38b63da19eb3f5ce7e08dbbdf573d7cb7ea2ad7797cf06da1e53bfcfd88eac7555e50a9ebc WHIRLPOOL 3f073b471de761ddf3922aa025165b48e4da577a8633ee78a9dfcd4e4585398141b4c4b3812b2d73f05976d768dd8cbdb9293afc05fe7cb9f9348530b4562f0c
diff --git a/x11-misc/switchscreen/switchscreen-0.1.1.ebuild b/x11-misc/switchscreen/switchscreen-0.1.1.ebuild
new file mode 100644
index 0000000..9505b94
--- /dev/null
+++ b/x11-misc/switchscreen/switchscreen-0.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Move the X mouse cursor to a given point on a given screen"
+HOMEPAGE="http://sampo.kapsi.fi/switchscreen/"
+SRC_URI="http://sampo.kapsi.fi/switchscreen/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-base/xorg-server"
+DEPEND=${RDEPEND}
+
+src_prepare() {
+ sed -i -e '/CC=/d' -e '/CFLAGS=/d' -e '/LDFLAGS=/d' Makefile
+ sed -i -e 's/gcc/${CC} ${CFLAGS}/g' Makefile
+}
+
+src_install() {
+ dobin switchscreen togglescreen.sh
+ dodoc README
+}