diff options
author | 2014-05-26 14:03:42 +0000 | |
---|---|---|
committer | 2014-05-26 14:03:42 +0000 | |
commit | e0c34bb83aee0caf078d0ead7003c165eb54af54 (patch) | |
tree | 7e96962c4768add8837c53c1b1091cbc7a8712d0 /lxqt-base/lxqt-common | |
parent | Version bump. Use mirror:// (bug #413341). Rewrite LINGUAS support using stri... (diff) | |
download | historical-e0c34bb83aee0caf078d0ead7003c165eb54af54.tar.gz historical-e0c34bb83aee0caf078d0ead7003c165eb54af54.tar.bz2 historical-e0c34bb83aee0caf078d0ead7003c165eb54af54.zip |
Initial import from the qt overlay, thanks to Harvey Mittens and Davide Pesavento, see bug #509946
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB2EFA1D4
Diffstat (limited to 'lxqt-base/lxqt-common')
-rw-r--r-- | lxqt-base/lxqt-common/ChangeLog | 10 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/Manifest | 3 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild | 35 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/metadata.xml | 9 |
4 files changed, 57 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-common/ChangeLog b/lxqt-base/lxqt-common/ChangeLog new file mode 100644 index 000000000000..462f31cd4727 --- /dev/null +++ b/lxqt-base/lxqt-common/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2014/05/26 14:03:42 jauhien Exp $ + +*lxqt-common-0.7.0 (26 May 2014) + + 26 May 2014; Jauhien Piatlicki <jauhien@gentoo.org> +lxqt-common-0.7.0.ebuild, + +metadata.xml: + Initial import from the qt overlay, thanks to Harvey Mittens and Davide + Pesavento, see bug #509946 diff --git a/lxqt-base/lxqt-common/Manifest b/lxqt-base/lxqt-common/Manifest new file mode 100644 index 000000000000..40ed458d3b57 --- /dev/null +++ b/lxqt-base/lxqt-common/Manifest @@ -0,0 +1,3 @@ +DIST lxqt-common-0.7.0.tar.xz 5145600 SHA256 ca4b4ea0d8d6c34e7f42621c23d180ed8abdf834c944309917a09bf950123c51 SHA512 7cec49d8ad94ac1747e484f104b335fb159cd238452f395cb502a245015f7d15f8f6c9dbfd330d99078a873cc6d4b9b01a171cdc858815763499fb7d8863c87f WHIRLPOOL 51b9c5b0d33a112452fca0aa03b75b1393f04181c1e90d5f48ef9ee0195b5706dbe4e4b4b29369e47e0f33754e6d7d779f167f3563f00895d8647ea5c61cc206 +EBUILD lxqt-common-0.7.0.ebuild 710 SHA256 deb568909a8a85300829ec31d35444bcb6ab14ed5fdb703909d52e3fdd564cbd SHA512 55715e2bc3ce2032bdfed66a2debe4b62d2cd822a43e98c7d8e0a61a7ad1f4e392a60926554aca2ba3b1873c2fe9b4b0ed4ff30e60ada0c8ec4cdbcd3d875c7c WHIRLPOOL b3d2a8a3ea3beb5a7140617c47e6cce5ede684f1ea9cc0b92f13617ef69dda4e9e857893c08b2ef6c98803e73b34aad05fcb63005314dbd8ddc61fcff9e1ba1b +MISC metadata.xml 263 SHA256 d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a WHIRLPOOL 6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6 diff --git a/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild new file mode 100644 index 000000000000..be0397edea5b --- /dev/null +++ b/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild @@ -0,0 +1,35 @@ +# 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.7.0.ebuild,v 1.1 2014/05/26 14:03:42 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" + +S=${WORKDIR} + +DEPEND="lxqt-base/liblxqt + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4" +RDEPEND="${DEPEND}" +PDEPEND="lxqt-base/lxqt-session" + +src_install() { + cmake-utils_src_install + dodir "/etc/X11/Sessions" + dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt" +} diff --git a/lxqt-base/lxqt-common/metadata.xml b/lxqt-base/lxqt-common/metadata.xml new file mode 100644 index 000000000000..d89dead0ed86 --- /dev/null +++ b/lxqt-base/lxqt-common/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> |