diff --git a/desktop/font/dejavu-fonts/actions.py b/desktop/font/dejavu-fonts/actions.py
deleted file mode 100644
index 72e68e5b..00000000
--- a/desktop/font/dejavu-fonts/actions.py
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl-3.0.txt
-
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import autotools
-from pisi.actionsapi import get
-
-
-def build():
- autotools.make('FC-LANG="" BLOCKS="/usr/share/unicode/ucd/Blocks.txt" UNICODEDATA="/usr/share/unicode/ucd/UnicodeData.txt"')
-
-def check():
- autotools.make("check")
-
-def install():
- pisitools.insinto("/usr/share/fonts/dejavu", "build/*.ttf")
-
- # Create symlinks for fontconfig files
- for conf in shelltools.ls("fontconfig"):
- pisitools.insinto("/etc/fonts/conf.avail", "fontconfig/%s" % conf)
- pisitools.dosym("/etc/fonts/conf.avail/%s" % conf, "/etc/fonts/conf.d/%s" % conf)
-
-
- pisitools.dosym("/usr/share/fonts/dejavu" , "/etc/X11/fontpath.d/dejavu")
-
- pisitools.dodoc("AUTHORS", "LICENSE", "NEWS", "README")
diff --git a/desktop/font/dejavu-fonts/pspec.xml b/desktop/font/dejavu-fonts/pspec.xml
deleted file mode 100644
index 033a762d..00000000
--- a/desktop/font/dejavu-fonts/pspec.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
- dejavu-fonts
- http://www.dejavu-fonts.org
-
- Sezai Yeniay
- sezaiyeniay@pisilinux.org
-
- as-is
- data:font
- DejaVu fonts
- Contains DejaVu fonts that are based on Bitstream fonts, with improvements.
- mirrors://sourceforge/dejavu/dejavu-fonts-2.34.tar.bz2
-
- fontforge
- perl-Font-TTF
- unicode-ucd
-
-
-
-
- dejavu-fonts
-
- /etc/fonts
- /etc/X11/fontpath.d/dejavu
- /usr/share/fonts
- /usr/share/doc
-
-
-
-
-
- 2014-01-27
- 2.34
- First release
- Serdar Soytetir
- kaptan@pisilinux.org
-
-
-
diff --git a/desktop/font/dejavu-fonts/translations.xml b/desktop/font/dejavu-fonts/translations.xml
deleted file mode 100644
index 533b9c34..00000000
--- a/desktop/font/dejavu-fonts/translations.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- dejavu-fonts
- DejaVu yazıtipleri
- DejaVu yazıtipleri
- Les fontes DejaVu basées sur des fontes Bitstream avec des améliorations.
- DejaVu fonts
- Bevat de DejaVu fonts die zijn gebasserd op de Bitstream fonts, met verbeteringen.
-
-