Skip to content

Commit

Permalink
lxqt-base/lxqt-runner: Version bump to 0.11.0
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
mrueg committed Oct 15, 2016
1 parent b03db7b commit 9fe48ec
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions lxqt-base/lxqt-runner/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST lxqt-runner-0.10.0.tar.xz 193104 SHA256 d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81 SHA512 384419dcfb4d9832165b15636a9b50b94409d596fdf2aff521a836d0fbdbc54773ce57e60472b7d7de22c0b7bd19375823e9cee98eab1e4f35e1257281f8b670 WHIRLPOOL a48034db0af5ed18b79b06c4051a229e0981d4bc73f9c58fe054189b980899eb8dd3f38f6e6fc34eb101cb0e29fe15b3b65f3f713427a97ccf803e3d027211ae
DIST lxqt-runner-0.11.0.tar.xz 209040 SHA256 ceb0139840d95448b63a8a30cc3b0d33687d596b9c23fbcf29b6608550711db1 SHA512 ced1f790a688fc6b167d96fcfc0f32a695c727e6bf3e4eaa43a0b4d1fb1379312788e2d190f77ade8b18fdce2d2993a7546bcb3a0246efd83e7fdb231b421fb5 WHIRLPOOL 1690f0239427c5f1351c83a3f67b59668e99b0f244d7ebe170e1c6dcece60cce3b4dedd84921eacba6ea809c4143e9572aec46b65e801c42921ff2ab2890987f
48 changes: 48 additions & 0 deletions lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit cmake-utils

DESCRIPTION="LXQt quick launcher"
HOMEPAGE="http://lxqt.org/"

if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"

RDEPEND=">=dev-cpp/muParser-2.2.3
dev-libs/glib:2
>=dev-libs/libqtxdg-1.0.0
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
kde-frameworks/kwindowsystem:5
>=lxde-base/menu-cache-0.5.1
~lxqt-base/liblxqt-${PV}
~lxqt-base/lxqt-globalkeys-${PV}"
DEPEND="${RDEPEND}
>=dev-util/cmake-3.6.2
dev-qt/linguist-tools:5
virtual/pkgconfig"

src_configure() {
local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
cmake-utils_src_configure
}

src_install(){
cmake-utils_src_install
doman man/*.1
}

0 comments on commit 9fe48ec

Please sign in to comment.