blob: bafe7af0401a22a5b74c8de544837def5b708a2f [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001DESCRIPTION = "Time zone map widget for Gtk+"
2HOMEPAGE = "https://launchpad.net/timezonemap"
3SECTION = "devel/lib"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-3.0-only"
Brad Bishop19323692019-04-05 15:28:33 -04005LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
Andrew Geissler8f840682023-07-21 09:09:43 -05007SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz"
Brad Bishop19323692019-04-05 15:28:33 -04008SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195"
9
10DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native"
11
12B = "${S}"
13
Brad Bishop8410d612019-11-25 09:40:59 -050014inherit features_check autotools pkgconfig gobject-introspection
Brad Bishop19323692019-04-05 15:28:33 -040015
16REQUIRED_DISTRO_FEATURES = "x11"
17
Patrick Williams213cb262021-08-07 19:21:33 -050018do_configure:prepend() {
Brad Bishop19323692019-04-05 15:28:33 -040019 (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh)
20}