mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libXcursor: update to 1.1.13.
This commit is contained in:
parent
362a39f75c
commit
7199784592
3 changed files with 10 additions and 17 deletions
|
@ -1,19 +1,16 @@
|
||||||
# Template file for 'libXcursor-devel'.
|
# Template file for 'libXcursor-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run xproto
|
||||||
|
|
||||||
Add_dependency run libXcursor
|
Add_dependency run libXcursor
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
vmove usr/include usr
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
vmove usr/share usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
libXrender.so.1
|
|
||||||
libXfixes.so.3
|
|
||||||
libX11.so.6
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template build file for 'libXcursor'.
|
# Template build file for 'libXcursor'.
|
||||||
pkgname=libXcursor
|
pkgname=libXcursor
|
||||||
version=1.1.12
|
version=1.1.13
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
short_desc="Client-side cursor loading library for X"
|
short_desc="Client-side cursor loading library for X"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0c4de165e07ac66b091af50a4db1f07e3c14d1bcf80830013693a21ef03e7ba4
|
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
||||||
homepage="http://xorg.freedesktop.org/wiki/"
|
homepage="http://xorg.freedesktop.org/wiki/"
|
||||||
license="custom"
|
license="custom"
|
||||||
long_desc="
|
long_desc="
|
||||||
|
@ -19,6 +18,6 @@ long_desc="
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xproto
|
Add_dependency build xproto
|
||||||
|
Add_dependency build libXfixes-devel
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build libXrender-devel
|
Add_dependency build libXrender-devel
|
||||||
Add_dependency build libXfixes-devel
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue