New package: harfbuzz-0.9.4.
This commit is contained in:
parent
7e845708ea
commit
da1f09a419
8 changed files with 55 additions and 0 deletions
|
@ -1058,3 +1058,4 @@ libmusicbrainz5.so.0 libmusicbrainz5-5.0.1_1
|
|||
librygel-core-1.0.so.0 librygel-0.16.0_1
|
||||
librygel-renderer-1.0.so.0 librygel-0.16.0_1
|
||||
librygel-server-1.0.so.0 librygel-0.16.0_1
|
||||
libharfbuzz.so.0 libharfbuzz-0.9.4_1
|
||||
|
|
1
srcpkgs/harfbuzz-devel
Symbolic link
1
srcpkgs/harfbuzz-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
harfbuzz
|
13
srcpkgs/harfbuzz/harfbuzz-devel.template
Normal file
13
srcpkgs/harfbuzz/harfbuzz-devel.template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'pango-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libharfbuzz>=${version}"
|
||||
short_desc="${sourcepkg} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
6
srcpkgs/harfbuzz/harfbuzz.rshlibs
Normal file
6
srcpkgs/harfbuzz/harfbuzz.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
|||
libharfbuzz.so.0
|
||||
libglib-2.0.so.0
|
||||
libcairo.so.2
|
||||
libstdc++.so.6
|
||||
libm.so.6
|
||||
libc.so.6
|
7
srcpkgs/harfbuzz/libharfbuzz.rshlibs
Normal file
7
srcpkgs/harfbuzz/libharfbuzz.rshlibs
Normal file
|
@ -0,0 +1,7 @@
|
|||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libfreetype.so.6
|
||||
libicule.so.49
|
||||
libicuuc.so.49
|
||||
libicudata.so.49
|
||||
libc.so.6
|
10
srcpkgs/harfbuzz/libharfbuzz.template
Normal file
10
srcpkgs/harfbuzz/libharfbuzz.template
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'libharfbuzz'.
|
||||
#
|
||||
short_desc="${sourcepkg} -- runtime library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the runtime library."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
}
|
16
srcpkgs/harfbuzz/template
Normal file
16
srcpkgs/harfbuzz/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template build file for 'harfbuzz'.
|
||||
pkgname=harfbuzz
|
||||
version=0.9.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# XXX graphite2 support
|
||||
makedepends="pkg-config glib-devel icu-devel"
|
||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||
short_desc="OpenType text shaping engine"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.pango.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2572f9a810d17a735ef565115463827d075af2371ee5b68e6d77231381f4bddc
|
||||
long_desc="
|
||||
HarfBuzz is an OpenType text shaping engine."
|
1
srcpkgs/libharfbuzz
Symbolic link
1
srcpkgs/libharfbuzz
Symbolic link
|
@ -0,0 +1 @@
|
|||
harfbuzz
|
Loading…
Reference in a new issue