Revert "gl2ps: update to 1.4.1"
This reverts commit 075441a2c9
.
This changes shlibs (newly provided: libgl2ps.so.1.4, previously
libgl2ps.so.1) and as a result stages the repo, fix it properly
first.
Reverts https://github.com/void-linux/void-packages/pull/20726
This commit is contained in:
parent
bb16106359
commit
70669e97f2
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
# Template file for 'gl2ps'
|
||||
pkgname=gl2ps
|
||||
version=1.4.1
|
||||
revision=1
|
||||
reverts=1.4.1_1
|
||||
version=1.4.0
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}-source"
|
||||
build_style=cmake
|
||||
makedepends="glu-devel libfreeglut-devel libXmu-devel zlib-devel libpng-devel"
|
||||
short_desc="OpenGL to PostScript printing library"
|
||||
|
@ -9,7 +11,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
|||
license="LGPL-2.0-or-later, GL2PS"
|
||||
homepage="http://www.geuz.org/gl2ps/"
|
||||
distfiles="http://geuz.org/${pkgname}/src/${pkgname}-${version}.tgz"
|
||||
checksum=7362034b3d00ceef5601ff2d3dadb232c6678924e2594f32d73dfc9b202d5d3b
|
||||
checksum=03cb5e6dfcd87183f3b9ba3b22f04cd155096af81e52988cc37d8d8efe6cf1e2
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.GL2PS
|
||||
|
|
Loading…
Reference in a new issue