new package: dcraw, gnuplot and digikam: ver. bump
This commit is contained in:
@@ -10,12 +10,6 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
# fix default source location; use the GDFONTPATH variable to modify at runtime
|
||||
shelltools.system("sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' src/variable.c")
|
||||
shelltools.system("sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
|
||||
-e 's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
|
||||
src/variable.c")
|
||||
|
||||
# suppress compiler warnings
|
||||
pisitools.cflags.add("-Wno-unused-result -Wno-stringop-overflow")
|
||||
shelltools.system("MAKEINFO=/usr/bin/makeinfo WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
|
||||
@@ -24,6 +18,7 @@ def setup():
|
||||
--with-readline=gnu \
|
||||
--with-bitmap-terminals \
|
||||
--with-wx-single-threaded \
|
||||
--with-caca \
|
||||
--with-texdir=/usr/share/texmf/tex/latex/gnuplot")
|
||||
|
||||
def build():
|
||||
@@ -31,4 +26,4 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("pkglibexecdir=/usr/bin DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("Copyright", "README*")
|
||||
pisitools.dodoc("Copyright", "README*")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gnuplot</Name>
|
||||
@@ -9,23 +9,27 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>science.misc</PartOf>
|
||||
<License>custom</License>
|
||||
<License>LicenseRef-Gnuplot</License>
|
||||
<Icon>gnuplot</Icon>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Plotting package which outputs to X11, PostScript, PNG, GIF, and others.</Summary>
|
||||
<Description>Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. GNUPlot provides plotting package which outputs to X11, PostScript, PNG, GIF, and others.</Description>
|
||||
<Archive sha1sum="3305bb255d379eaf0b5181a01cb71119cf89c110" type="targz">https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.4/gnuplot-5.4.4.tar.gz/download</Archive>
|
||||
<Archive sha1sum="be803916e4ea32720b4a646f2ffc98d6ad3a0dc2" type="targz">https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.2/gnuplot-6.0.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>emacs</Dependency>
|
||||
<Dependency>gd-devel</Dependency>
|
||||
<Dependency>lua-devel</Dependency>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>wxGTK-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt6-linguist</Dependency>
|
||||
<Dependency>libcerf-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt6-svg-devel</Dependency>
|
||||
<Dependency>libcaca-devel</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<Dependency>qt6-5compat-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -39,16 +43,20 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gd</Dependency>
|
||||
<Dependency>lua</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>emacs</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>wxGTK</Dependency>
|
||||
<Dependency>libcerf</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libcerf</Dependency>
|
||||
<Dependency>qt6-svg</Dependency>
|
||||
<Dependency>libcaca</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>readline</Dependency>
|
||||
<Dependency>qt6-5compat</Dependency>
|
||||
<Dependency>wxGTK-common</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -60,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-05</Date>
|
||||
<Version>6.0.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-07-27</Date>
|
||||
<Version>5.4.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user