jauhien 14/05/26 15:30:07
Added: lxqt-globalkeys-0.7.0.ebuild metadata.xml 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-globalkeys/lxqt-globalkeys-0.7.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild?rev=1.1&content-type=text/plain
Index: lxqt-globalkeys-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-globalkeys/lxqt-globalkeys-0.7.0.ebuild,v
1.1 2014/05/26 15:30:07 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
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"
S=${WORKDIR}
fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
DEPEND="dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
lxqt-base/liblxqt
x11-libs/libX11"
RDEPEND="${DEPEND}"
1.1 lxqt-base/lxqt-globalkeys/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/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-globalkeys/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST lxqt-globalkeys-0.7.0.tar.xz 51672 SHA256
588152d64aed4fe767b8eeb4d241fdf51fbcf13cace16bc4c5304c22b09c83e2 SHA512
6fb588d9fc801f44be9f093e9372cc7d226e02ef83e7204ab489ef45f425109b3d50b75bcf41c48375de3f9681e37fb1878320c3af37ad2a169e63075e849d20
WHIRLPOOL
a42de2ab8159987a329c0f26e81fab1d93b26e1bd55b15ec8e2fc40141abbf0ba0760676522115cfdb660b93ce6281b0f2018c84c7b35689dcebbe009ab73d84
EBUILD lxqt-globalkeys-0.7.0.ebuild 611 SHA256
93b5ad75be64d8a5c253e2ab37704da69e3e4e66b157d8fdd4c7bc08b23641d2 SHA512
387a4bf4af0a202d0c47729c562bca0365d01134db7942a5cef7ef60c3a9fd30defb72efa60e14cc7103ef225508de2dcd210e76e18c7ea2f3c69da1ba817480
WHIRLPOOL
ef5ee307e06d9f720c0ae7619e6f623b669e948bfb7d546c64c82b8e36f2e0628e785360828ca08e6cb410919bc5a8f7462311ae5c9c853cf86a279deb001b9c
MISC metadata.xml 263 SHA256
d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512
9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a
WHIRLPOOL
6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6
1.1 lxqt-base/lxqt-globalkeys/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for lxqt-base/lxqt-globalkeys
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog,v 1.1
2014/05/26 15:30:07 jauhien Exp $
*lxqt-globalkeys-0.7.0 (26 May 2014)
26 May 2014; Jauhien Piatlicki <[email protected]>
+lxqt-globalkeys-0.7.0.ebuild, +metadata.xml:
Initial import from the qt overlay, thanks to Harvey Mittens and Davide
Pesavento, see bug #509946