srcpkgs: rebuild to generate shlib-provides in 32bit pkgs.
This commit is contained in:
parent
436bdcd4d5
commit
3289313fc0
|
@ -4,7 +4,7 @@ _distver=2.82
|
|||
_revver=r2704
|
||||
version="${_distver}${_revver}"
|
||||
wrksrc="${pkgname}-${_distver}-${_revver}"
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_DEMOS=0 -DBUILD_MULTITHREADING=1
|
||||
-DBUILD_EXTRAS=1 -DINSTLAL_LIBS=1 -DINSTALL_EXTRA_LIBS=1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'db'
|
||||
pkgname=db
|
||||
version=5.3.28
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="db-${version}"
|
||||
build_wrksrc="build_unix"
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'fontconfig'.
|
||||
pkgname=fontconfig
|
||||
version=2.11.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-docs --with-cache-dir=/var/cache/$pkgname"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file 'freetype'.
|
||||
pkgname=freetype
|
||||
version=2.5.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel bzip2-devel libpng-devel"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdbm'
|
||||
pkgname=gdbm
|
||||
version=1.11
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libgdbm-compat --disable-rpath"
|
||||
short_desc="GNU database routines"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXfixes'.
|
||||
pkgname=libXfixes
|
||||
version=5.0.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xproto xextproto fixesproto libX11-devel"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXi'.
|
||||
pkgname=libXi
|
||||
version=1.7.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config xmlto"
|
||||
makedepends="inputproto>=2.3 libXfixes-devel libXext-devel"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libpcap'
|
||||
pkgname=libpcap
|
||||
version=1.6.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
|
||||
$(vopt_enable bluetooth) $(vopt_enable dbus) $(vopt_enable usb canusb)"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.6.16
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Library for manipulating PNG images"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'vte'.
|
||||
pkgname=vte
|
||||
version=0.28.2
|
||||
revision=8
|
||||
revision=9
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-gtk=2.0"
|
||||
hostmakedepends="automake gettext-devel gtk-doc gobject-introspection libtool pkg-config intltool python-devel glib-devel pygtk-devel"
|
||||
|
|
Loading…
Reference in New Issue