changeset 4335:d050d0015c33

of-zenity: remove unmaintained zenity package from installation * Makefile.in: remove zenity from octave forge package list * build_packages.m: remove zenity from octave package build script
author John D
date Mon, 16 Jan 2017 12:47:54 -0500
parents fc4498614684
children 0641ed0cbc53
files Makefile.in build_packages.m
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Jan 16 08:36:25 2017 -0500
+++ b/Makefile.in	Mon Jan 16 12:47:54 2017 -0500
@@ -473,7 +473,7 @@
 endif
 
 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows linear-algebra sockets zenity data-smoothing fuzzy-logic-toolkit quaternion fits tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq sparsersb gsl)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq sparsersb gsl)
 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer
 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))
 
--- a/build_packages.m	Mon Jan 16 08:36:25 2017 -0500
+++ b/build_packages.m	Mon Jan 16 12:47:54 2017 -0500
@@ -44,7 +44,6 @@
   try_install odepkg-0.8.5.tar.gz
   try_install linear-algebra-2.2.2.tar.gz
   try_install sockets-1.2.0.tar.gz
-  try_install zenity-0.5.7.tar.gz
   try_install data-smoothing-1.3.0.tar.gz
   try_install fuzzy-logic-toolkit-0.4.5.tar.gz
   try_install quaternion-2.4.0.tar.gz