Hey I'm active! :-)

This is the initial commit for the 0.4.0 xfce4-taskmanager.

New Things:
  - now you have a configuration-file
  - views are saved and restored
  - task SleepAverage display
  - few bugfixes



(Old svn revision: 1262)
This commit is contained in:
Johannes Zellner
2006-03-28 12:22:19 +00:00
parent eca8b9b0ce
commit 255757695a
11 changed files with 712 additions and 423 deletions

View File

@@ -12,9 +12,9 @@
# - Modified by jacob berkman <jacob@ximian.com> to install
# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
GETTEXT_PACKAGE = fi
GETTEXT_PACKAGE = xfce4-taskmanager
PACKAGE = xfce4-taskmanager
VERSION = 0.3.2
VERSION = 0.4.0-rc1
SHELL = /bin/sh
@@ -24,7 +24,7 @@ top_srcdir = ..
top_builddir = ..
prefix = /opt/lunar/xfce4/
prefix = /usr/local
exec_prefix = ${prefix}
datadir = ${prefix}/share
libdir = ${exec_prefix}/lib
@@ -59,14 +59,14 @@ INCLUDES = -I.. -I$(top_srcdir)/intl
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
SOURCES =
POFILES = de.po
GMOFILES = de.gmo
POFILES = de.po eu.po fi.po fr.po hu.po pt_BR.po vi.po
GMOFILES = de.gmo eu.gmo fi.gmo fr.gmo hu.gmo pt_BR.gmo vi.gmo
DISTFILES = ChangeLog Makefile.in.in POTFILES.in \
$(POFILES) $(GMOFILES) $(SOURCES)
POTFILES = \
CATALOGS = de.gmo
CATALOGS = de.gmo eu.gmo fi.gmo fr.gmo hu.gmo pt_BR.gmo vi.gmo
CATOBJEXT = .gmo
INSTOBJEXT = .mo