diff options
-rw-r--r-- | packages/gnuplot/files/debian-separate-x11-package.patch (renamed from packages/gnuplot/gnuplot-qt_4.0.0.bb) | 0 | ||||
-rw-r--r-- | packages/gnuplot/gnuplot-x11_4.0.0.bb | 0 | ||||
-rw-r--r-- | packages/gnuplot/gnuplot_4.0.0.bb | 25 |
3 files changed, 15 insertions, 10 deletions
diff --git a/packages/gnuplot/gnuplot-qt_4.0.0.bb b/packages/gnuplot/files/debian-separate-x11-package.patch index e69de29bb2..e69de29bb2 100644 --- a/packages/gnuplot/gnuplot-qt_4.0.0.bb +++ b/packages/gnuplot/files/debian-separate-x11-package.patch diff --git a/packages/gnuplot/gnuplot-x11_4.0.0.bb b/packages/gnuplot/gnuplot-x11_4.0.0.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/gnuplot/gnuplot-x11_4.0.0.bb +++ /dev/null diff --git a/packages/gnuplot/gnuplot_4.0.0.bb b/packages/gnuplot/gnuplot_4.0.0.bb index 3c9c4bc61c..0fead5ff4c 100644 --- a/packages/gnuplot/gnuplot_4.0.0.bb +++ b/packages/gnuplot/gnuplot_4.0.0.bb @@ -4,30 +4,35 @@ SECTION = "console/scientific" LICENSE = "BSD-4" PRIORITY = "optional" MAINTAINER = "Philip Frampton" -DEPENDS = "libpng gd readline" -RCONFLICTS = "gnuplot-qt gnuplot-x11" -PR = "r2" +DEPENDS = "x11 libpng gd readline" +PR = "r3" SRC_URI = "ftp://ftp.gnuplot.info/pub/gnuplot/gnuplot-${PV}.tar.gz \ - file://matrix.patch;patch=1 \ file://subdirs.patch;patch=1 \ + file://debian-separate-x11-package.patch;patch=1 \ + http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \ + file://matrix.patch;patch=1 \ file://term.patch;patch=1 \ file://gnuplot.desktop \ - file://gnuplot.png \ - file://qtopia.trm" + file://gnuplot.png" inherit autotools + +PACKAGES =+ "${PN}-x11" +DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot." +SECTION_${PN}-x11 = "x11/scientific" +FILES_${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps" + acpaths = "" EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ --without-plot \ --with-png=${STAGING_LIBDIR}/.. \ --with-gd=${STAGING_LIBDIR}/.. \ --without-lisp-files \ - --without-tutorial \ - --without-x" + --without-tutorial" -do_compile_prepend(){ - install -m 0644 ${WORKDIR}/qtopia.trm ${S}/term/ +do_compile_prepend() { + install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ } do_install_append() { |