x11-apps/xcur2png - 0.7.1 (guru)

Search

Install

Install this version:

emerge -a =x11-apps/xcur2png-0.7.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-apps/xcur2png-0.7.1

Or alternatively:

emerge --autounmask-write -a =x11-apps/xcur2png-0.7.1

Package Information

Description:
Convert X cursors to PNG images
Homepage:
https://github.com/eworm-de/xcur2png
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit autotools flag-o-matic

DESCRIPTION="Convert X cursors to PNG images"
HOMEPAGE="https://github.com/eworm-de/xcur2png"
SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	media-libs/libpng:=
	x11-libs/libXcursor
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf # bug 937784
}

src_configure() {
	append-cflags "-std=gnu89" # bug 916457
	default
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libpng:=
	x11-libs/libXcursor

RDEPEND

	media-libs/libpng:=
	x11-libs/libXcursor

BDEPEND

virtual/pkgconfig

Manifest for 0.7.1

Type File Size Source URLs
DIST xcur2png-0.7.1.tar.gz 99826 bytes https://github.com/eworm-de/xcur2png/releases/download/0.7.1/xcur2png-0.7.1.tar.gz