aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xournal/xournal_0.4.5.bb
blob: 94f3c7b6d77faebc3dee5d7ee26b13c07f897e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
HOMEPAGE = "http://xournal.sf.net/"
DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
DEPENDS = "gtk+ libgnomecanvas libgnomeprintui"
# For pdftopnm:
RDEPENDS_${PN} = "poppler"
SECTION = "x11"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \
           "

inherit autotools pkgconfig

# make desktop-install in Makefile is not useable for us, so just copy the .desktop file from source
do_install_append () {
	install -d ${D}${datadir}/applications/
	install -m 0644 ${S}/xournal.desktop ${D}${datadir}/applications/
}

SRC_URI[md5sum] = "795e4396ded2b67766eb2926be1fb4a9"
SRC_URI[sha256sum] = "a7d7c2cb544451939779276e6e5ee5acc756bd0efb5253de15dc00bfe07755d1"