Moved emodules to fontconfig.

SVN revision: 40365
This commit is contained in:
Daniel Kolesa 2009-04-25 11:05:00 +00:00
parent 2cf6702896
commit 31ccbf248c
4 changed files with 3 additions and 36 deletions

View File

@ -6,7 +6,7 @@ SUBDIRS = src
EDJE_FLAGS = -v \
-id $(top_srcdir)/images \
-fd $(top_srcdir)/fonts
-fd $(top_srcdir)
# data files for the module
filesdir = $(datadir)
@ -15,8 +15,7 @@ files_DATA = module.desktop \
e-module-diskio.edj
EXTRA_DIST = $(files_DATA) \
images/module_icon.png \
fonts/VeraBd.ttf
images/module_icon.png
ACLOCAL_AMFLAGS = -I m4

View File

@ -1,10 +1,6 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
fonts
{
font: "VeraBd.ttf" "VeraBd";
}
images
{
@ -120,7 +116,7 @@ collections
text
{
text: "???";
font: "VeraBold";
font: "Sans:style=Bold";
size: 8;
min: 1 1;
align: 0.5 0.5;

View File

@ -1,28 +0,0 @@
.deps
.libs
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
depcomp
install-sh
libtool
m4
missing
mkinstalldirs
ltmain.sh
stamp-h1
*.lo
*.la
*.edj
*.spec
*.tar.gz
module.desktop

Binary file not shown.