blob: d4f0c06a5dd54deb4431fdda5bbfef7dd9138394 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "PCB Designer"
LICENSE = "GPLv2"
HOMEPAGE = "http://pcb.gpleda.org/"
FILES_${PN} += " ${datadir}/icons ${datadir}/mime/packages"
# NOTE: Old KDE integration ${datadir}/mimelnk/application/*.desktop are ignored intentionally
PR = "r1"
#DEPENDS = "libgeda"
DEPENDS = "dbus gd gtk+ tcl-native tk-native"
SRC_URI = "http://geda.seul.org/dist/${P}.tar.gz"
inherit autotools mime
EXTRA_OECONF = "--disable-update-mime-database --disable-update-desktop-database --enable-dbus"
|