forked from e16/e16
1
0
Fork 0

Add Korean config/theme files. Patch from Michael Kim <lavnrose@e.sarang.net>.

SVN revision: 10293
This commit is contained in:
Kim Woelders 2004-05-20 21:55:51 +00:00
parent b8fcd2ce20
commit b21d80f907
5 changed files with 9 additions and 18 deletions

View File

@ -16,7 +16,7 @@ menus.cfg
configdatadir = $(ENLIGHTENMENT_ROOT)/config
TRANSLATIONS = config.ja config.pl
TRANSLATIONS = config.ja config.pl config.ko
EXTRA_DIST = $(configdata_DATA) $(TRANSLATIONS)
install-data-local:

BIN
config/config.ko Normal file

Binary file not shown.

View File

@ -216,12 +216,6 @@ AC_DEFINE(WITH_TARTY_WARP, 1, [Tarty Warp])
AC_SUBST(E_X_LIBS)
# The default theme
THEME=winter
THEME_FILES=winter.etheme
AC_SUBST(THEME)
AC_SUBST(THEME_FILES)
AC_OUTPUT([
Makefile
src/Makefile

View File

@ -1,26 +1,23 @@
THEME = winter
THEME_FILES = winter.etheme winter.etheme.ko
ethemedir = $(datadir)/themes
EXTRA_DIST = @THEME_FILES@
EXTRA_DIST = $(THEME_FILES)
THEME_DIR = $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/@THEME@
THEME_DIR = $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/$(THEME)
install-data-local:
$(mkinstalldirs) $(THEME_DIR)
for tf in @THEME_FILES@; do \
for tf in $(THEME_FILES); do \
gzip -d -c < $(srcdir)/$$tf | (cd $(THEME_DIR); tar -xmf -); \
done
-if [ -n "$(USER)" ]; then chown -R $(USER) $(THEME_DIR); else chown -R root $(THEME_DIR); fi
uninstall-local:
-for tf in @THEME_FILES@; do \
-for tf in $(THEME_FILES); do \
gzip -d -c < $(srcdir)/$$tf | (cd $(THEME_DIR); \
rm -f `tar -tf -` 2>/dev/null); \
done
untar:
mkdir -p files
tar -xzvf @THEME@.etheme -C files
dotar:
tar -czvf @THEME@.etheme -C files *

BIN
themes/winter.etheme.ko Normal file

Binary file not shown.