blob: 2caa820812395d6bc6493af87d9aee35c152af46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
DESCRIPTION="Gnome Cups Manager"
LICENSE="GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui"
PR = "r2"
inherit gnomebase 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 += "\
file://libgnomecups-0.2.3-glib.h.patch \
file://libgnomecups-0.2.3-cups-1.6.patch \
"
SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b"
SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29"
GNOME_COMPRESS_TYPE="bz2"
PNBLACKLIST[libgnomecups] ?= "Depends on broken libgnomeui"
|