Browse Source

Merge pull request #14418 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.1

gnuplot: Updated gnuplot to 5.4.1
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
f5e9ba0790
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions
  1. +3
    -3
      utils/gnuplot/Makefile
  2. +2
    -4
      utils/gnuplot/patches/010-remove_doc_from_makefile.patch

+ 3
- 3
utils/gnuplot/Makefile View File

@ -1,14 +1,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gnuplot PKG_NAME:=gnuplot
PKG_VERSION:=5.4.0
PKG_RELEASE:=2
PKG_VERSION:=5.4.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Matteo Cicuttin <datafl4sh@toxicnet.eu> PKG_MAINTAINER:=Matteo Cicuttin <datafl4sh@toxicnet.eu>
PKG_BUILD_DIR:=$(BUILD_DIR)/gnuplot-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/gnuplot-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/gnuplot PKG_SOURCE_URL:=@SF/gnuplot
PKG_HASH:=eb4082f03a399fd1e9e2b380cf7a4f785e77023d8dcc7e17570c1b5570a49c47
PKG_HASH:=6b690485567eaeb938c26936e5e0681cf70c856d273cc2c45fabf64d8bc6590e
PKG_CAT:=zcat PKG_CAT:=zcat
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf


+ 2
- 4
utils/gnuplot/patches/010-remove_doc_from_makefile.patch View File

@ -1,7 +1,5 @@
Index: gnuplot-5.4.0/Makefile.am
===================================================================
--- gnuplot-5.4.0.orig/Makefile.am
+++ gnuplot-5.4.0/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*- ## Process this file with automake to produce Makefile.in -*-Makefile-*-
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign


Loading…
Cancel
Save