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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.7.1 | 8 | ~amd64 | 0 |
# 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
}
media-libs/libpng:= x11-libs/libXcursor
media-libs/libpng:= x11-libs/libXcursor
virtual/pkgconfig
| 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 |