mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
gnustep-base/gnustep-back-art: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
committed by
Bernard Cafarelli
parent
914f435090
commit
d9fdc8ff14
@@ -1,14 +1,16 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
inherit gnustep-base
|
||||
|
||||
DESCRIPTION="libart_lgpl back-end component for the GNUstep GUI Library"
|
||||
DESCRIPTION="Libart_lgpl back-end component for the GNUstep GUI Library"
|
||||
HOMEPAGE="https://gnustep.github.io"
|
||||
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz"
|
||||
S="${WORKDIR}/gnustep-back-${PV}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="opengl xim"
|
||||
@@ -34,7 +36,11 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
|
||||
!gnustep-base/gnustep-back-xlib"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/gnustep-back-${PV}
|
||||
src_prepare() {
|
||||
default
|
||||
# do not compress man pages
|
||||
sed -i '/which gzip/,/&& gzip/d' Tools/GNUmakefile.postamble || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
egnustep_env
|
||||
@@ -68,8 +74,8 @@ src_compile() {
|
||||
src_install() {
|
||||
gnustep-base_src_install
|
||||
|
||||
mkdir -p "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts"
|
||||
cp -pPR Fonts/*.nfont "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts"
|
||||
mkdir -p "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts" || die
|
||||
cp -pPR Fonts/*.nfont "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts" || die
|
||||
}
|
||||
|
||||
gnustep_config_script() {
|
||||
|
||||
Reference in New Issue
Block a user