Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxrandr/
Date: Tue, 07 May 2019 14:29:43
Message-Id: 1557239335.4191afd13b01212291063eb40ac38fd7585c2b3e.hanno@gentoo
1 commit: 4191afd13b01212291063eb40ac38fd7585c2b3e
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Tue May 7 09:53:39 2019 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 14:28:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4191afd1
7
8 lxde-base/lxrandr: Version bump to 0.3.2 and EAPI=7
9
10 Closes: https://bugs.gentoo.org/681962
11 Closes: https://github.com/gentoo/gentoo/pull/11927
12 Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
13
14 lxde-base/lxrandr/Manifest | 1 +
15 lxde-base/lxrandr/lxrandr-0.3.2.ebuild | 36 ++++++++++++++++++++++++++++++++++
16 2 files changed, 37 insertions(+)
17
18 diff --git a/lxde-base/lxrandr/Manifest b/lxde-base/lxrandr/Manifest
19 index a401e281578..eba3b0166df 100644
20 --- a/lxde-base/lxrandr/Manifest
21 +++ b/lxde-base/lxrandr/Manifest
22 @@ -1 +1,2 @@
23 DIST lxrandr-0.3.1.tar.xz 132468 BLAKE2B 04ea378eaa550a1610f4083524c48dab6e261301dc30262fc34049d89d3b29b02d8ad2c521fc3beab1be416b54560dcb87bb2fc27261e35cb27771fbc7bbe9ee SHA512 525cb8800045f26cb1ecae994e1663db4ce41fbfcf1eabd6c50de38988324cd50f51167fa0caa6872867955c0d18af115bed1d4ae896cb15871efd477eb01196
24 +DIST lxrandr-0.3.2.tar.xz 134072 BLAKE2B 8c8e7985b20c4b90d610b51ffbb7c6f02096f9b2550ea69f16bd0ae8840456a605d646d83cb2a70550a84aaca87deb6496b811fe79990cf36994b2b66aee7915 SHA512 9f00f885e4af3544d9bf8a7581d5b9e3049c1fac174c119dda8c85f2f94aa7be241b6e06e5fe86596a0fb65a38bfe1983ced91c064339a60b19f506ed337ee4f
25
26 diff --git a/lxde-base/lxrandr/lxrandr-0.3.2.ebuild b/lxde-base/lxrandr/lxrandr-0.3.2.ebuild
27 new file mode 100644
28 index 00000000000..d7ba21de183
29 --- /dev/null
30 +++ b/lxde-base/lxrandr/lxrandr-0.3.2.ebuild
31 @@ -0,0 +1,36 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo
38 +fr frp gl he hr hu id is ja kk ko lg lt ml ms nb nl nn pa pl ps pt_BR pt
39 +ro ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW"
40 +
41 +PLOCALE_BACKUP="en_GB"
42 +
43 +inherit l10n
44 +
45 +DESCRIPTION="LXDE GUI interface to RandR extention"
46 +HOMEPAGE="https://wiki.lxde.org/en/LXRandR"
47 +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-linux"
52 +IUSE=""
53 +
54 +RDEPEND="x11-libs/gtk+:2
55 + x11-libs/libXrandr
56 + x11-apps/xrandr"
57 +DEPEND="${RDEPEND}
58 + >=dev-util/intltool-0.40.0
59 + sys-devel/gettext
60 + virtual/pkgconfig
61 + x11-base/xorg-proto"
62 +
63 +src_prepare() {
64 + default
65 + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
66 + l10n_get_locales > po/LINGUAS || die
67 +}