mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
GraphicsMagick: update to 1.3.43, adopt.
This commit is contained in:
parent
3b10e49a9d
commit
110d1e77aa
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'GraphicsMagick'
|
# Template file for 'GraphicsMagick'
|
||||||
pkgname=GraphicsMagick
|
pkgname=GraphicsMagick
|
||||||
version=1.3.40
|
version=1.3.43
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-quantum-depth=16 --with-gs-font-dir=/usr/share/fonts/Type1
|
configure_args="--with-quantum-depth=16 --with-gs-font-dir=/usr/share/fonts/Type1
|
||||||
|
@ -14,12 +14,12 @@ makedepends="perl libjpeg-turbo-devel libpng-devel tiff-devel libwebp-devel
|
||||||
${_develdepends}"
|
${_develdepends}"
|
||||||
depends="ghostscript"
|
depends="ghostscript"
|
||||||
short_desc="GraphicsMagick Image Processing System"
|
short_desc="GraphicsMagick Image Processing System"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.graphicsmagick.org/"
|
homepage="http://www.graphicsmagick.org/"
|
||||||
changelog="https://sourceforge.net/p/graphicsmagick/code/ci/default/tree/NEWS.txt?format=raw"
|
changelog="https://sourceforge.net/p/graphicsmagick/code/ci/default/tree/NEWS.txt?format=raw"
|
||||||
distfiles="${SOURCEFORGE_SITE}/graphicsmagick/graphicsmagick/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/graphicsmagick/graphicsmagick/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=88ddbf76e1ced2ab6bcd743207ee308865de1afb4b645d460924dcc8bfc0ee85
|
checksum=2b88580732cd7e409d9e22c6116238bef4ae06fcda11451bf33d259f9cbf399f
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -45,7 +45,7 @@ libgraphicsmagick-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.la"
|
vmove "usr/lib/*.la"
|
||||||
vmove "usr/share/man/man1/*-config.1"
|
vmove "usr/share/man/man1/*-config.1"
|
||||||
vcopy ${wrksrc}/PerlMagick usr/share/doc/GraphicsMagick*/
|
vcopy PerlMagick usr/share/doc/GraphicsMagick/
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue