Merge branch '3.1' into 3.2

This commit is contained in:
Fredrik Rinnestam 2015-09-03 13:11:33 +02:00
commit 5bc072ced4
4 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
11a842df9fbaad0f5f10cf553b8d5690 libvdpau-1.1.tar.bz2
2fa0b05a4f4d06791eec83bc9c854d14 libvdpau-1.1.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-libxext xorg-dri2proto
name=libvdpau
version=1.1
version=1.1.1
release=1
source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.bz2)

View File

@ -1 +1 @@
161462de16e2ca79873bc2b0d2e6c74c dejavu-fonts-ttf-2.34.tar.bz2
59eaca5acf5c7c8212e92778e3e01f32 dejavu-fonts-ttf-2.35.tar.bz2

View File

@ -1,22 +1,22 @@
# Description: A font family based on the Bitstream Vera Fonts
# URL: http://dejavu-fonts.org
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
name=xorg-font-dejavu-ttf
version=2.34
version=2.35
release=1
source=(http://downloads.sourceforge.net/project/dejavu/dejavu/$version/dejavu-fonts-ttf-$version.tar.bz2)
build() {
cd dejavu-fonts-ttf-$version
install -d -m 0755 $PKG/usr/share/fonts/X11/TTF
install -m 0644 ttf/*.ttf $PKG/usr/share/fonts/X11/TTF
install -m 0755 -d $PKG/usr/share/fonts/X11/TTF
install -m 0644 -t $PKG/usr/share/fonts/X11/TTF ttf/*.ttf
install -m 0755 -d $PKG/etc/fonts/conf.{d,avail}
install -m 0644 -t $PKG/etc/fonts/conf.avail fontconfig/*.conf
install -d -m 0755 $PKG/etc/fonts/conf.{d,avail}
install -m 0644 fontconfig/*.conf $PKG/etc/fonts/conf.avail
cd $PKG/etc/fonts/conf.d
ln -s ../conf.avail/* .
}