diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-20 06:22:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-20 06:22:57 +0000 |
| commit | b65dcf697694f11287790465eaf4913cbe72c2fb (patch) | |
| tree | 19528b53627136d4ed0f5553d2f7b4c77ab5b64e /gnustep-base/gnustep-back-art | |
| parent | 1030f05565901bc09c1dad1b79896e4163c7fc00 (diff) | |
| download | baldeagleos-repo-b65dcf697694f11287790465eaf4913cbe72c2fb.tar.gz baldeagleos-repo-b65dcf697694f11287790465eaf4913cbe72c2fb.tar.xz baldeagleos-repo-b65dcf697694f11287790465eaf4913cbe72c2fb.zip | |
Adding metadata
Diffstat (limited to 'gnustep-base/gnustep-back-art')
| -rw-r--r-- | gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild b/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild index b6f0316c198f..b082712bb764 100644 --- a/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild +++ b/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +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() { |
