blob: 3d7d55f96a3e55b624c350000595c6b2687288fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "A GPE application that allows you to take screenshots."
LICENSE = "GPL"
PRIORITY = "optional"
SECTION = "gpe"
PR = "r2"
RREPLACES = "gpe-screenshot"
DEPENDS = "glib-2.0 gtk+ libgpewidget libglade libsoup"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpe autotools
SRC_URI += " file://allow-glade-2.4.0.patch;patch=1"
SRC_URI[md5sum] = "7ba3d2592585c8bcf9d3bf1aafeefef3"
SRC_URI[sha256sum] = "609e24aa1413b1053ee3fd42c36c6ccf05d8067867021511c7d50d4829875b44"
|