mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
xcursor-transparent-theme: upgrade to latest git revision
Incorporates the patches we were carrying, and adds some icon names that were not handled. (From OE-Core rev: 8ec6e1f57cb4d0594b96d317e89851630c984087) (From OE-Core rev: 43d8006c51b09ce4b158965a73433101186929f4) (From OE-Core rev: ae81abb3f5ec247114f7ba904d0b31fad5b16599) Signed-off-by: Johannes Pointner <johannes.pointner@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7c5343abf0
commit
71304d8ec7
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Transparent X11 cursor theme for touchscreens"
|
||||
HOMEPAGE = "http://www.matchbox-project.org/"
|
||||
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SECTION = "x11/base"
|
||||
|
||||
SRCREV = "23c8af5ba4a1b7efbaf0bbca59a65ff7e10a1a06"
|
||||
PV = "0.1.1+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools allarch
|
||||
|
||||
FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*"
|
||||
Reference in New Issue
Block a user