mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
lxqt-base/lxqt-menu-data: drop 1.4.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST lxqt-menu-data-1.4.0.tar.xz 54600 BLAKE2B bf2bc18b2dc506bc003a06acb7a87e20da0f1a1bb92699b2701ee0d257aecbedc7847c3065f5430aa6a5d13b9252d21bc9be14a28779b07042842285fd511a0d SHA512 6977c7c008537dd205414f9444fe3014bb8ba68059d81e0f15eede963d91c44d177f268c28042e57c432cde5ecbd2b7d9bc9462ba7414ce92919e5507fc4b5e3
|
||||
DIST lxqt-menu-data-1.4.1.tar.xz 54632 BLAKE2B 538520845e1f4cd6fee1a111251cbfac83fde2d29de54ff4f9a710e366141704b1c6d5431a0ce459090b9fbc80bd8085cbd7878cf0252faf0211ffbaa783a6ba SHA512 6e3bc518f6d392a4a4c37fd218d034b48400178bc450b7492339f25dc2de21d493c86ebdbe74bd43a6a1a4799d51737a1fb88f89e68f569cb21ac81096124cba
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PV="$(ver_cut 1-2)"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt Menu Files and Translations for Menu Categories"
|
||||
HOMEPAGE="https://lxqt-project.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
|
||||
Reference in New Issue
Block a user