[notify] x11-fonts-dejavu: removed port (moved to xorg collection as xorg-font-dejavu-ttf)

This commit is contained in:
Jose V Beneyto 2012-08-21 11:25:52 +02:00
parent b87b50a835
commit aae4feae7b
3 changed files with 0 additions and 67 deletions

View File

@ -1,41 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/fonts/
drwxr-xr-x root/root etc/fonts/conf.avail/
-rw-r--r-- root/root etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf
-rw-r--r-- root/root etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf
-rw-r--r-- root/root etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf
-rw-r--r-- root/root etc/fonts/conf.avail/57-dejavu-sans-mono.conf
-rw-r--r-- root/root etc/fonts/conf.avail/57-dejavu-sans.conf
-rw-r--r-- root/root etc/fonts/conf.avail/57-dejavu-serif.conf
drwxr-xr-x root/root etc/fonts/conf.d/
lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-sans-mono.conf
lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf -> ../conf.avail/20-unhint-small-dejavu-sans.conf
lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf -> ../conf.avail/20-unhint-small-dejavu-serif.conf
lrwxrwxrwx root/root etc/fonts/conf.d/57-dejavu-sans-mono.conf -> ../conf.avail/57-dejavu-sans-mono.conf
lrwxrwxrwx root/root etc/fonts/conf.d/57-dejavu-sans.conf -> ../conf.avail/57-dejavu-sans.conf
lrwxrwxrwx root/root etc/fonts/conf.d/57-dejavu-serif.conf -> ../conf.avail/57-dejavu-serif.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fonts/
drwxr-xr-x root/root usr/share/fonts/dejavu/
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSans-Bold.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSans-BoldOblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSans-ExtraLight.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSans-Oblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSans.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansCondensed-Bold.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansCondensed-BoldOblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansCondensed-Oblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansCondensed.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSansMono.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-BoldItalic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif-Italic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerif.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-BoldItalic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed-Italic.ttf
-rw-r--r-- root/root usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf

View File

@ -1 +0,0 @@
8b601e91725b6d69141b0fcf527948c0 dejavu-fonts-ttf-2.33.tar.bz2

View File

@ -1,25 +0,0 @@
# 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
name=x11-fonts-dejavu
version=2.33
release=1
source=(http://download.sourceforge.net/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
build() {
cd dejavu-fonts-ttf-$version
mkdir -p $PKG/usr/share/fonts/dejavu $PKG/etc/fonts/conf.{d,avail}
install -o root -g root -m 0644 ttf/*.ttf \
$PKG/usr/share/fonts/dejavu/
cd fontconfig
install -o root -g root -m644 *.conf \
$PKG/etc/fonts/conf.avail/
for x in *.conf; do
ln -s ../conf.avail/$x $PKG/etc/fonts/conf.d/
done
}