Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-panel/
Date: Sat, 01 Oct 2016 12:57:30
Message-Id: 1475324512.3b2429801460c55cea98826180d092d1d7b9d075.mrueg@gentoo
1 commit: 3b2429801460c55cea98826180d092d1d7b9d075
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 12:21:52 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 12:21:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b242980
7
8 lxqt-base/lxqt-panel: Version bump to 0.11.0
9
10 Package-Manager: portage-2.3.1
11
12 lxqt-base/lxqt-panel/Manifest | 1 +
13 lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild | 82 +++++++++++++++++++++++++++
14 2 files changed, 83 insertions(+)
15
16 diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
17 index 5aad03d..af123ca 100644
18 --- a/lxqt-base/lxqt-panel/Manifest
19 +++ b/lxqt-base/lxqt-panel/Manifest
20 @@ -1 +1,2 @@
21 DIST lxqt-panel-0.10.0.tar.xz 329984 SHA256 df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e SHA512 59a25593beeabbd02a451e00db479617612d63ba5579560ab4b1c60d6ad1878728cc079a848b9437968c7246f257b53c775de2cb9e87f3e153049e6dbeee2ab4 WHIRLPOOL 6d49c0d78f66ff4d6a0fe026915e72bf6ca9c5b73f198866402c6e82ffd10b53a22f9ef1a583d05ae47918d90ccc08b1230582ccd86948d77079e2b2fdf3af6b
22 +DIST lxqt-panel-0.11.0.tar.xz 262964 SHA256 18415624d862b9b269fd1f74b2b6a51776852babd057e701e5d5b48ce46e777c SHA512 875ec28868bb68dff8c4e3be0adb5e5c88213f9ebdeb83eb0df9d5c31a7b4cb70a4d9b347f1ed9526a1eef7adb07f92c36263e12a6455291ec7022901abd100c WHIRLPOOL 9a9f6ff92afbf598d6a1f29d083e3fc85f3282f644508d1bc03683eb9bbe06048d65688e016bb17e7553aba23b10de251949000e2da65c3b5e547e9f273e7cd1
23
24 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
25 new file mode 100644
26 index 00000000..1874348
27 --- /dev/null
28 +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
29 @@ -0,0 +1,82 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +inherit cmake-utils
36 +
37 +DESCRIPTION="LXQt desktop panel and plugins"
38 +HOMEPAGE="http://lxqt.org/"
39 +
40 +if [[ ${PV} = *9999* ]]; then
41 + inherit git-r3
42 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
43 +else
44 + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
45 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 +fi
47 +
48 +LICENSE="LGPL-2.1+"
49 +SLOT="0"
50 +IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu
51 + +mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
52 + statusnotifier sysstat +taskbar +tray +volume worldclock"
53 +REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
54 +
55 +CDEPEND="
56 + dev-libs/glib:2
57 + >=dev-libs/libqtxdg-1.0.0
58 + dev-qt/qtcore:5
59 + dev-qt/qtdbus:5
60 + dev-qt/qtgui:5
61 + dev-qt/qtwidgets:5
62 + dev-qt/qtx11extras:5
63 + dev-qt/qtxml:5
64 + kde-frameworks/kguiaddons:5
65 + kde-frameworks/kwindowsystem:5[X]
66 + >=lxde-base/menu-cache-0.3.3
67 + ~lxqt-base/liblxqt-${PV}
68 + ~lxqt-base/lxqt-globalkeys-${PV}
69 + x11-libs/libX11
70 + cpuload? ( sys-libs/libstatgrab )
71 + kbindicator? ( x11-libs/libxkbcommon )
72 + mount? ( kde-frameworks/solid:5 )
73 + networkmonitor? ( sys-libs/libstatgrab )
74 + sensors? ( sys-apps/lm_sensors )
75 + statusnotifier? ( dev-libs/libdbusmenu-qt[qt5] )
76 + sysstat? ( =lxqt-base/libsysstat-0.3* )
77 + tray? ( x11-libs/libXcomposite
78 + x11-libs/libXdamage
79 + x11-libs/libXrender )
80 + volume? ( alsa? ( media-libs/alsa-lib )
81 + pulseaudio? ( media-sound/pulseaudio ) )"
82 +DEPEND="${CDEPEND}
83 + dev-qt/linguist-tools:5"
84 +RDEPEND="${CDEPEND}
85 + dev-qt/qtsvg:5
86 + >=lxde-base/lxmenu-data-0.1.2"
87 +
88 +src_configure() {
89 + local mycmakeargs i y
90 + mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
91 + for i in clock colorpicker cpuload desktopswitch dom kbindicator mainmenu mount \
92 + networkmonitor quicklaunch sensors showdesktop statusnotifier \
93 + sysstat taskbar tray volume worldclock; do
94 + #Switch to ^^ when we switch to EAPI=6.
95 + #y=${i^^}
96 + y=$(tr '[:lower:]' '[:upper:]' <<< "${i}")
97 + mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) )
98 + done
99 +
100 + if use volume; then
101 + mycmakeargs+=( $(cmake-utils_use alsa VOLUME_USE_ALSA)
102 + $(cmake-utils_use pulseaudio VOLUME_USE_PULSEAUDIO) )
103 + fi
104 +
105 + cmake-utils_src_configure
106 +}
107 +
108 +src_install(){
109 + cmake-utils_src_install
110 + doman panel/man/*.1
111 +}