mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
libgnomecups: Imported from OE Classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
e25fa89c43
commit
805c875b69
@@ -0,0 +1,15 @@
|
|||||||
|
DESCRIPTION="Gnome Cups Manager"
|
||||||
|
LICENSE="GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
|
DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui"
|
||||||
|
|
||||||
|
inherit gnome pkgconfig
|
||||||
|
|
||||||
|
do_compile_append () {
|
||||||
|
cp libgnomecups-1.0.pc libgnomecups-1.0.pc.old
|
||||||
|
sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc
|
||||||
|
}
|
||||||
|
|
||||||
|
SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b"
|
||||||
|
SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29"
|
||||||
Reference in New Issue
Block a user