blob: 3f1e27e872070f8fc5215df44388e415982e55b8 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A GPE application that allows you to take screenshots"
2SECTION = "gpe"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6
7DEPENDS = "glib-2.0 gtk+ libgpewidget libglade libsoup-2.4"
8
9PR = "r3"
10
11SRC_URI[md5sum] = "eaf545561b0ad981c9d01833f30fcf95"
12SRC_URI[sha256sum] = "762778421fae7c62d5ec6a9d27986166c0dbbe2ff51fc10bb9b8baff5c367534"
13
14GPE_TARBALL_SUFFIX = "bz2"
15
16inherit gpe autotools pkgconfig
17
18SRC_URI += "file://0001-Fix-the-ordering-of-LDADD-options-to-fix-a-compilati.patch \
19 file://use.libsoup-2.4.patch \
20"
21
22RREPLACES_${PN} = "gpe-screenshot"
23