2022-04-08 08:02:52 +02:00
|
|
|
DESCRIPTION = "xcur2png is a program which let you take PNG image from X cursor, and generate config-file which is reusable by xcursorgen."
|
|
|
|
HOMEPAGE = "https://github.com/eworm-de/xcur2png"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
|
|
|
|
DEPENDS = "libxcursor libpng"
|
|
|
|
|
2024-05-21 14:46:51 +02:00
|
|
|
SRC_URI = " \
|
|
|
|
git://github.com/eworm-de/xcur2png.git;protocol=https;branch=master \
|
|
|
|
file://0001-fix-wrong-math.patch \
|
|
|
|
"
|
|
|
|
|
2022-04-08 08:02:52 +02:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRCREV = "f582d648f37a9ed2de0c8650947487af8a54d3ad"
|
|
|
|
PV = "0.7.1"
|
|
|
|
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
|
2024-05-21 14:46:51 +02:00
|
|
|
CFLAGS += "-Wno-implicit-int"
|
|
|
|
|