rev 3194 - in kde-extras: . ksplash-engine-moodin ksplash-engine-moodin/trunk

Fathi Boudra fboudra-guest at costa.debian.org
Sat Feb 25 02:42:46 UTC 2006


Author: fboudra-guest
Date: 2006-02-25 02:42:45 +0000 (Sat, 25 Feb 2006)
New Revision: 3194

Added:
   kde-extras/ksplash-engine-moodin/
   kde-extras/ksplash-engine-moodin/branches/
   kde-extras/ksplash-engine-moodin/tags/
   kde-extras/ksplash-engine-moodin/trunk/
   kde-extras/ksplash-engine-moodin/trunk/changelog
   kde-extras/ksplash-engine-moodin/trunk/compat
   kde-extras/ksplash-engine-moodin/trunk/control
   kde-extras/ksplash-engine-moodin/trunk/copyright
   kde-extras/ksplash-engine-moodin/trunk/dirs
   kde-extras/ksplash-engine-moodin/trunk/docs
   kde-extras/ksplash-engine-moodin/trunk/rules
Log:
moodin initial release

Added: kde-extras/ksplash-engine-moodin/trunk/changelog
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/changelog	2006-02-24 02:14:36 UTC (rev 3193)
+++ kde-extras/ksplash-engine-moodin/trunk/changelog	2006-02-25 02:42:45 UTC (rev 3194)
@@ -0,0 +1,6 @@
+ksplash-engine-moodin (0.4.2-1) unstable; urgency=low
+
+  * Initial release Closes: #329690
+
+ -- Fathi Boudra <fboudra at free.fr>  Wed, 21 Sep 2005 20:29:39 +0200
+

Added: kde-extras/ksplash-engine-moodin/trunk/compat
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/compat	2006-02-24 02:14:36 UTC (rev 3193)
+++ kde-extras/ksplash-engine-moodin/trunk/compat	2006-02-25 02:42:45 UTC (rev 3194)
@@ -0,0 +1 @@
+4

Added: kde-extras/ksplash-engine-moodin/trunk/control
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/control	2006-02-24 02:14:36 UTC (rev 3193)
+++ kde-extras/ksplash-engine-moodin/trunk/control	2006-02-25 02:42:45 UTC (rev 3194)
@@ -0,0 +1,26 @@
+Source: ksplash-engine-moodin
+Section: kde
+Priority: optional
+Maintainer: Fathi Boudra <fboudra at free.fr>
+Build-Depends: debhelper (>= 5.0.22), autotools-dev, kdebase-dev, ksplash
+Standards-Version: 3.6.2
+
+Package: ksplash-engine-moodin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: fading splash screen engine for KDE
+ Heavily customizable engine for various types of themes.
+ .
+ Features:
+  * scale cache
+  * fading images
+  * use current icon set or custom images
+  * unlimited Custom text labels
+  * set fading delay and length
+  * custom image arrangement
+  * resolution independent themes
+ .
+ This KDE splash screen engine is based upon Linspire's
+ engine by Sean Meiners <Sean.Meiners at LinspireInc.com>
+ .
+ homepage: http://moodwrod.com

Added: kde-extras/ksplash-engine-moodin/trunk/copyright
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/copyright	2006-02-24 02:14:36 UTC (rev 3193)
+++ kde-extras/ksplash-engine-moodin/trunk/copyright	2006-02-25 02:42:45 UTC (rev 3194)
@@ -0,0 +1,27 @@
+This package was debianized by Fathi Boudra <fboudra at free.fr> on
+Wed, 21 Sep 2005 20:29:39 +0200.
+
+It was downloaded from http://moodwrod.com/files/
+
+Copyright Holder: (c) 2005 Christian Leh <moodwrod at web.de>
+		  (c) 2004 Sean Meiners <Sean.Meiners at LinspireInc.com>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: kde-extras/ksplash-engine-moodin/trunk/dirs
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/dirs	2006-02-24 02:14:36 UTC (rev 3193)
+++ kde-extras/ksplash-engine-moodin/trunk/dirs	2006-02-25 02:42:45 UTC (rev 3194)
@@ -0,0 +1,4 @@
+usr/lib/kde3
+usr/share/apps/ksplash/Themes/FingerPrint
+usr/share/apps/ksplash/Themes/MoodinKDE
+usr/share/apps/services

Added: kde-extras/ksplash-engine-moodin/trunk/docs
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/docs	2006-02-24 02:14:36 UTC (rev 3193)
+++ kde-extras/ksplash-engine-moodin/trunk/docs	2006-02-25 02:42:45 UTC (rev 3194)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: kde-extras/ksplash-engine-moodin/trunk/rules
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/rules	2006-02-24 02:14:36 UTC (rev 3193)
+++ kde-extras/ksplash-engine-moodin/trunk/rules	2006-02-25 02:42:45 UTC (rev 3194)
@@ -0,0 +1,90 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+-include debian/debiandirs
+
+# To be used with kde-style admin subdirectories if desired.
+debian/debiandirs: admin/debianrules
+	perl -w admin/debianrules echodirs > debian/debiandirs
+
+config.status: configure
+	dh_testdir
+	
+	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(configkde)
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	-$(MAKE) distclean
+
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+	dh_clean  
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k  
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/ksplash-engine-moodin
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress -X.bz2 -X.css -X.dcl -X.docbook -X-license -X.tag
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: kde-extras/ksplash-engine-moodin/trunk/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list