diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-03-09 22:18:29 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-09 22:44:50 +1100 |
commit | 7cb95e216054a9ae4ec58a538b798c46e221463b (patch) | |
tree | 321adf8ca42c30b8756a2c41733bd0e295e29ead /lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild | |
parent | fix SRC_URI to the official one as per corosync dev Jan Friesse, see https://... (diff) | |
download | gentoo-7cb95e216054a9ae4ec58a538b798c46e221463b.tar.gz gentoo-7cb95e216054a9ae4ec58a538b798c46e221463b.tar.bz2 gentoo-7cb95e216054a9ae4ec58a538b798c46e221463b.zip |
lxqt-base: remove 0.7.0
Package-Manager: portage-2.2.27
Diffstat (limited to 'lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild deleted file mode 100644 index 4e558673270b..000000000000 --- a/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="LXQt common resources" -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/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -S=${WORKDIR} - -DEPEND="~lxqt-base/liblxqt-${PV} - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsvg:4" -RDEPEND="${DEPEND}" -PDEPEND="~lxqt-base/lxqt-session-${PV}" - -src_install() { - cmake-utils_src_install - dodir "/etc/X11/Sessions" - dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt" -} |