diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-10 17:13:19 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-10 17:13:19 +0000 |
commit | fc2663514feb35e7562ceb66855e3a99376b2f22 (patch) | |
tree | c45fa1580c2658bbeb3ae1288d6fed24cc00e245 /lxqt-base | |
parent | LXQt 0.9.0 version bump (diff) | |
download | gentoo-2-fc2663514feb35e7562ceb66855e3a99376b2f22.tar.gz gentoo-2-fc2663514feb35e7562ceb66855e3a99376b2f22.tar.bz2 gentoo-2-fc2663514feb35e7562ceb66855e3a99376b2f22.zip |
LXQt 0.9.0 version bump
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/ChangeLog | 7 | ||||
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-qtplugin/ChangeLog b/lxqt-base/lxqt-qtplugin/ChangeLog index f02f71a953c3..401c7609d886 100644 --- a/lxqt-base/lxqt-qtplugin/ChangeLog +++ b/lxqt-base/lxqt-qtplugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxqt-base/lxqt-qtplugin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.5 2015/01/30 16:32:20 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.6 2015/02/10 17:13:19 yngwin Exp $ + +*lxqt-qtplugin-0.9.0 (10 Feb 2015) + + 10 Feb 2015; Ben de Groot <yngwin@gentoo.org> +lxqt-qtplugin-0.9.0.ebuild: + LXQt 0.9.0 version bump 30 Jan 2015; Michael Palimaka <kensington@gentoo.org> lxqt-qtplugin-0.7.0.ebuild, lxqt-qtplugin-0.8.0.ebuild: diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild new file mode 100644 index 000000000000..8ac20c398052 --- /dev/null +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild,v 1.1 2015/02/10 17:13:19 yngwin Exp $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt system integration plugin for Qt" +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="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +DEPEND=" + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ~lxqt-base/liblxqt-${PV} + x11-libs/libX11" +RDEPEND="${DEPEND}" |