summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2016-06-20 13:16:42 +0200
committerhaarp <main.haarp@gmail.com>2016-06-20 13:16:42 +0200
commit2cc96fca6ca4e4b2e38e974686f7725f5c159bde (patch)
tree35cf87bd6f2a9902a84d79ffd5e7a63426e4c4d0 /x11-misc
parentAdd Network-Manager 1.2 (what could possibly go wrong?!) (diff)
downloadhaarp-2cc96fca6ca4e4b2e38e974686f7725f5c159bde.tar.gz
haarp-2cc96fca6ca4e4b2e38e974686f7725f5c159bde.tar.bz2
haarp-2cc96fca6ca4e4b2e38e974686f7725f5c159bde.zip
Add xprintidle
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xprintidle/Manifest1
-rw-r--r--x11-misc/xprintidle/xprintidle-2.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/xprintidle/Manifest b/x11-misc/xprintidle/Manifest
new file mode 100644
index 0000000..7e34158
--- /dev/null
+++ b/x11-misc/xprintidle/Manifest
@@ -0,0 +1 @@
+EBUILD xprintidle-2.0.ebuild 489 SHA256 28212e73017cfe42707746c13dc840beceeb44a88e351cda19798adf3d5d5f3f SHA512 cbee070f9a68174d600552f7d4082618e4b9caf9e62c5e9d51ec613c3f0f111aa8133f350f14761f7526fecf6b218629029452064ba55c8b4ab6872cc0b1d6f8 WHIRLPOOL 0c6a35ff50f21055893cad526c2261df24bf04deddfa96de19f2326a83ab6b7bfd526254721f9983752ea2f47309e5bc7b51b241168f2b26b64d99f6e80fc194
diff --git a/x11-misc/xprintidle/xprintidle-2.0.ebuild b/x11-misc/xprintidle/xprintidle-2.0.ebuild
new file mode 100644
index 0000000..f827d8c
--- /dev/null
+++ b/x11-misc/xprintidle/xprintidle-2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit git-r3
+
+DESCRIPTION="Prints user's X server idle time in milliseconds"
+HOMEPAGE="https://github.com/lucianposton/xprintidle"
+EGIT_REPO_URI="https://github.com/lucianposton/xprintidle.git"
+EGIT_COMMIT="v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ "
+RDEPEND="${DEPEND}"