diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /lxqt-base/liblxqt | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'lxqt-base/liblxqt')
-rw-r--r-- | lxqt-base/liblxqt/Manifest | 3 | ||||
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.7.0.ebuild | 34 | ||||
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.8.0.ebuild | 51 | ||||
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.9.0.ebuild | 39 | ||||
-rw-r--r-- | lxqt-base/liblxqt/metadata.xml | 9 |
5 files changed, 136 insertions, 0 deletions
diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest new file mode 100644 index 000000000000..7bafb696c4bd --- /dev/null +++ b/lxqt-base/liblxqt/Manifest @@ -0,0 +1,3 @@ +DIST liblxqt-0.7.0.tar.xz 82860 SHA256 a21f8fef4c0c44355b375b9731401d889c20852ccf55a2da11d7e5d5e08e1555 SHA512 21d532338fe2a88de45ee20bbb709924643be3780627a856a0c7f1de882e709fbc746c28d6785947c61539de207d1dcbbfa75b6901a1b82342d28273362a99b4 WHIRLPOOL 6be57b43412671c105a858b3b12fb0246c7e0600335d3973ea34b2f2564db42f97dc4585e37747555b58cb55ccaccfd1852038053bf125a281c2689709f5ae0f +DIST liblxqt-0.8.0.tar.xz 87960 SHA256 9914a7e20caa423438cbb00a459b4c941cc88d4915df36670e4ab18fd636e34e SHA512 d344e2b1c9e18173dce64c4b64fcaf4e8a9859e4c53635ff4221c6dc41c8e51044e1cb35dc9ac52501da4f12f07619d307dc6e90ad9d54e9107530a34ae25c0c WHIRLPOOL 75865e080669b39d46d5b13c3a89f5e4a14255dd65b193f278a72e9193d3750d9cf1cf5612c06001142d4894e5eafabd7ae5ec38297c0a0a3d1625dbe9050ff8 +DIST liblxqt-0.9.0.tar.xz 86856 SHA256 b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52 SHA512 6c1ee495fd3782f471ab3b71737de9295254f245f1d5e0bb3bf147328c2006e2dd73a378f1247b139a9a933d3e02a96a3b3a3b844e2fac5d019afb3de2d7677a WHIRLPOOL 080086052e78f3b25b9af21f3a658c64e0c25d0c747343daea7a9f7a7a2ed02def076ea63bbfae634643387bb422b6c4b718e233dd5ee6f9dc8aae0297547bde diff --git a/lxqt-base/liblxqt/liblxqt-0.7.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.7.0.ebuild new file mode 100644 index 000000000000..1d3535579202 --- /dev/null +++ b/lxqt-base/liblxqt/liblxqt-0.7.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Common base library for the LXQt desktop environment" +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 ~arm ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +S=${WORKDIR} + +DEPEND="~dev-libs/libqtxdg-0.5.3 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrender + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4" +RDEPEND="${DEPEND}" diff --git a/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild new file mode 100644 index 000000000000..fe2681c747d0 --- /dev/null +++ b/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Common base library for the LXQt desktop environment" +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="GPL-2 LGPL-2.1+" +SLOT="0" + +DEPEND=">=dev-libs/libqtxdg-1.0.0 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrender + 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 +" +RDEPEND="${DEPEND}" + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + [[ $(gcc-version) < 4.8 ]] && \ + die 'The active compiler needs to be gcc 4.8 (or newer)' + fi +} + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +} diff --git a/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild new file mode 100644 index 000000000000..5b4777bb4403 --- /dev/null +++ b/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Common base library for the LXQt desktop environment" +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 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +DEPEND=">=dev-libs/libqtxdg-1.0.0 + 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 + kde-frameworks/kwindowsystem:5 +" +RDEPEND="${DEPEND}" + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + [[ $(gcc-version) < 4.8 ]] && \ + die 'The active compiler needs to be gcc 4.8 (or newer)' + fi +} diff --git a/lxqt-base/liblxqt/metadata.xml b/lxqt-base/liblxqt/metadata.xml new file mode 100644 index 000000000000..d89dead0ed86 --- /dev/null +++ b/lxqt-base/liblxqt/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>lxqt</herd> + <maintainer> + <email>jauhien@gentoo.org</email> + <name>Jauhien Piatlicki</name> + </maintainer> +</pkgmetadata> |