gnustep-apps/preview - 0.9 (gentoo)

Search

Install

Install this version:

emerge -a =gnustep-apps/preview-0.9

Package Information

Description:
Simple image viewer
Homepage:
https://salsa.debian.org/gnustep-team/preview.app
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.9 8 amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gnustep-2

DESCRIPTION="Simple image viewer"
HOMEPAGE="https://salsa.debian.org/gnustep-team/preview.app"
SRC_URI="mirror://gentoo//${P/p/P}.tar.gz"
S="${WORKDIR}/${PN/p/P}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"

PATCHES=(
	# Fix compilation, patch from debian
	"${FILESDIR}"/${PN}-0.8.5-compilation-errors.patch
)

src_prepare() {
	default
	sed -e 's/sel_eq(/sel_isEqual(/' -i Document.m || die
}

Inherited Eclasses

Manifest for 0.9

Type File Size Source URLs
DIST Preview-0.9.tar.gz 77516 bytes mirror://gentoo//Preview-0.9.tar.gz