mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
lxqt-base/lxqt-l10n: new package
Package-Manager: portage-2.3.2
This commit is contained in:
1
lxqt-base/lxqt-l10n/Manifest
Normal file
1
lxqt-base/lxqt-l10n/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST lxqt-l10n-0.11.0.tar.xz 513704 SHA256 ed05b57da536e9ea52f34fcbc15f386be4336ee8b411f3a24c043ee4dc27774a SHA512 827a38184d27684ab98234df671c48c8ff7d45bfe4fafafe82fd821786e856eaadade98f8d244cac9729dd0ec1a2d8d295b04397bed4a3375cac8191759ec27e WHIRLPOOL 1364b6974c38b53c69c425398c5fe1465b3100a503e2e82bd9d10e01068fb82b0bf0694a0dea5c17f1692381136d7fdf0f2b3ad0df17920c5eea4ca8df8d0f72
|
||||
25
lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
Normal file
25
lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="LXQt localisation package"
|
||||
HOMEPAGE="http://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
~lxqt-base/liblxqt-${PV}
|
||||
"
|
||||
8
lxqt-base/lxqt-l10n/metadata.xml
Normal file
8
lxqt-base/lxqt-l10n/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user