aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/gnome-cups-manager_0.31.bb
blob: a04ff4b092f6c0dd162f3144b9ea495df05a888a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION="Gnome Cups Manager"
LICENSE="GPLv2"
FILE_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
}