aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/gnome-cups-manager_0.31.bb
blob: 4f8cd1de7b9f225db304cb57e22045b30615528d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/0.31/gnome-cups-manager-0.31.tar.bz2"

do_stage() {
autotools_stage_all
}