imagemagick.paketlendi
This commit is contained in:
parent
db3b34b56e
commit
807fb2219f
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mkfontdir /usr/lib/X11/fonts/Type1
|
mkfontdir /usr/lib/X11/fonts/Type1
|
||||||
mkfontscale /usr/lib/X11/fonts/Type1
|
mkfontscale /usr/lib/X11/fonts/Type1
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Description: Standard Ghostscript Type1 fonts from URW
|
# Description: Standard Ghostscript Type1 fonts from URW
|
||||||
# URL: http://sourceforge.net/projects/ghostscript
|
# URL: http://sourceforge.net/projects/ghostscript
|
||||||
# Packager: pierre at nutyx dot org
|
# Packager: milisarge
|
||||||
# Depends on: xorg-app
|
# Depends on: xorg-app
|
||||||
|
|
||||||
name=gsfonts
|
name=gsfonts
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Description: An image viewing/manipulation program
|
# Description: An image viewing/manipulation program
|
||||||
# URL: URL: http://www.imagemagick.org/
|
# URL: URL: http://www.imagemagick.org/
|
||||||
# NuTyX Pkgfile (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Packager: # NuTyX Pkgfile (http://nutyx.org)
|
|
||||||
# Depends on: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre
|
# Depends on: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre
|
||||||
|
|
||||||
name=imagemagick
|
name=imagemagick
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
if [ -x usr/bin/gdk-pixbuf-query-loaders ]; then
|
if [ -x /usr/bin/gdk-pixbuf-query-loaders ]; then
|
||||||
install -d etc/gtk-2.0
|
install -d /etc/gtk-2.0
|
||||||
gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders
|
gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Description: A library for reading vector images in Microsoft's native Windows Metafile Format (WMF)
|
# Description: A library for reading vector images in Microsoft's native Windows Metafile Format (WMF)
|
||||||
# URL: URL: http://wvware.sourceforge.net/libwmf.html
|
# URL: URL: http://wvware.sourceforge.net/libwmf.html
|
||||||
# NuTyX package info file (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
||||||
# Depends on: gsfonts libjpeg-turbo xorg-libx11 gdk-pixbuf gtk2 xorg-libxt
|
# Depends on: gsfonts libjpeg-turbo xorg-libx11 gdk-pixbuf gtk2 xorg-libxt
|
||||||
name=libwmf
|
name=libwmf
|
||||||
version=0.2.8.4
|
version=0.2.8.4
|
||||||
|
@ -25,7 +24,3 @@ build(){
|
||||||
# rm fonts already in gsfonts packages
|
# rm fonts already in gsfonts packages
|
||||||
rm -rf $PKG/usr/share/fonts
|
rm -rf $PKG/usr/share/fonts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# NuTyX Pkgfile (http://nutyx.org)
|
|
||||||
|
|
Loading…
Reference in New Issue