jauhien     14/05/26 14:03:42

  Added:                metadata.xml lxqt-common-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-common/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/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-common/lxqt-common-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: lxqt-common-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-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"
}



1.1                  lxqt-base/lxqt-common/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
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



1.1                  lxqt-base/lxqt-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-common/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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 <[email protected]> +lxqt-common-0.7.0.ebuild,
  +metadata.xml:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, see bug #509946




Reply via email to