libgxps: update to 0.2.3.1.
This commit is contained in:
parent
d7795c5010
commit
8e9155e150
|
@ -1,13 +0,0 @@
|
||||||
libgxpstools must be linked to libm, otherwise there will be missing symbols.
|
|
||||||
|
|
||||||
--- tools/Makefile.in.orig 2012-01-04 16:42:56.658571930 +0100
|
|
||||||
+++ tools/Makefile.in 2012-01-04 16:43:21.591967795 +0100
|
|
||||||
@@ -500,7 +500,7 @@ clean-noinstLTLIBRARIES:
|
|
||||||
rm -f "$${dir}/so_locations"; \
|
|
||||||
done
|
|
||||||
libgxpstools.la: $(libgxpstools_la_OBJECTS) $(libgxpstools_la_DEPENDENCIES)
|
|
||||||
- $(AM_V_CCLD)$(libgxpstools_la_LINK) $(libgxpstools_la_OBJECTS) $(libgxpstools_la_LIBADD) $(LIBS)
|
|
||||||
+ $(AM_V_CCLD)$(libgxpstools_la_LINK) $(libgxpstools_la_OBJECTS) $(libgxpstools_la_LIBADD) -lm $(LIBS)
|
|
||||||
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
||||||
@$(NORMAL_INSTALL)
|
|
||||||
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgxps'
|
# Template file for 'libgxps'
|
||||||
pkgname=libgxps
|
pkgname=libgxps
|
||||||
version=0.2.2
|
version=0.2.3.1
|
||||||
revision=8
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://live.gnome.org/libgxps"
|
homepage="http://live.gnome.org/libgxps"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
||||||
checksum=39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be
|
checksum=370ec84251e2d3759ef6487d39f65157a22e49fbaf2c51e7a08bdbe198d6a536
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Reference in New Issue