[debian-edu-commits] debian-edu/ 260/437: add debian-edu ksplash theme

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit db9177a5b347bd0aaca274e0457bd353af564986
Author: Andreas B. Mundt <andi.mundt at web.de>
Date:   Wed Apr 14 17:58:57 2010 +0000

    add debian-edu ksplash theme
---
 art/ksplash-theme/Makefile.am     |  22 +++
 art/ksplash-theme/Makefile.in     | 342 ++++++++++++++++++++++++++++++++++++++
 art/ksplash-theme/Preview.png     | Bin 0 -> 75737 bytes
 art/ksplash-theme/README          |   7 +
 art/ksplash-theme/Theme.rc        |   9 +
 art/ksplash-theme/background.png  | Bin 0 -> 402779 bytes
 art/ksplash-theme/description.txt |  42 +++++
 art/ksplash-theme/icon1.png       | Bin 0 -> 4748 bytes
 art/ksplash-theme/icon1_anim.png  | Bin 0 -> 172105 bytes
 art/ksplash-theme/icon2.png       | Bin 0 -> 8531 bytes
 art/ksplash-theme/icon2_anim.png  | Bin 0 -> 246882 bytes
 art/ksplash-theme/icon3.png       | Bin 0 -> 9428 bytes
 art/ksplash-theme/icon3_anim.png  | Bin 0 -> 279063 bytes
 art/ksplash-theme/icon4.png       | Bin 0 -> 5468 bytes
 art/ksplash-theme/icon4_anim.png  | Bin 0 -> 232671 bytes
 art/ksplash-theme/icon5.png       | Bin 0 -> 20953 bytes
 art/ksplash-theme/icon5_anim.png  | Bin 0 -> 589217 bytes
 art/ksplash-theme/rectangle.png   | Bin 0 -> 27979 bytes
 18 files changed, 422 insertions(+)

diff --git a/art/ksplash-theme/Makefile.am b/art/ksplash-theme/Makefile.am
new file mode 100644
index 0000000..d1b7bfb
--- /dev/null
+++ b/art/ksplash-theme/Makefile.am
@@ -0,0 +1,22 @@
+KSPLASHTHEME = description.txt \
+	background.png \
+	rectangle.png \
+	icon1_anim.png \
+	icon2_anim.png \
+	icon3_anim.png  \
+	icon4_anim.png \
+	icon5_anim.png \
+	icon1.png \
+	icon2.png \
+	icon3.png \
+	icon4.png \
+	icon5.png
+
+ksplashthemedir = $(datadir)/kde4/apps/ksplash/Themes/Debian-Edu/1600x1200
+ksplashtheme_DATA = $(KSPLASHTHEME)
+
+install-data-local:
+	$(mkinstalldirs) $(DESTDIR)$(ksplashthemedir)
+	$(INSTALL_DATA) Preview.png Theme.rc $(DESTDIR)$(ksplashthemedir)/..
+
+EXTRA_DIST = $(ksplashtheme_DATA)
diff --git a/art/ksplash-theme/Makefile.in b/art/ksplash-theme/Makefile.in
new file mode 100644
index 0000000..665d8d6
--- /dev/null
+++ b/art/ksplash-theme/Makefile.in
@@ -0,0 +1,342 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+subdir = art/ksplash-theme
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(ksplashthemedir)"
+ksplashthemeDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(ksplashtheme_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EXEEXT = @EXEEXT@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAJOR_VERSION = @MAJOR_VERSION@
+MAKEINFO = @MAKEINFO@
+MICRO_VERSION = @MICRO_VERSION@
+MINOR_VERSION = @MINOR_VERSION@
+MKDIR_P = @MKDIR_P@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build_alias = @build_alias@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host_alias = @host_alias@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+KSPLASHTHEME = description.txt \
+	background.png \
+	rectangle.png \
+	icon1_anim.png \
+	icon2_anim.png \
+	icon3_anim.png  \
+	icon4_anim.png \
+	icon5_anim.png \
+	icon1.png \
+	icon2.png \
+	icon3.png \
+	icon4.png \
+	icon5.png
+
+ksplashthemedir = $(datadir)/kde4/apps/ksplash/Themes/Debian-Edu/1600x1200
+ksplashtheme_DATA = $(KSPLASHTHEME)
+EXTRA_DIST = $(ksplashtheme_DATA)
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  art/ksplash-theme/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  art/ksplash-theme/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+install-ksplashthemeDATA: $(ksplashtheme_DATA)
+	@$(NORMAL_INSTALL)
+	test -z "$(ksplashthemedir)" || $(MKDIR_P) "$(DESTDIR)$(ksplashthemedir)"
+	@list='$(ksplashtheme_DATA)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(ksplashthemeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(ksplashthemedir)/$$f'"; \
+	  $(ksplashthemeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(ksplashthemedir)/$$f"; \
+	done
+
+uninstall-ksplashthemeDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(ksplashtheme_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(ksplashthemedir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(ksplashthemedir)/$$f"; \
+	done
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(ksplashthemedir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic mostlyclean-am
+
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local install-ksplashthemeDATA
+
+install-dvi: install-dvi-am
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-info: install-info-am
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-ps: install-ps-am
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-ksplashthemeDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic distclean \
+	distclean-generic distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am \
+	install-data-local install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am install-info \
+	install-info-am install-ksplashthemeDATA install-man \
+	install-pdf install-pdf-am install-ps install-ps-am \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
+	uninstall-ksplashthemeDATA
+
+
+install-data-local:
+	$(mkinstalldirs) $(DESTDIR)$(ksplashthemedir)
+	$(INSTALL_DATA) Preview.png Theme.rc $(DESTDIR)$(ksplashthemedir)/..
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/art/ksplash-theme/Preview.png b/art/ksplash-theme/Preview.png
new file mode 100644
index 0000000..26e37ae
Binary files /dev/null and b/art/ksplash-theme/Preview.png differ
diff --git a/art/ksplash-theme/README b/art/ksplash-theme/README
new file mode 100644
index 0000000..8b90d9d
--- /dev/null
+++ b/art/ksplash-theme/README
@@ -0,0 +1,7 @@
+This ksplash theme was created by Andreas B. Mundt <andi.mundt at web.de>
+based on the default KDE theme created by: Nuno Pinheiro
+<nuno at oxygen-icons.org>, Riccardo Iaconelli <riccardo at kde.org> and
+Marco Martin <notmart at gmail.com>.
+
+Basically, only the background image was exchanged by the Debian-Edu
+one.
diff --git a/art/ksplash-theme/Theme.rc b/art/ksplash-theme/Theme.rc
new file mode 100644
index 0000000..90ea887
--- /dev/null
+++ b/art/ksplash-theme/Theme.rc
@@ -0,0 +1,9 @@
+[KSplash Theme: Debian-Edu]
+Name = KDE Debian-Edu Splash Screen
+Description = KDE Debian-Edu Splash Screen from Customized Air Splash Screen
+Version = 1.0
+Author = Andreas B. Mundt <andi.mundt at web.de>, built on the work of: Nuno Pinheiro <nuno at oxygen-icons.org>, Riccardo Iaconelli <riccardo at kde.org> and Marco Martin <notmart at gmail.com>
+Homepage = http://www.kde.org
+
+# Theme behaviour settings.
+Engine = KSplashX
diff --git a/art/ksplash-theme/background.png b/art/ksplash-theme/background.png
new file mode 100644
index 0000000..a2f0300
Binary files /dev/null and b/art/ksplash-theme/background.png differ
diff --git a/art/ksplash-theme/description.txt b/art/ksplash-theme/description.txt
new file mode 100644
index 0000000..7904dbc
--- /dev/null
+++ b/art/ksplash-theme/description.txt
@@ -0,0 +1,42 @@
+SCALE ON
+BACKGROUND_IMAGE 0 0 background.png
+SCALE OFF
+
+# the image is 390x234, make it centered, all icons need the same adjustment too
+IMAGE_REL CC 0 0 CC rectangle.png
+
+# these have their relative positions to the rectangle adjusted by -195,-117
+# (i.e. half of the rectangle size)
+# 3,32
+ANIM_REL 1 CC -192 -50 LT 30 icon1_anim.png 85 1
+WAIT_STATE kded
+
+# 69,32
+ANIM_REL 2 CC -126 -50 LT 30 icon2_anim.png 85 1
+WAIT_STATE kcminit
+
+# 135,32
+ANIM_REL 3 CC -60 -50 LT 29 icon3_anim.png 85 1
+WAIT_STATE ksmserver
+
+# 201,32
+ANIM_REL 4 CC 6 -50  LT 30 icon4_anim.png 85 1
+WAIT_STATE wm
+
+# 263,15
+ANIM_REL 5 CC 68 -88 LT 30 icon5_anim.png 85 1
+WAIT_STATE desktop
+
+WAIT_STATE ready
+
+# show the icons fully right before the splash goes away
+STOP_ANIM 1
+IMAGE_REL CC -192 -50 LT icon1.png
+STOP_ANIM 2
+IMAGE_REL CC -126 -50 LT icon2.png
+STOP_ANIM 3
+IMAGE_REL CC -60 -50 LT icon3.png
+STOP_ANIM 4
+IMAGE_REL CC 6 -50 LT icon4.png
+STOP_ANIM 5
+IMAGE_REL CC 68 -88 LT icon5.png
diff --git a/art/ksplash-theme/icon1.png b/art/ksplash-theme/icon1.png
new file mode 100644
index 0000000..93daa84
Binary files /dev/null and b/art/ksplash-theme/icon1.png differ
diff --git a/art/ksplash-theme/icon1_anim.png b/art/ksplash-theme/icon1_anim.png
new file mode 100644
index 0000000..3b065f5
Binary files /dev/null and b/art/ksplash-theme/icon1_anim.png differ
diff --git a/art/ksplash-theme/icon2.png b/art/ksplash-theme/icon2.png
new file mode 100644
index 0000000..2078ad1
Binary files /dev/null and b/art/ksplash-theme/icon2.png differ
diff --git a/art/ksplash-theme/icon2_anim.png b/art/ksplash-theme/icon2_anim.png
new file mode 100644
index 0000000..36f1afc
Binary files /dev/null and b/art/ksplash-theme/icon2_anim.png differ
diff --git a/art/ksplash-theme/icon3.png b/art/ksplash-theme/icon3.png
new file mode 100644
index 0000000..48b2ffe
Binary files /dev/null and b/art/ksplash-theme/icon3.png differ
diff --git a/art/ksplash-theme/icon3_anim.png b/art/ksplash-theme/icon3_anim.png
new file mode 100644
index 0000000..8b36220
Binary files /dev/null and b/art/ksplash-theme/icon3_anim.png differ
diff --git a/art/ksplash-theme/icon4.png b/art/ksplash-theme/icon4.png
new file mode 100644
index 0000000..15699e2
Binary files /dev/null and b/art/ksplash-theme/icon4.png differ
diff --git a/art/ksplash-theme/icon4_anim.png b/art/ksplash-theme/icon4_anim.png
new file mode 100644
index 0000000..9309db5
Binary files /dev/null and b/art/ksplash-theme/icon4_anim.png differ
diff --git a/art/ksplash-theme/icon5.png b/art/ksplash-theme/icon5.png
new file mode 100644
index 0000000..4540cb3
Binary files /dev/null and b/art/ksplash-theme/icon5.png differ
diff --git a/art/ksplash-theme/icon5_anim.png b/art/ksplash-theme/icon5_anim.png
new file mode 100644
index 0000000..de690c1
Binary files /dev/null and b/art/ksplash-theme/icon5_anim.png differ
diff --git a/art/ksplash-theme/rectangle.png b/art/ksplash-theme/rectangle.png
new file mode 100644
index 0000000..902940d
Binary files /dev/null and b/art/ksplash-theme/rectangle.png differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list