libXrandr: update to 1.3.0, converted to subpkgs, new deps style.
--HG-- extra : convert_revision : f77157e8e5f5607010284aaaa6bd60a578603451
This commit is contained in:
parent
41b7e83cb3
commit
5a65a93cc5
1
templates/libXrandr-devel
Symbolic link
1
templates/libXrandr-devel
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
libXrandr
|
2
templates/libXrandr/depends
Normal file
2
templates/libXrandr/depends
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
abi_depends=1.3.0
|
||||||
|
api_depends=${abi_depends}
|
18
templates/libXrandr/devel.template
Normal file
18
templates/libXrandr/devel.template
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Template file for 'libXrandr-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libXrandr
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
|
}
|
@ -1,10 +1,12 @@
|
|||||||
|
# Template build file for 'libXrandr'.
|
||||||
pkgname=libXrandr
|
pkgname=libXrandr
|
||||||
version=1.2.3
|
sourcepkg=$pkgname
|
||||||
|
version=1.3.0
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="X RandR Library from X.org"
|
short_desc="X RandR Library from X.org"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f8edfe26b8c4c3677a3a949f81a8b09a5fad62972020bfd230401e11cc0ed267
|
checksum=5961ce0f77c5173a8208b3ed669ac01719f2bf4a10517ffa6c33a5e064802e78
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the X RandR Library from the modular X.org
|
This package provides the X RandR Library from the modular X.org
|
||||||
X11 project.
|
X11 project.
|
||||||
@ -14,7 +16,13 @@ long_desc="
|
|||||||
the size and rotation of the root window of a screen, along with
|
the size and rotation of the root window of a screen, along with
|
||||||
the ability to reflect the screen about either axis."
|
the ability to reflect the screen about either axis."
|
||||||
|
|
||||||
shared_deps="libX11-1.1 libXext-1.0 libXrender-0.9"
|
subpackages="devel"
|
||||||
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 renderproto-1.2
|
Add_dependency build pkg-config
|
||||||
${shared_deps}"
|
Add_dependency build xproto
|
||||||
run_depends="glibc-2.8 ${shared_deps}"
|
Add_dependency build xextproto
|
||||||
|
Add_dependency build renderproto
|
||||||
|
Add_dependency build randrproto
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libX11
|
||||||
|
Add_dependency full libXext
|
||||||
|
Add_dependency full libXrender
|
||||||
|
Loading…
x
Reference in New Issue
Block a user