Skip to content

Commit

Permalink
x11-misc/safeeyes: New package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
hartwork committed Apr 29, 2017
1 parent 5b82bbc commit a528969
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-misc/safeeyes/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST safeeyes-1.2.1.tar.gz 137676 SHA256 08a2915d50c9bef6b375d2bbeb0909b0745293115603764306c5da06c621a35e SHA512 a2a31fd1b0e31403a8e2bd938e19b317a5ebcee66ce1fa29d1b00e4ed9f7b78281bfac5fff1486166f4093211c515e5d06577d47251a711e9b92af24c56f6b5c WHIRLPOOL 04661393094c6f01e9ca0cc9c54bfd8938c8e907d31ecccfc7f2a110819a34e356666fb2de0f011a6f13d3a7a8453e4ae7289e26cba4caee6500878f9461aea9
7 changes: 7 additions & 0 deletions x11-misc/safeeyes/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
</pkgmetadata>
50 changes: 50 additions & 0 deletions x11-misc/safeeyes/safeeyes-1.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{4,5,6} )
inherit gnome2-utils xdg distutils-r1

DESCRIPTION="Linux alternative to EyeLeo"
HOMEPAGE="https://github.com/slgobinath/SafeEyes"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

CDEPEND="${PYTHON_DEPS}"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND="${CDEPEND}
dev-libs/libappindicator:3
dev-python/Babel[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyaudio[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
x11-apps/xprop
x11-misc/xprintidle
"

DOCS=(
README.md
)

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update
}

pkg_postrm() {
xdg_desktop_database_update
gnome2_icon_cache_update
}

0 comments on commit a528969

Please sign in to comment.