diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-08 17:35:54 +0000 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-08 17:35:54 +0000 |
commit | 9b77f4fe2689d6ad4173a080cb16af4f80b2cd18 (patch) | |
tree | b1bb2664d7f8c70de2c515a573738c6a702925ac /lxqt-base | |
parent | Copy stable keywords from dev-lang/perl-5.18 provider (diff) | |
download | gentoo-2-9b77f4fe2689d6ad4173a080cb16af4f80b2cd18.tar.gz gentoo-2-9b77f4fe2689d6ad4173a080cb16af4f80b2cd18.tar.bz2 gentoo-2-9b77f4fe2689d6ad4173a080cb16af4f80b2cd18.zip |
version bump
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt-mount/ChangeLog | 8 | ||||
-rw-r--r-- | lxqt-base/liblxqt-mount/liblxqt-mount-0.8.0.ebuild | 38 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/ChangeLog | 7 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild | 37 | ||||
-rw-r--r-- | lxqt-base/lxqt-session/ChangeLog | 8 | ||||
-rw-r--r-- | lxqt-base/lxqt-session/lxqt-session-0.8.0.ebuild | 51 |
6 files changed, 146 insertions, 3 deletions
diff --git a/lxqt-base/liblxqt-mount/ChangeLog b/lxqt-base/liblxqt-mount/ChangeLog index d1320315529a..eedef30c5113 100644 --- a/lxqt-base/liblxqt-mount/ChangeLog +++ b/lxqt-base/liblxqt-mount/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for lxqt-base/liblxqt-mount # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/ChangeLog,v 1.3 2014/11/02 21:19:38 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/ChangeLog,v 1.4 2014/11/08 17:35:54 jauhien Exp $ + +*liblxqt-mount-0.8.0 (08 Nov 2014) + + 08 Nov 2014; Jauhien Piatlicki <jauhien@gentoo.org> + +liblxqt-mount-0.8.0.ebuild: + version bump 02 Nov 2014; Jauhien Piatlicki <jauhien@gentoo.org> liblxqt-mount-0.7.0.ebuild: diff --git a/lxqt-base/liblxqt-mount/liblxqt-mount-0.8.0.ebuild b/lxqt-base/liblxqt-mount/liblxqt-mount-0.8.0.ebuild new file mode 100644 index 000000000000..23fcfe3354ed --- /dev/null +++ b/lxqt-base/liblxqt-mount/liblxqt-mount-0.8.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/liblxqt-mount-0.8.0.ebuild,v 1.1 2014/11/08 17:35:54 jauhien Exp $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt library for removable media and devices" +HOMEPAGE="http://www.lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" +IUSE="+udisks" + +DEPEND="dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/linguist-tools:5 + ~lxqt-base/liblxqt-${PV} + x11-libs/libX11 + virtual/udev" +RDEPEND="${DEPEND} + udisks? ( sys-fs/udisks )" + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +} diff --git a/lxqt-base/lxqt-common/ChangeLog b/lxqt-base/lxqt-common/ChangeLog index 6a045ae7d1a3..c9f7c7218e10 100644 --- a/lxqt-base/lxqt-common/ChangeLog +++ b/lxqt-base/lxqt-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxqt-base/lxqt-common # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.3 2014/11/02 21:22:14 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.4 2014/11/08 17:35:54 jauhien Exp $ + +*lxqt-common-0.8.0 (08 Nov 2014) + + 08 Nov 2014; Jauhien Piatlicki <jauhien@gentoo.org> +lxqt-common-0.8.0.ebuild: + version bump 02 Nov 2014; Jauhien Piatlicki <jauhien@gentoo.org> lxqt-common-0.7.0.ebuild: make dependencies more precise (preparation for LXQt 0.8.0 release) diff --git a/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild new file mode 100644 index 000000000000..e02ac1a4429c --- /dev/null +++ b/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild,v 1.1 2014/11/08 17:35:54 jauhien Exp $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt common resources" +HOMEPAGE="http://www.lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +DEPEND="~lxqt-base/liblxqt-${PV}" +RDEPEND="${DEPEND}" +PDEPEND="~lxqt-base/lxqt-session-${PV}" + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + dodir "/etc/X11/Sessions" + dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt" +} diff --git a/lxqt-base/lxqt-session/ChangeLog b/lxqt-base/lxqt-session/ChangeLog index 691522bd3c20..30fae608466b 100644 --- a/lxqt-base/lxqt-session/ChangeLog +++ b/lxqt-base/lxqt-session/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for lxqt-base/lxqt-session # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-session/ChangeLog,v 1.6 2014/11/08 06:48:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-session/ChangeLog,v 1.7 2014/11/08 17:35:54 jauhien Exp $ + +*lxqt-session-0.8.0 (08 Nov 2014) + + 08 Nov 2014; Jauhien Piatlicki <jauhien@gentoo.org> + +lxqt-session-0.8.0.ebuild: + version bump 08 Nov 2014; Ben de Groot <yngwin@gentoo.org> lxqt-session-0.7.0-r1.ebuild: Move libqtxdg to new category diff --git a/lxqt-base/lxqt-session/lxqt-session-0.8.0.ebuild b/lxqt-base/lxqt-session/lxqt-session-0.8.0.ebuild new file mode 100644 index 000000000000..149252e59386 --- /dev/null +++ b/lxqt-base/lxqt-session/lxqt-session-0.8.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-session/lxqt-session-0.8.0.ebuild,v 1.1 2014/11/08 17:35:54 jauhien Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="LXQT session manager" +HOMEPAGE="http://www.lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +CDEPEND=" + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} + >=dev-libs/libqtxdg-1.0.0 + x11-libs/libX11" +DEPEND="${CDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" +RDEPEND="${CDEPEND} + ~lxqt-base/lxqt-common-${PV}" + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +} + +src_install(){ + cmake-utils_src_install + doman lxqt-config-session/man/*.1 lxqt-session/man/*.1 +} |