lxqt bump to 0.11.1 (broken manifests will be fixed in next commit)
This commit is contained in:
1
lxqt-base/lxqt-common/Manifest
Normal file
1
lxqt-base/lxqt-common/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST lxqt-common-0.11.0.tar.xz 3216520 BLAKE2B 217554dc5b16f3bbc03535440c34191e7ccb85384c63ad13911a6a21ba812b5f93dcd308e3bac7d7bb6b4cda74394069257d589e27261c0c62eaba9dc68fa199 SHA512 5eeaa6ead263a93b58ab9ec536c287fe383b5abade722dd3c7232840bc12c56e2208904bfbbc5ee9092c340d14d939a2ac0dcd37cf2175a0f601bbe050f00a2c
|
||||
31
lxqt-base/lxqt-common/lxqt-common-0.11.2.ebuild
Normal file
31
lxqt-base/lxqt-common/lxqt-common-0.11.2.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="LXQt common resources"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=">=lxqt-base/liblxqt-0.11.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
PDEPEND=">=lxqt-base/lxqt-session-0.11.1"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
dodir "/etc/X11/Sessions"
|
||||
dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt"
|
||||
}
|
||||
11
lxqt-base/lxqt-common/metadata.xml
Normal file
11
lxqt-base/lxqt-common/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-common-deprecated</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user