summaryrefslogtreecommitdiffstats
path: root/recipes/galculator/galculator_1.2.3.bb
blob: 0254b6ba22bc812381b6798ca5718b6ec83c8115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LICENSE = "GPL"
PR = "r8"

inherit autotools pkgconfig gconf

PROVIDES = "galculator"
DESCRIPTION = "GTK Advanced Calculator"
DEPENDS = "virtual/libc gtk+ libglade gnome-desktop"
RDEPENDS_${PN} = "gnome-desktop"
SECTION = "gpe"
PRIORITY = "optional"

SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \
        file://desktop-categories.patch \
        file://Makefile.am.patch \
        file://src-ui.c.patch;striplevel=0"

LDFLAGS += '-Wl,--export-dynamic'


SRC_URI[md5sum] = "f42148bcaac4b6b097cf2055c780bcfc"
SRC_URI[sha256sum] = "0ded02d0e6e648024f593f3c3748a73f8f569f680256c393c571144dd77b6fd6"