x11-misc/fbdesk - 1.4.1-r1 (gentoo)

Search

Package Information

Description:
fluxbox-util application that creates and manage icons on your Fluxbox desktop
Homepage:
http://fluxbox.sourceforge.net/fbdesk/
License:
MIT

Ebuild Details

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

EAPI=8

inherit flag-o-matic

DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop"
HOMEPAGE="http://fluxbox.sourceforge.net/fbdesk/"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="debug png"

RDEPEND="x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm
	x11-libs/libXrender
	x11-libs/libXft
	media-libs/imlib2[X]
	png? ( media-libs/libpng:0= )"
DEPEND="${RDEPEND}
	x11-base/xorg-proto"

PATCHES=(
	"${FILESDIR}/${P}-gcc-4.3.patch"
	"${FILESDIR}/${P}-libpng14.patch"
	"${FILESDIR}/${P}-libpng15.patch"
	"${FILESDIR}/${P}-fix-c++14.patch"
)

src_configure() {
	append-cxxflags -std=c++14

	econf \
		$(use_enable debug) \
		$(use_enable png)
}

USE Flags

png

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

DEPEND

x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm
	x11-libs/libXrender
	x11-libs/libXft
	media-libs/imlib2[X]
	png? ( media-libs/libpng:0= )
	x11-base/xorg-proto

RDEPEND

x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm
	x11-libs/libXrender
	x11-libs/libXft
	media-libs/imlib2[X]
	png? ( media-libs/libpng:0= )