diff options
author | 2016-09-14 00:04:22 +0200 | |
---|---|---|
committer | 2016-09-14 00:04:22 +0200 | |
commit | b0944a55afdd3acf001ede0f469b9390114ba430 (patch) | |
tree | 330cc734e43b97af67d1f948ef87cddfcfae4b8c /lxde-base | |
parent | lxde-base/lxde-icon-theme: Version bump to 0.5.1 (diff) | |
download | gentoo-b0944a55afdd3acf001ede0f469b9390114ba430.tar.gz gentoo-b0944a55afdd3acf001ede0f469b9390114ba430.tar.bz2 gentoo-b0944a55afdd3acf001ede0f469b9390114ba430.zip |
lxde-base/lxinput: Version bump to 0.3.5
Package-Manager: portage-2.3.0
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxinput/Manifest | 1 | ||||
-rw-r--r-- | lxde-base/lxinput/lxinput-0.3.5.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lxde-base/lxinput/Manifest b/lxde-base/lxinput/Manifest index 9d64b5a52629..c569393f873a 100644 --- a/lxde-base/lxinput/Manifest +++ b/lxde-base/lxinput/Manifest @@ -1 +1,2 @@ DIST lxinput-0.3.2.tar.gz 259203 SHA256 481622f9f73c7d622a712df55d509a18805758ee002cbbc36efbd73bedd8205f SHA512 50921151d3050fae1e4640aade2b0bf88d94445f95e18c21c3d67a012ec7d33b6b9dada8574898d915a350c37fcd568f376bafff1b804e222543a5cadf87431a WHIRLPOOL 2b8f6af9ec02dc7d33786196597f8ceeff7d598caba67ae6e21f040363d059ef4959f7d82dfefbd5b9462a7f181d452b3491d552392ff69416a41ad1aaaedfbb +DIST lxinput-0.3.5.tar.xz 145356 SHA256 4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88 SHA512 d5233f03c4314ac16fb548db56ae2d17651b29d8a59bfef3e6e6805f6b9bc8100b0711bbc72e31a6bc458eccc6fe1b4a38cf097dbf6a1b04f600bba58ff03f35 WHIRLPOOL 83c6019046fd8a744c438b828b98c14c16c5c168f91fdeea02559ff0d9f7cb884cd06e320f97a99cb7331290aac10ea2fd42245557a7fed1e63c0630d5af5c29 diff --git a/lxde-base/lxinput/lxinput-0.3.5.ebuild b/lxde-base/lxinput/lxinput-0.3.5.ebuild new file mode 100644 index 000000000000..0128a4fb8d43 --- /dev/null +++ b/lxde-base/lxinput/lxinput-0.3.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +DESCRIPTION="LXDE keyboard and mouse configuration tool" +HOMEPAGE="http://lxde.org/" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig + >=dev-util/intltool-0.40.0" |