aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-cups-manager_0.31.bb
blob: 14e4a1667805cf162a8f40b1494e78ee8367cc26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION="Gnome Cups Manager"
LICENSE="GPLv2"

PR ="r0"

DEPENDS="glib-2.0 gtk+ pango libgnomecups"

inherit gnome pkgconfig

FILES += "${datadir}/icons/hicolor/48x48/stock/data/emblem-*.png \
	  ${datadir}/icons/hicolor/48x48/devices/gnome-dev-printer-new.png"

SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/${PV}/gnome-cups-manager-${PV}.tar.bz2"

do_stage() {
	autotools_stage_all
}