diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-30 13:12:17 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-30 13:12:17 +0000 |
commit | f3074ef2d1ee7a22df71d34913d96f1d894bbfc3 (patch) | |
tree | 2fa8597b107d11d658fcf83a8cbde9c97e0dcd34 /packages | |
parent | 45a272895388fdcd5a02579ecbdb1fea8ac65c3f (diff) |
gnuplot: fix configure
* remove unnecessary depends (wxwidgets, etc) and configure option
* fix SRC_DATE in 4.3.0+cvs
* bump default to 4.2.3
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnuplot/gnuplot.inc | 8 | ||||
-rw-r--r-- | packages/gnuplot/gnuplot_4.0.0.bb | 2 | ||||
-rw-r--r-- | packages/gnuplot/gnuplot_4.2.3.bb (renamed from packages/gnuplot/gnuplot_4.2.2.bb) | 0 | ||||
-rw-r--r-- | packages/gnuplot/gnuplot_cvs.bb | 2 | ||||
-rw-r--r-- | packages/gnuplot/qtplot_0.2.bb | 12 |
5 files changed, 12 insertions, 12 deletions
diff --git a/packages/gnuplot/gnuplot.inc b/packages/gnuplot/gnuplot.inc index 9f1eebf003..bf442527af 100644 --- a/packages/gnuplot/gnuplot.inc +++ b/packages/gnuplot/gnuplot.inc @@ -4,18 +4,16 @@ HOMEPAGE = "http://www.gnuplot.info/" SECTION = "console/scientific" LICENSE = "BSD-4" PRIORITY = "optional" -DEPENDS = "pango cairo virtual/libx11 libpng gd readline" +DEPENDS = "virtual/libx11 readline" inherit autotools acpaths = "" EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ - --without-plot \ - --with-png=${STAGING_LIBDIR}/.. \ - --with-gd=${STAGING_LIBDIR}/.. \ --without-lisp-files \ - --without-tutorial" + --without-tutorial \ + --disable-wxwidgets" do_compile_prepend() { install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ diff --git a/packages/gnuplot/gnuplot_4.0.0.bb b/packages/gnuplot/gnuplot_4.0.0.bb index 6e1be52173..abf519ae6e 100644 --- a/packages/gnuplot/gnuplot_4.0.0.bb +++ b/packages/gnuplot/gnuplot_4.0.0.bb @@ -1,6 +1,6 @@ require gnuplot.inc -PR = "r4" +PR = "r5" SRC_URI = "ftp://ftp.gnuplot.info/pub/gnuplot/gnuplot-${PV}.tar.gz \ file://subdirs.patch;patch=1 \ diff --git a/packages/gnuplot/gnuplot_4.2.2.bb b/packages/gnuplot/gnuplot_4.2.3.bb index 478f6e2b0f..478f6e2b0f 100644 --- a/packages/gnuplot/gnuplot_4.2.2.bb +++ b/packages/gnuplot/gnuplot_4.2.3.bb diff --git a/packages/gnuplot/gnuplot_cvs.bb b/packages/gnuplot/gnuplot_cvs.bb index d63d31a492..ff3e9b3810 100644 --- a/packages/gnuplot/gnuplot_cvs.bb +++ b/packages/gnuplot/gnuplot_cvs.bb @@ -3,6 +3,8 @@ require gnuplot.inc PV = "4.3.0+cvs${SRCDATE}" PR = "r0" +DEFAULT_PREFERENCE = "-1" + SRC_URI = "cvs://anonymous@gnuplot.cvs.sourceforge.net/cvsroot/${PN};module=${PN} \ http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \ file://subdirs.patch;patch=1 \ diff --git a/packages/gnuplot/qtplot_0.2.bb b/packages/gnuplot/qtplot_0.2.bb index 80b3e4a603..cc57260f49 100644 --- a/packages/gnuplot/qtplot_0.2.bb +++ b/packages/gnuplot/qtplot_0.2.bb @@ -1,14 +1,14 @@ DESCRIPTION = "QT Gnuplot is a front end for Gnuplot. Install Opie-Embedded \ console to enable the Launch Gnuplot menu option." +HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html" SECTION = "opie/applications" -PRIORITY = "optional" -LICENSE = "GPL" -PRIORITY = "optional" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gnuplot" +RDEPDENDS_${PN} = "gnuplot" -DEPENDS = "gnuplot" -RDEPDENDS = "gnuplot" +PR = "r1" -HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html" SRC_URI = "http://www.mneuroth.de/privat/zaurus/qtplot-${PV}.tar.gz" APPTYPE = "binary" |