commit 59d97f35d2fd61fe319fdaf1fc8ba3bd0921d442 Author: Juergen Daubert <jue@jue.li> Date: Tue Feb 23 17:05:53 2016 +0100 gnuplot: update to 5.0.3 diff --git a/gnuplot/.footprint b/gnuplot/.footprint index cafc1bc..501c70e 100644 --- a/gnuplot/.footprint +++ b/gnuplot/.footprint @@ -6,10 +6,6 @@ drwxr-xr-x root/root usr/lib/gnuplot/ drwxr-xr-x root/root usr/lib/gnuplot/5.0/ -rwxr-xr-x root/root usr/lib/gnuplot/5.0/gnuplot_qt -rwxr-xr-x root/root usr/lib/gnuplot/5.0/gnuplot_x11 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gnuplot-ja.1.gz --rw-r--r-- root/root usr/man/man1/gnuplot.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gnuplot/ drwxr-xr-x root/root usr/share/gnuplot/5.0/ @@ -56,3 +52,6 @@ drwxr-xr-x root/root usr/share/gnuplot/5.0/lua/ drwxr-xr-x root/root usr/share/gnuplot/5.0/qt/ -rw-r--r-- root/root usr/share/gnuplot/5.0/qt/qtgnuplot_fr.qm -rw-r--r-- root/root usr/share/gnuplot/5.0/qt/qtgnuplot_ja.qm +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gnuplot.1.gz diff --git a/gnuplot/.md5sum b/gnuplot/.md5sum index f360865..c95f88c 100644 --- a/gnuplot/.md5sum +++ b/gnuplot/.md5sum @@ -1 +1 @@ -79b4f9e203728f76b60b28bcd402d3c7 gnuplot-5.0.1.tar.gz +425ec74f34e54298e48b8c85e546d4ad gnuplot-5.0.3.tar.gz diff --git a/gnuplot/Pkgfile b/gnuplot/Pkgfile index b86bd74..1e88dc9 100644 --- a/gnuplot/Pkgfile +++ b/gnuplot/Pkgfile @@ -5,17 +5,17 @@ # Depends on: libgd pango name=gnuplot -version=5.0.1 +version=5.0.3 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version...) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --libexecdir=/usr/lib \ --with-x make make DESTDIR=$PKG install + rm $PKG/usr/share/man/man1/gnuplot-ja.1 rm -rf $PKG/usr/share/info }