forgot to add some things in the last commit
This commit is contained in:
1
x11-themes/lxqt-themes/Manifest
Normal file
1
x11-themes/lxqt-themes/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST lxqt-themes-0.12.0.tar.xz 3203552 BLAKE2B a9979274df7f5a97d0d538297899a7875a96e1f7d0e0d57c1c52f54fefee7d4e1b633fab6c5465ea556d4c7716908e853135f89254bb85eb83fb1c5f002620cd SHA512 1ecbc0d3cf480361fd5b860ed5ae26f5d05ce9a4863a91d0e95516869360f59303ccb928fb3037e8843b2ff5e6e46252962485619c07e95f21b966bf3608d367
|
||||
24
x11-themes/lxqt-themes/lxqt-themes-0.12.0.ebuild
Normal file
24
x11-themes/lxqt-themes/lxqt-themes-0.12.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Themes, graphics and icons for LXQt"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="!lxqt-base/lxqt-common"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.1.0
|
||||
"
|
||||
11
x11-themes/lxqt-themes/metadata.xml
Normal file
11
x11-themes/lxqt-themes/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-themes</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user