blob: 3eb06613951d28d052f8f704a62a1d3651c1d543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop."
LICENSE = "GPL"
DEPENDS = "gtk+ libexif libgnome libgnomeui libgnomeprintui"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*"
SRC_URI[md5sum] = "2819ec911a7cc4f46b95240b65f2b3e2"
SRC_URI[sha256sum] = "b02423f0dc9f82a3e1a56cfd470c1cee5d351654fdc55c1a3cd5cff150828b3c"
|