imagemagick.paketlendi

This commit is contained in:
milisman 2016-06-02 09:28:24 +00:00
parent db3b34b56e
commit 807fb2219f
6 changed files with 6 additions and 13 deletions

0
LICENSE.tr Normal file
View File

View File

@ -1,5 +1,4 @@
#!/bin/sh
mkfontdir /usr/lib/X11/fonts/Type1
mkfontscale /usr/lib/X11/fonts/Type1

View File

@ -1,6 +1,6 @@
# Description: Standard Ghostscript Type1 fonts from URW
# URL: http://sourceforge.net/projects/ghostscript
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: xorg-app
name=gsfonts

View File

@ -1,7 +1,6 @@
# Description: An image viewing/manipulation program
# URL: URL: http://www.imagemagick.org/
# NuTyX Pkgfile (http://nutyx.org)
# Packager: # NuTyX Pkgfile (http://nutyx.org)
# Packager: milisarge
# Depends on: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre
name=imagemagick

View File

@ -1,4 +1,4 @@
if [ -x usr/bin/gdk-pixbuf-query-loaders ]; then
install -d etc/gtk-2.0
gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders
if [ -x /usr/bin/gdk-pixbuf-query-loaders ]; then
install -d /etc/gtk-2.0
gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
fi

View File

@ -1,7 +1,6 @@
# Description: A library for reading vector images in Microsoft's native Windows Metafile Format (WMF)
# URL: URL: http://wvware.sourceforge.net/libwmf.html
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Packager: milisarge
# Depends on: gsfonts libjpeg-turbo xorg-libx11 gdk-pixbuf gtk2 xorg-libxt
name=libwmf
version=0.2.8.4
@ -25,7 +24,3 @@ build(){
# rm fonts already in gsfonts packages
rm -rf $PKG/usr/share/fonts
}
# NuTyX Pkgfile (http://nutyx.org)