libXfont: update to 1.4.0, converted to subpkgs, new deps style.
--HG-- extra : convert_revision : c8c9f0d2393f2cc9d98d618160704e15f4cf6282
This commit is contained in:
parent
8d93545f81
commit
e5d3f90715
4 changed files with 34 additions and 6 deletions
1
templates/libXfont-devel
Symbolic link
1
templates/libXfont-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libXfont
|
2
templates/libXfont/depends
Normal file
2
templates/libXfont/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.4.0
|
||||||
|
api_depends=${abi_depends}
|
17
templates/libXfont/devel.template
Normal file
17
templates/libXfont/devel.template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libXfont-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libXfont
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
|
@ -1,15 +1,23 @@
|
||||||
|
# Template build file for 'libXfont'.
|
||||||
pkgname=libXfont
|
pkgname=libXfont
|
||||||
version=1.3.3
|
sourcepkg=$pkgname
|
||||||
|
version=1.4.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 font Library"
|
short_desc="X font Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=6171e6bca4bd6333611bd9c63cccc8e8e412d876c72097f0dddc490a9df51d5a
|
checksum=eafff0157f2c7172214449d4b6b0c72328cad7026ecace226189b511791c5f75
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the X font Library from the modular
|
This package provides the X font Library from the modular
|
||||||
X.org X11 project."
|
X.org X11 project."
|
||||||
|
|
||||||
shared_deps="libfontenc-1.0 freetype-2.3.8 zlib-1.2"
|
subpackages="devel"
|
||||||
build_depends="pkg-config-0.23 fontcacheproto-0.1 xtrans-1.2 fontsproto-2.0
|
Add_dependency build pkg-config
|
||||||
${shared_deps}"
|
Add_dependency build xproto
|
||||||
run_depends="glibc-2.8 ${shared_deps}"
|
Add_dependency build xtrans
|
||||||
|
Add_dependency build fontcacheproto
|
||||||
|
Add_dependency build fontsproto
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full zlib
|
||||||
|
Add_dependency full freetype
|
||||||
|
Add_dependency full libfontenc
|
||||||
|
|
Loading…
Reference in a new issue