new package: dcraw, gnuplot and digikam: ver. bump

This commit is contained in:
suvari
2025-04-07 08:44:47 +03:00
parent 781d41dd85
commit 49a1ac4e54
11 changed files with 299123 additions and 298949 deletions
+2 -7
View File
@@ -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*")