jauhien 14/05/25 11:45:45
Added: metadata.xml lxqt-qtplugin-0.7.0.ebuild Manifest
ChangeLog
Log:
Initial import from the qt overlay, thanks to Harvey Mittens and Davide
Pesavento, see bug #509946
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB2EFA1D4)
Revision Changes Path
1.1 lxqt-base/lxqt-qtplugin/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>lxqt</herd>
<maintainer>
<email>[email protected]</email>
<name>Jauhien Piatlicki</name>
</maintainer>
</pkgmetadata>
1.1 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild?rev=1.1&content-type=text/plain
Index: lxqt-qtplugin-0.7.0.ebuild
===================================================================
# Copyright 1999-2014 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.7.0.ebuild,v
1.1 2014/05/25 11:45:45 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt system integration plugin for Qt"
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="LGPL-2.1+"
SLOT="0"
S=${WORKDIR}
DEPEND="lxqt-base/liblxqt
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
x11-libs/libX11"
RDEPEND="${DEPEND}"
1.1 lxqt-base/lxqt-qtplugin/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST lxqt-qtplugin-0.7.0.tar.xz 11980 SHA256
fb9780ff79f2cd02bc75329d26e1b78a72447cc31d19ee85c079bd175293f7c9 SHA512
15a738b3d79320cd01fbe108f83ceb1fdfad9fc03e3647b3436e8d7936063b47f80f0eacf920420404e0d10046568a859e98a66d747b3fa0f1ff2be3e8920bf2
WHIRLPOOL
fe46394ff1e2f7967f2cdac0b7a5357bb6b7ea6accfdb4d651e54932d6cec348acd26f76f23bd3cbf58bc06ff0fb7ab2537fa5aacd23d897a9f878c71103c6e5
EBUILD lxqt-qtplugin-0.7.0.ebuild 581 SHA256
4b5fed65e13814c04f6415cc6a2d89d7d61dada86b27fd20aec596e78c1a1a5d SHA512
5726878fb5388041bfcc3ec7a43fca7025bcf586189414c7a3941b506a379d12206ba1a24b4c01558e180336a6c25bf88c6a8132dddb0668d6344de33ad0a3d7
WHIRLPOOL
621561bb3b3b8b8a7fc12a0833c5250d39c84f97eae3062d57afd27f23fa64093835d3bbd23a1a46b1371eab4404373c2186d9dcdad2987454c2076bf072139e
MISC metadata.xml 263 SHA256
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
WHIRLPOOL
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6
1.1 lxqt-base/lxqt-qtplugin/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for lxqt-base/lxqt-qtplugin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.1
2014/05/25 11:45:45 jauhien Exp $
*lxqt-qtplugin-0.7.0 (25 May 2014)
25 May 2014; Jauhien Piatlicki <[email protected]>
+lxqt-qtplugin-0.7.0.ebuild, +metadata.xml:
Initial import from the qt overlay, thanks to Harvey Mittens and Davide
Pesavento, see bug #509946