summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb')
-rw-r--r--meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
new file mode 100644
index 000000000..e9a837bb9
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
@@ -0,0 +1,24 @@
1SUMMARY = "A library for bits of crypto UI and parsing etc"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
7
8DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt"
9
10PNBLACKLIST[gcr] ?= "CONFLICT: 4 files conflict with gnome-keyring"
11# e.g. sysroots/qemux86-64/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
12# sysroots/qemux86-64/usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert
13
14inherit autotools gnomebase gtk-icon-cache gtk-doc
15
16GNOME_COMPRESS_TYPE="xz"
17
18SRC_URI[archive.md5sum] = "f5e66afcab19897a0de0590735329fb1"
19SRC_URI[archive.sha256sum] = "a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1"
20
21FILES_${PN} += " \
22 ${datadir}/dbus-1 \
23 ${datadir}/gcr-3 \
24"