rev 4546 - in kde-extras/ksplash-engine-moodin/trunk/debian: . patches

Fathi Boudra fboudra-guest at costa.debian.org
Thu Sep 21 15:50:46 UTC 2006


Author: fboudra-guest
Date: 2006-09-21 15:50:46 +0000 (Thu, 21 Sep 2006)
New Revision: 4546

Added:
   kde-extras/ksplash-engine-moodin/trunk/debian/patches/
   kde-extras/ksplash-engine-moodin/trunk/debian/patches/01_kdepot.diff
   kde-extras/ksplash-engine-moodin/trunk/debian/patches/02_iconfix.diff
Log:
forget to add the patches

Added: kde-extras/ksplash-engine-moodin/trunk/debian/patches/01_kdepot.diff
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/debian/patches/01_kdepot.diff	                        (rev 0)
+++ kde-extras/ksplash-engine-moodin/trunk/debian/patches/01_kdepot.diff	2006-09-21 15:50:46 UTC (rev 4546)
@@ -0,0 +1,26 @@
+--- kde/admin/cvs.sh	2005-11-26 02:42:02.000000000 +0000
++++ kde/admin/cvs.sh	2005-11-26 02:42:26.000000000 +0000
+@@ -537,6 +537,8 @@
+ if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
+ export EXTRACTRC PREPARETIPS
+ 
++kdepotpath=/usr/include/kde/kde.pot
++
+ for subdir in $dirs; do
+   test -z "$VERBOSE" || echo "Making messages in $subdir"
+   (cd $subdir
+@@ -554,10 +556,10 @@
+    fi
+    perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
+ 
+-   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+-   if ! test -f $kdepotpath; then
+-	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+-   fi
++#   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
++#   if ! test -f $kdepotpath; then
++#	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
++#   fi
+ 
+    $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \
+ 	XGETTEXT="${XGETTEXT:-xgettext} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x $kdepotpath" messages

Added: kde-extras/ksplash-engine-moodin/trunk/debian/patches/02_iconfix.diff
===================================================================
--- kde-extras/ksplash-engine-moodin/trunk/debian/patches/02_iconfix.diff	                        (rev 0)
+++ kde-extras/ksplash-engine-moodin/trunk/debian/patches/02_iconfix.diff	2006-09-21 15:50:46 UTC (rev 4546)
@@ -0,0 +1,17 @@
+--- ./src/themes/MoodinKDE/Theme.rc	2005-07-10 18:12:46.000000000 +0200
++++ ./src/themes/MoodinKDE/Theme.rc	2006-04-15 16:58:03.000000000 +0200
+@@ -10,12 +10,13 @@
+ BaseResolution = 1280,1024
+ 
+ UseIconSet = true
+-IconSetSize = 64
++IconSetSize = 48
+ 
+ Image1 = kcmsystem
+ Image2 = kcontrol
+ Image3 = kcmpci
+ Image7 = kmenuedit
++Image8 = kmenu
+ 
+ LineUpImages = true
+ 




More information about the pkg-kde-commits mailing list