blob: 22b9d2fd7092a10c8afc83af0b43d7e9792507c1 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Subsurface is an open source dive log program"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf"
6
7PNBLACKLIST[subsurface] ?= "Needs to be upgraded for compatibility with new libdivecomputer"
8
9inherit gtk-icon-cache cmake
10
11inherit gitpkgv
12PKGV = "${GITPKGVTAG}"
13PV = "4.2"
14
15SRCREV = "f61ee20ba356ecfc4c5b247f548f52d588179c94"
16SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
17S = "${WORKDIR}/git"
18
19#FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg"
20RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconv-iso8859-15"
21