# HG changeset patch # User John D # Date 1484588874 18000 # Node ID d050d0015c33a2f6cb9110f9938bc715459f28fa # Parent fc44986146848d6ee68d7d495fe3b99306c90a07 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 diff -r fc4498614684 -r d050d0015c33 Makefile.in --- 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))) diff -r fc4498614684 -r d050d0015c33 build_packages.m --- 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