Author: ccheney Date: 2003-10-31 09:17:56 +0100 (Fri, 31 Oct 2003) New Revision: 42
Added: trunk/packages/meta-kde/ trunk/packages/meta-kde/debian/ trunk/packages/meta-kde/debian/README.Debian trunk/packages/meta-kde/debian/XftConfig.example trunk/packages/meta-kde/debian/anti-aliasing-howto.README.Debian trunk/packages/meta-kde/debian/anti-aliasing-howto.dirs trunk/packages/meta-kde/debian/anti-aliasing-howto.docs trunk/packages/meta-kde/debian/anti-aliasing-howto.override trunk/packages/meta-kde/debian/changelog trunk/packages/meta-kde/debian/control trunk/packages/meta-kde/debian/copyright trunk/packages/meta-kde/debian/qt-fonts-HOWTO.html trunk/packages/meta-kde/debian/rules Log: meta-kde (4:2.2.25) unstable; urgency=high * Removed kyahoo from kde-extras. Closes: #144708 (RC) Arn't meta packages fun, sigh. -- Joey Hess <[EMAIL PROTECTED]> Sat, 27 Apr 2002 11:39:45 -0400 Added: trunk/packages/meta-kde/debian/README.Debian =================================================================== --- trunk/packages/meta-kde/debian/README.Debian 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/README.Debian 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,15 @@ +kde -- a metapackage for KDE +kde-devel -- a metapackage for developing KDE Applications +kde-games -- a metapackage for KDE Games and Toys +kde-extras -- a metapackage for optional KDE Applications +---------------------------------------------------------------------------- + +This package is a meta-package, meaning that its purpose is to contain +dependencies for a complete, Debian-based environment for KDE. + +This package also carries optional 'Recommends' and/or 'Suggests' +package suggestions. The packages listed are suggested for +installation, but not required. + +Please file a wishlist bug against the package if you feel there are +additional packages that ought to be included with this meta-package. Added: trunk/packages/meta-kde/debian/XftConfig.example =================================================================== --- trunk/packages/meta-kde/debian/XftConfig.example 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/XftConfig.example 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,72 @@ +# +# XftConfig from http://keithp.com/~keithp/fonts/XftConfig +# +# Use with Type1 and TrueType fonts +# + +dir "/usr/X11R6/lib/X11/fonts/Type1" +dir "/usr/X11R6/lib/X11/fonts/TrueType" +dir "/usr/share/fonts/truetype" + +# +# alias 'fixed' for 'mono' +# +match any family == "fixed" edit family =+ "mono"; + +# +#Check users config file +# +includeif "~/.xftconfig" + +# +# Substitute TrueType fonts for Type1 versions +# +match any family == "Times" edit family += "Times New Roman"; +match any family == "Helvetica" edit family += "Verdana"; +match any family == "Courier" edit family += "Courier New"; + +# +# Use TrueType fonts for defaults +# +match any family == "serif" edit family += "Times New Roman"; +match any family == "sans" edit family += "Verdana"; + +# +# Use monotype.com (andale) face where possible +# +match + any family == "mono" + all slant == roman + all weight < bold +edit + family += "monotype.com"; +# +# otherwise, use courier +# +match any family == "mono" edit family += "Courier New"; + +# +# Alias between XLFD families and font file family name, prefer local fonts +# +match any family == "Charter" edit family += "Bitstream Charter"; +match any family == "Bitstream Charter" edit family =+ "Charter"; + +match any family == "Lucidux Serif" edit family += "LuciduxSerif"; +match any family == "LuciduxSerif" edit family =+ "Lucidux Serif"; + +match any family == "Lucidux Sans" edit family += "LuciduxSans"; +match any family == "LuciduxSans" edit family =+ "Lucidux Sans"; + +match any family == "Lucidux Mono" edit family += "LuciduxMono"; +match any family == "LuciduxMono" edit family =+ "Lucidux Mono"; + +# +# TrueType font aliases +# +match any family == "Comic Sans" edit family += "Comic Sans MS"; +match any family == "Comic Sans MS" edit family =+ "Comic Sans"; +match any family == "Trebuchet" edit family += "Trebuchet MS"; +match any family == "Trebuchet MS" edit family =+ "Trebuchet"; +match any family == "Monotype" edit family =+ "Monotype.com"; +match any family == "Andale Mono" edit family += "Monotype.com"; +match any family == "Monotype.com" edit family =+ "Andale Mono"; Added: trunk/packages/meta-kde/debian/anti-aliasing-howto.README.Debian =================================================================== --- trunk/packages/meta-kde/debian/anti-aliasing-howto.README.Debian 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/anti-aliasing-howto.README.Debian 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,140 @@ +anti-aliasing-howto +------------------- + +This package is a meta-package, meaning that its purpose is to contain +dependencies to aid in configuration of a Anti-Aliased environment. + +Please file a wishlist bug against the package if you feel there are +additional packages that ought to be included with this meta-package. + +------- + +For starters...this package does not create a AA environment for you. +Also, AA is not available in every app. You need a minimum of X4.0.2 +(4.0.3 is going to be a better AA capable release) and a graphics library +that supports it. The Qt packages in Debian sid/testing are built with +Xft (X-FreeType) support which means they are capable of displaying AA +fonts. I also believe that newer versions of the GTK libraries will support +AA as well. + +------- + +Along with this package you will find an example XftConfig file and a +Qt AA Howto. + +----- + +Here is some information off the debian-kde lists that someone did. + +Date: Wed, 28 Feb 2001 12:58:06 -0500 +From: "Christophe Prud'homme" <[EMAIL PROTECTED]> +Subject: some true type fonts tips for kde2.1, qt2.3, xf4.02 +To: debian-kde@lists.debian.org + +Hi guys + +AA support is in XF4.02 and qt2.3 good +so kde2.1 works fine with these + +now you most likely have little number of fonts on your computer + +so here are some tips +1- grab fonts on http://www.fontfreak.com (thanks to David Kempe ++<[EMAIL PROTECTED]> ) +2- put them in /usr/share/fonts/truetype for example + if you don't have access to root them create a dir like $HOME/TrueType +3- edit /etc/X11/XftConfig or ~/.xftconfig (if you don't have root access) +4- add the following line + dir "/usr/share/fonts/truetype" + or + dir "~/TrueType" (if don't have root access) +5- restart xfs-xtt + /etc/init.d/xfs-xtt restart (sorry you must be root) + +Note that you don't have to restart Kde +try now the Konqueror Configuration and now you have access to your new ttf ++fonts with AA + +best regards +C. + +----- +and From: Emerson Val Silva <[EMAIL PROTECTED]> + +/etc/X11/XF86Config-4 in section: + +Section "Module" + Load "GLcore" + Load "dbe" + Load "dri" + Load "extmod" + Load "glx" + Load "pex5" + Load "type1" # Necessary to load Type1 Fonts + Load "freetype" # Necessary to load TrueType Fonts + Load "record" + Load "xie" + Load "Xrender" +EndSection + +--- +and from Deborah Ariel Pickett <[EMAIL PROTECTED]> + +Hi, + +I didn't see this in the docs for the anti-aliasing-howto package, and +thought it might be helpful for owners of laptops or colour LCD screens. +Please feel free to add it to the docs as you see fit. I found this +trick from a slashdot post and by looking through the source. + +The RENDER extension to XFree86 4.0 - the same extension that permits +anti-aliasing in the first place - is able to do sub-pixel anti-aliasing +for LCDs, or other displays where the resolution is fixed and there is a +one-to-one relationship between a pixel and a screen display element. +Sub-pixel Anti-aliasing provides finer display of fonts and other line +graphics, improving the apparent resolution of LCDs. It has no +resolution-improving effect on CRT screens, even displays such as +Trinitron (which don't satisfy the one-to-one property, even though +their phosphors line up like colour LCDs). + +To enable this, you need to set an X resource. Mine's in my +~/.Xresources file, which Debian's distribution reads automatically. +I just added this line to it: + + Xft.rgba: rgb + +This tells the RENDER extension that each pixel is made up of one red, +one green, and one blue display element, lined up left-to-right. This +is a property of the LCD itself, which I determined by using a +magnifying glass. + +Other values for the rgba resource are: bgr (like rgb but the order is +blue-green-red going from left to right); vrgb (vertically arranged +elements, red over green over blue); and vbgr (vertically arranged +elements, blue over green over red). No other combinations have been +seen in LCD screens in the wild. + +It is necessary to exit to xdm (or equivalent) for the effect to take +place. + +The improvement is subtle, and mostly visible in small fonts. There is +a little colour fringing on my display, but from a normal viewing +distance it is barely noticeable. + +There's comparison screenshots of this in action on the web, by Keith +Packard (the principal author of the RENDER extenstion): + http://www.xfree86.org/~keithp/render/clear.html + +--- + +There is also a tutorial on LinuxPlanet on setting up AA. + + http://www.linuxplanet.com/linuxplanet/tutorials/3093/1/ + +and of course there is Keith Packards web site. Keith is the guy who did +the AA bits for X. + + http://www.xfree86.org/~keithp/render/ + +---- +Ivan Added: trunk/packages/meta-kde/debian/anti-aliasing-howto.dirs =================================================================== --- trunk/packages/meta-kde/debian/anti-aliasing-howto.dirs 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/anti-aliasing-howto.dirs 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1 @@ +/usr/share/lintian/overrides Added: trunk/packages/meta-kde/debian/anti-aliasing-howto.docs =================================================================== --- trunk/packages/meta-kde/debian/anti-aliasing-howto.docs 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/anti-aliasing-howto.docs 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,2 @@ +debian/XftConfig.example +debian/qt-fonts-HOWTO.html Added: trunk/packages/meta-kde/debian/anti-aliasing-howto.override =================================================================== --- trunk/packages/meta-kde/debian/anti-aliasing-howto.override 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/anti-aliasing-howto.override 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1 @@ +anti-aliasing-howto: package-depends-on-an-x-font-package xfonts-scalable Added: trunk/packages/meta-kde/debian/changelog =================================================================== --- trunk/packages/meta-kde/debian/changelog 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/changelog 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,518 @@ +meta-kde (4:2.2.25) unstable; urgency=high + + * Removed kyahoo from kde-extras. Closes: #144708 (RC) + Arn't meta packages fun, sigh. + + -- Joey Hess <[EMAIL PROTECTED]> Sat, 27 Apr 2002 11:39:45 -0400 + +meta-kde (4:2.2.24) unstable; urgency=high + + * Move a few more deps around + * kamera wasn't even in the list + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 14 Mar 2002 11:55:00 -0700 + +meta-kde (4:2.2.23) unstable; urgency=low + + * A few more + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 11 Mar 2002 22:00:00 -0700 + +meta-kde (4:2.2.22) unstable; urgency=low + + * knapster2, kdestudio, kdesdk, and kdepim don't build on all archs + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 11 Mar 2002 11:00:00 -0700 + +meta-kde (4:2.2.21) unstable; urgency=low + + * One more cleanup. Now we are just waiting on hppa to catch up + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 09 Mar 2002 21:40:00 -0700 + +meta-kde (4:2.2.20) unstable; urgency=low + + * Remove kfilereplace + * Move several packages to suggests as they are either buggy or not + avail on all archs + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 09 Mar 2002 02:52:00 -0700 + +meta-kde (4:2.2.19) unstable; urgency=low + + * Change maintainer + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 17 Feb 2002 18:00:00 -0700 + +meta-kde (4:2.2.18) unstable; urgency=low + + * Fix spelling (Closes: #124411, #124784) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 17 Dec 2001 15:16:00 -0700 + +meta-kde (4:2.2.17) unstable; urgency=low + + * Allow for kde3 co-existance + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 16 Dec 2001 05:23:00 -0700 + +meta-kde (4:2.2.16) unstable; urgency=low + + * Move kdemultimedia based packages to Suggests since they are not + available for all released archs. + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 02 Dec 2001 23:46:00 -0700 + +meta-kde (4:2.2.15) unstable; urgency=low + + * Remove pointers to -cvs packages + * Don't need these versions for woody's release so get rid of them. + * Cleanup changelog + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 29 Nov 2001 06:56:00 -0700 + +meta-kde (4:2.2.14) unstable; urgency=low + + * Remove recommends of libssl as that breaks policy + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 22 Nov 2001 22:58:00 -0700 + +meta-kde (4:2.2.13) unstable; urgency=low + + * Add info on sub-pixel AA + * 2.2.2 branding + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 19 Nov 2001 23:10:00 -0700 + +meta-kde (4:2.2.12) unstable; urgency=low + + * drop back to 2.2.1 until I upload 2.2.2 just to keep things sane + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 16 Nov 2001 00:28:00 -0700 + +meta-kde (4:2.2.11) unstable; urgency=low + + * Tweak deps so that one could intermix arts stuff from kde3-cvs with kde2 + stuff + * Add libssl0.9.6 recommends just to be nice + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 10 Nov 2001 20:28:00 -0700 + +meta-kde (4:2.2.10) unstable; urgency=low + + * Updated for KDE 2.2.2 and Qt 2.3.2 + * Remove pointers to any crypto packages + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 09 Nov 2001 11:17:00 -0700 + +meta-kde (4:2.2.9) unstable; urgency=low + + * Add korinico and kreatecd + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Tue, 30 Oct 2001 22:30:00 -0700 + +meta-kde (4:2.2.8) unstable; urgency=low + + * Replace kmsn with kmerlin (Closes: #116828) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 24 Oct 2001 10:01:00 -0700 + +meta-kde (4:2.2.7) unstable; urgency=low + + * Update versioned deps and remove unnecessary ones + * Update Standards version + * Change Build-Depends to Build-Depends-Indep since the packages being + created are indep packages and not binary specific. + * Update XftConfig example + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 20 Oct 2001 22:24:00 -0700 + +meta-kde (4:2.2.6) unstable; urgency=low + + * Update priorities + * Add ktexmaker2 (Closes: #112573) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 17 Sep 2001 14:00:00 -0700 + +meta-kde (4:2.2.5) unstable; urgency=low + + * Updated for 2.2.1 + * Update Xft config file (Closes: #112358) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 17 Sep 2001 11:48:00 -0700 + +meta-kde (4:2.2.4) unstable; urgency=low + + * Added knewsticker-scripts (Closes: #110315) + * Add kinkatta + * Add kcd + * Change keuklid to kgeo + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 29 Aug 2001 00:38:00 -0700 + +meta-kde (4:2.2.3) unstable; urgency=low + + * Remove kups + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 22 Aug 2001 18:45:00 -0700 + +meta-kde (4:2.2.2) unstable; urgency=low + + * Add missing packages (Closes: #109373) + * Add missing games (Closes: #109433) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 21 Aug 2001 00:01:00 -0700 + +meta-kde (4:2.2.1) unstable; urgency=low + + * Remove skam (Closes: #109019) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 17 Aug 2001 08:50:00 -0700 + +meta-kde (4:2.2) unstable; urgency=low + + * Update deps for final 2.2 packages - actually do version deps so that + those who just like updating the meta-package won't get hosed...this + would only be an issue for those in testing/sid land. I think for final + release I'll take out the version deps to cut down on Packages size and + all...plus there really is no need for it for the release. I can go + back to versioned deps afterwards. + * add conflicts for old task-* packages...let's make sure they get removed + * Packages removed from kde-extras: kaim + kaim had to change it's name due to AOL being stupid and claiming TM on + the name AIM and use of it. I'll add the new package name once I get + packages built for it. They plon on a 1.00 release under the new name + however it still isn't available. The new name is kinkatta. + * New packages added to kde-extras: kooka, libkscan1, kandy, kmsn, + skam, mp3kult, licq-plugin-kde, knapster2, kaptain, wordtrans-kde + * New packages added to kde-devel: kspy, kbabel + * New packages added to kde: kdelibs3-crypto, kdebase-crypto, kdessh, + aktion, kde-i18n (all as suggests) + * New packages added to kde-games: kdecarddecks + * Moved kde-games from a suggests to a recommends for kde. + * Moved plugins and artwork from kde to kde-extras + * Change dep for kdm to kdm | x-display-manager which will exist soon. + * Install the Readme into the kde-extras package like the others. + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 10 Aug 2001 03:22:00 -0700 + +meta-kde (4:2.1.44) unstable; urgency=low + + * Fix libkmid | libkmid-alsa dep (Closes: #107585) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 03 Aug 2001 11:28:00 -0700 + +meta-kde (4:2.1.43) unstable; urgency=low + + * Fix typo (Closes: #107371) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 01 Aug 2001 09:49:00 -0700 + +meta-kde (4:2.1.42) unstable; urgency=low + + * br translations for debconf (Closes: #107033) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 30 Jul 2001 00:58:00 -0700 + +meta-kde (4:2.1.41) unstable; urgency=low + + * Remove kamera...got ahead of myself + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 27 Jul 2001 20:27:00 -0700 + +meta-kde (4:2.1.40) unstable; urgency=low + + * Remove ksysctrl + * Update note about NVidia drivers in howto + * Add kamera + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 27 Jul 2001 00:49:00 -0700 + +meta-kde (4:2.1.39) unstable; urgency=low + + * Remove old dep on ktimemon + * Update descriptions + * Fix deps (Closes: #106425) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 25 Jul 2001 03:37:00 -0700 + +meta-kde (4:2.1.38) unstable; urgency=low + + * Set some versioning for certain key packages + * add some or's (Closes: #96809) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 19 Jul 2001 14:36:00 -0700 + +meta-kde (4:2.1.37) unstable; urgency=low + + * Get rid of task- prefixes since they are closer to meta packages than + tasks and tasks are handled differently now + * Change source package name to meta-kde to avoid confusion + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Tue, 17 Jul 2001 13:47:00 -0700 + +task-kde (4:2.1.36) unstable; urgency=low + + * Fix typo - thanks Martin Sj|gren <[EMAIL PROTECTED]> + * Swedish tranlations (Closes: #103141) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 02 Jul 2001 23:00:00 -0700 + +task-kde (4:2.1.35) unstable; urgency=low + + * kworldwatch -> kworldclock + * add kdeartwork and the addons bits + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 29 Jun 2001 20:00:00 -0700 + +task-kde (4:2.1.34) unstable; urgency=low + + * Update for 2.2 + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 28 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.33) unstable; urgency=low + + * Add konverse (Closes: #101037) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 18 Jun 2001 22:15:00 -0700 + +task-kde (4:2.1.32) unstable; urgency=low + + * Add kleandisk (Closes: #98175) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 23 May 2001 12:06:00 -0700 + +task-kde (4:2.1.31) unstable; urgency=low + + * Add keuklid (Closes: #98046) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Tue, 22 May 2001 00:35:00 -0700 + +task-kde (4:2.1.30) unstable; urgency=low + + * Fix task issue (Closes: #97308, #97309) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 13 May 2001 02:10:00 -0700 + +task-kde (4:2.1.29) unstable; urgency=low + + * New depends: kscreensaver, kdebase-audiolibs + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 12 May 2001 01:11:00 -0700 + +task-kde (4:2.1.28) unstable; urgency=low + + * new translations for debconf (Closes: #96515) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 06 May 2001 18:22:00 -0700 + +task-kde (4:2.1.27) unstable; urgency=low + + * Add kweather (Closes: #96370) + * Happy birthday dad! + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 05 May 2001 02:13:00 -0700 + +task-kde (4:2.1.26) unstable; urgency=low + + * More dependency updates + * Update descriptions + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 04 May 2001 03:53:00 -0700 + +task-kde (4:2.1.24) unstable; urgency=low + + * Major cleanup + Removed all |'s from task packages + Removed all Suggests from task packages + Removed all Recommends from task packages + New task-kde-extras package which will contain all non-essential kde + packages including those considered to *possibly* open up security + risks such as required a ftp server or a talkd server. + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 02 May 2001 00:27:00 -0700 + +task-kde (4:2.1.23) unstable; urgency=low + + * Change Recommends to Suggests for ktalkd (Closes: #95661) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 28 Apr 2001 17:46:00 -0700 + +task-kde (4:2.1.22) unstable; urgency=low + + * Changing AA package name to anti-aliasing-howto to keep the task bigots + of my ass. + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 28 Apr 2001 03:22:00 -0700 + +task-kde (4:2.1.21) unstable; urgency=low + + * More dependency work + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Tue, 24 Apr 2001 17:42:00 -0700 + +task-kde (4:2.1.20) unstable; urgency=low + + * Do kdevelop | kdestudio (Closes: #94377) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 19 Apr 2001 10:43:00 -0700 + +task-kde (4:2.1.19) unstable; urgency=low + + * More depends movement. + Move Recommends parts in -dev package to Depends + Move koffice to Recommends from Depends as it's not an official release + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Wed, 18 Apr 2001 01:03:00 -0700 + +task-kde (4:2.1.18) unstable; urgency=low + + * Change Depends to Recommends for xfs since it's not required + * Add in german debconf bit (Closes: #94086) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 15 Apr 2001 20:10:00 -0700 + +task-kde (4:2.1.17) unstable; urgency=low + + * Replace individual koffice packages with single "koffice" package + * Move a few packages from Suggests to Depends + * Change Recommends to Depends for task-kde-games + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 14 Apr 2001 00:27:00 -0700 + +task-kde (4:2.1.16) unstable; urgency=low + + * Add link to Linux Planet tutorial on AA + * Add link to Keith Packard's web page + * Add in bit to XftConfig example for turning of AA for font sizes smaller + than 11pixels. Submitted by Christian Mayrhuber + * Add cervisia to task-kde-devel package + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.15) unstable; urgency=low + + * Update font pathing in XftConfig and README + * Re-arrange some of the depends for task-anti-aliasing due to some of the + items being contrib and non-free. Make all but necessary fonts Suggests. + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 08 Apr 2001 04:44:00 -0700 + +task-kde (4:2.1.14) unstable; urgency=low + + * Add kaim + * Add kyahoo + * Add aethera + * New package: task-anti-aliasing + This will depend on packages required for AA (Anti Aliasing) support + as well as other suggests/recommends. Added documentation and eventual + debconf configuration and checks to make sure basic items are setup. + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sat, 07 Apr 2001 03:34:00 -0700 + +task-kde (4:2.1.13) unstable; urgency=low + + * Move klisa from depends to recommends + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Tue, 02 Apr 2001 10:10:00 -0700 + +task-kde (4:2.1.12) unstable; urgency=low + + * Add kcpuload to suggests (Closes: #92016) + * Rearrange kdesdk deps (Closes: #92017) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 30 Mar 2001 21:22:00 -0700 + +task-kde (4:2.1.11) unstable; urgency=low + + * Change dependency for lisa to klisa and moving to depends + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Tue, 27 Mar 2001 03:42:00 -0700 + +task-kde (4:2.1.10) unstable; urgency=low + + * New package: task-kde-games which will act like the task-gnome-games and + will recommend all kde based games or toys + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 26 Mar 2001 11:36:00 -0700 + +task-kde (4:2.1.9) unstable; urgency=low + + * Remove old kformula + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 11 Mar 2001 23:48:00 -0700 + +task-kde (4:2.1.8) unstable; urgency=low + + * Fix task-kde-devel depends for xlib6g|xlibs + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 11 Mar 2001 07:25:00 -0700 + +task-kde (4:2.1.7) unstable; urgency=low + + * Add other non-core kde apps to Suggests + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 08 Mar 2001 02:52:00 -0700 + +task-kde (4:2.1.6) unstable; urgency=low + + * Add Recommend for kprof (Closes: #88659) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 05 Mar 2001 23:44:00 -0700 + +task-kde (4:2.1.5) unstable; urgency=low + + * Add in suggests/recommends for some font packages and whatnot needed for + AA use. + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 01 Mar 2001 07:23:00 -0700 + +task-kde (4:2.1.4) unstable; urgency=low + + * Take into account new qt package + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 23 Feb 2001 10:15:00 -0700 + +task-kde (4:2.1.3) unstable; urgency=low + + * Adding in depends/recommends/suggests for kdesdk and kdebindings packages + that are either in now or will be with 2.1 + * Adding in missing depends for ldap and cdparanoia -dev + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Tue, 20 Feb 2001 02:37:00 -0700 + +task-kde (4:2.1.2) unstable; urgency=low + + * Updating Depends to not include some non-base type packages and putting + them in recommends/suggests + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Mon, 19 Feb 2001 00:54:00 -0700 + +task-kde (4:2.1.1) unstable; urgency=low + + * Changing depends from libqt2.2-dev to libqt-dev and from kdelibs3-dev + to kdelibs-dev + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Thu, 15 Feb 2001 03:45:00 -0700 + +task-kde (4:2.1.0) unstable; urgency=low + + * Broke out task packages + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Fri, 09 Feb 2001 02:31:00 -0700 + + + * More work on nspluginscan to avoid problems with faulty plugins + * Several small bug fixes from upstream + * Adding xutils to task-kde-devel package + * Fixing conflict with kfind (Closes: #83709) + * Fixing default bs for konsole for those not using "linux" or "vt100" + (Closes: #83705) + * Adding notation to konqueror about page about kdelibs3-crypto + * Applying German debconf template (Closes: #83871) + * Should also handle upgrade cleanup better. This is across the board but + affects base more than any other package. (Closes: #83543) + * Fixes problem with symbols in konsole (Closes: #83987) + + -- Ivan E. Moore II <[EMAIL PROTECTED]> Sun, 28 Jan 2001 01:30:00 -0700 Added: trunk/packages/meta-kde/debian/control =================================================================== --- trunk/packages/meta-kde/debian/control 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/control 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,62 @@ +Source: meta-kde +Build-Depends-Indep: debhelper (>> 3.0.0) +Section: x11 +Priority: optional +Maintainer: Debian QA Group <[EMAIL PROTECTED]> +Standards-Version: 3.5.6.1 + +Package: kde +Architecture: all +Section: x11 +Priority: optional +Depends: kdelibs3, libarts | libarts-alsa | libarts-bin, libkmid | libkmid-alsa | libkmid-bin, kdebase | kdebase3, kdebase-audiolibs | kdebase3-audiolibs, kdebase-libs | kdebase3-libs, libkonq3 | libkonq4, konqueror | konqueror3, kate | kate3, konsole | konsole3, kdebase-doc | kdebase3-doc, kscreensaver | kscreensaver3, kdewallpapers | kdewallpapers3, kuser, ksysv, kcron, kpackage, secpolicy, kghostview, kview, kmail, korn, ark, kab, karm, kcalc, kcharselect, kdepasswd, kdf, kedit, kfind, khexedit, kjots, knotes, kpm, kpaint, kiconedit, kfract, ksnapshot, kruler, kdict, kdm | x-display-manager, kit, knode, ksirc, koffice, knewsticker, ktimer, kcoloredit +Suggests: aktion, kde-i18n, kde-games, kde-extras, kde-devel, anti-aliasing-howto, kdessh, artsbuilder | artsbuilder3, kmix | kmix3, kscd | kscd3, noatun | noatun3, libarts-mpeglib | libarts3-mpeglib, korganizer, kdepim-libs +Description: The K Desktop Environment + A metapackage containing dependencies for the core suite of KDE including + kdelibs, kdebase, kdeadmin, kdegraphics, kdemultimedia, kdenetwork, kdepim, + koffice, and kdeutils. Provides Suggests and Recommends for all other + KDE based packages. + . + Does not contain depends for Toys, Games, or Development packages. + +Package: kde-extras +Architecture: all +Section: x11 +Priority: extra +Depends: klprfax, klisa, kwuftpd, kppp, klpq, kljettool, klaptopdaemon, kfloppy, knetfilter, knetload, krecord, quanta, kbear, krusader, kmago, bibletime, kcpuload, ktalkd, kweather, kleandisk, anti-aliasing-howto, kde-theme-metallic, kde-theme-pastel, kde-theme-matte, kde-theme-neon, kde-theme-sweetpill, kmerlin, mp3kult, kinkatta, kaptain, ktexmaker2, kcd +Suggests: kde, kde-games, kde-devel, koffice-doc-html, kdetoys-doc-html, kdeaddons-doc-html, lilo-config, kmid | kmid3, kmidi | kmidi3, koncd, kaboodle, korinoco, kreatecd, noteedit, kicq, wordtrans-kde, kgeo, konverse, brahms, aethera, licq-plugin-kde, noatun-plugins, konq-plugins, kicker-applets, kate-plugins, kdeartwork-style, kdeartwork-theme-desktop, kdeartwork-theme-window, kdeartwork-misc, knewsticker-scripts, knapster2, kpilot, libkscan1, kooka, kandy, kamera +Description: The K Desktop Environment (extras) + A metapackage containing dependencies for the non-core KDE packages including + those packages which may not be suitable for all users. This may also include + packages which could potentially open up security risks or depend on packages + which may. This would include packages such as klisa, kwuftpd, ktalkd, and + lilo-config. + +Package: kde-games +Architecture: all +Section: games +Priority: optional +Depends: kabalone, libkdegames, kasteroids, katomic, kblackbox, kjumpingcube, kmahjongg, kmines, konquest, kpat, kpoker, kreversi, ksame, kshisen, ksirtet, ksmiletris, ksnake, ksokoban, kspaceduel, ktron, kjezz, kwin4, ktuberling, lskat, amor, kmoon, ktux, kworldclock, kodo, kteatime, kscore, eyesapplet, kdecarddecks, fifteenapplet, kbackgammon, kbattleship, klines +Description: The K Desktop Environment (Games and Toys) + A metapackage containing Depends for all KDE based games and toys + +Package: kde-devel +Architecture: all +Section: devel +Priority: extra +Depends: kdelibs-dev, libarts-dev, libkmid-dev, kdebase-dev, libmimelib-dev, kdoc, xutils, xlibs-dev, kdevelop, kdbg, kde-designer, cervisia, kprof, qt-doc, dcopperl, dcoppython, libdcopc-dev, libkdexparts-dev, koffice-dev +Suggests: kmozilla, kdemultimedia-dev, kdepim-dev, kdestudio, kdesdk +Description: The K Desktop Environment (development files) + A metapackage containing dependencies for the core development suite of KDE + including libqt-dev, kdelibs-dev and all other core KDE development + packages. + +Package: anti-aliasing-howto +Architecture: all +Section: doc +Priority: optional +Suggests: xfonts-scalable, fttools, type1inst, defoma, x-ttcidfont-conf, xlibs (>= 4.0.2-1), xfs-xtt | xfs, gsfonts-x11, msttcorefonts, sharefont, freefont, ttf-xtt-wadalab-gothic, ttf-xtt-watanabe-mincho, xfonts-arphic-bkai00mp, xfonts-arphic-bsmi00lp, xfonts-arphic-gbsn00lp, xfonts-arphic-gkai00mp +Description: Anti Aliasing metapackage + This package does several things. It primarily suggests packages which may + be required for Anti Aliasing. Beyond that it also contains HOWTOs and + examples for setting up AA on your system. Added: trunk/packages/meta-kde/debian/copyright =================================================================== --- trunk/packages/meta-kde/debian/copyright 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/copyright 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,20 @@ +This package was created by Ivan E. Moore II <[EMAIL PROTECTED]>. + +Copyright (C) 2001 Ivan E. Moore II + +This program 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 program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABLILITY 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 program; if +not, write to the Free Software Foundation, Inc, 59 Temple Place - +Suite 330, Boston, MA 02111-1307, USA. + +-- + +Please see /usr/share/common-licenses/GPL for the full license. Added: trunk/packages/meta-kde/debian/qt-fonts-HOWTO.html =================================================================== --- trunk/packages/meta-kde/debian/qt-fonts-HOWTO.html 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/qt-fonts-HOWTO.html 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,286 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> + <head> + <title>Qt fonts HOWTO</title> + </head> + + <body> + <h1>Qt fonts HOWTO</h1> +This is a short HOWTO describing what is needed to get a good font support +with Qt applications on X11. It is mainly interesting for distributors or people setting +up Unix font support on their own. It is by no means complete, and you'll +have to work out some of the details I just sketch by yourself. +<p> +Enjoy,<br> +Lars +<p> +(updated by Ivan E. Moore II <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> with Debian specific information).<br> +<h2>Contents</h2> + +<ol> +<li> Getting Antialiased fonts on XFree86 with Qt & KDE +<li> Getting a nice looking desktop without antialiased fonts +<ol> +<li> Bitmapped fonts on X11 +<li> Add existing scalable fonts to your fontpath +<li> Using true type fonts +</ol> +<li> Using true type and postscript fonts for printing in KDE +<li> Where to find nice looking true type fonts on the web +<ol> +<li> Getting good fonts for other scripts than latin +</ol> +<li> Resources on the web +</ol> + +<h2>1. Getting Antialiased fonts on XFree86 with Qt & KDE</h2> + +You will need to follow a few steps to get antialiased fotns on your X11 desktop. Please note, +that parts of the X11 code for the rendering extension are still experimental and drivers +do not exist for all graphics hardware. +<p> +There are a few preconditions you'll have to meet: (most are auto with Debian) +<ul> +<li> You will need freetype2 installed on your system. (libfreetype6) +<li> You will need XFree86 >= 4.0.2, current CVS is recommended. +<li> The XFree driver for your graphics card will have to support the + rendering extension. Information as to which hardware is supported is + unfortunately a bit incomplete. Matrox is (and as the only one currently + hardware accelerated). Recent NVidia drivers have been reported to work + extremely well. +<li> For other drivers have a look at the XFree86 <a href="http://www.xfree86.org">web site</a>. +</ul> +Once you have all this, you can see if the rendering extension is available, by looking +at the output of xdpyinfo and checking if RENDER is listed as an extension. +<p> +If yes, you'll need to get a Qt-2.3.0 or later compled with Xft support. If you compile Qt yourself, +add -xft to the configure line. +<p> +You will need some nice looking true type fonts to really enjoy the Xft extension to +X11. See Chapter 4 in this HOWTO on where to get some. The Microsoft webfonts +are of very high quality and a good start. +<p> +After having downloaded them, you will need to add the path to your +true type fonts to the XftConfig file in /etc/X11. +<p> +Now set the environment variable QT_XFT to true +and start any Qt appliction (for example the designer). You should hopefully get +nice antialised fonts. + +<p> + +In case you are running KDE and don't get any fonts on your desktop, try removing the ~/.kde/share/config/kdefonts file. +<p> + +<h2>2. Getting a nice looking desktop without antialiased fonts</h2> + +<h4>2.1. Bitmapped fonts on X11</h4> + +The standard X11 distribution comes with a set of bitmapped fonts. Unfortunately, +the standard setup allows the XServer to scale these fonts. As scaled +bitmap fonts look really ugly, the first thing to do is to tell the XServer not to +scale these fonts. This can be done, by editing the XF86Config file. +<p> +Replace all font path entries pointing to directories containing bitmapped fonts +as for example: +<pre> + FontPath "/usr/lib/X11/fonts/75dpi" +by + FontPath "/usr/lib/X11/fonts/75dpi:unscaled" +</pre> +Like this you'll never again see ugly scaled bitmapped fonts on your screen. + +<h4>2.2. Add existing scalable fonts to your fontpath</h4> + +There are a lot of free scalable fonts out there, that can be downloaded +and used. Some of them are distributed with X11 and some with ghostscript. +The sclable fonts distributed with X11 are automatically included in your +fontpath, so there is no need to worry about them. But you might want to add +the postscript fonts coming with ghostscript to your list of scalable +fonts. +<p> +The ghostscript font directory comes with a predefined set of fonts.dir, +fonts.scale and fonts.alias files, so basically all you need to do is to +add the directory to the fontpath in XF86Config. +<p> +A bit of caution is needed however. Some of the scalable postscript +fonts tend to look rather bad on screen, and should thus not get included +into the font list. If you get a font that looks a bit blocky using Qt/KDE, +this might be the reason and I'd recommend removing that particular font from +the font.* files. +<p> +(Packages include sharefont, freefont, msttcorefonts) + +<h4>2.3. Using true type fonts</h4> + +There are a few high quality fonts on the web available you can download for +free. Most of them are true type fonts, so you'll need to either install an +XServer that can deal with true type, or use a true type font server. +<p> +Most modern Linux distributions alread ship an XServer, that can handle true +type fonts natively. If you are using a commercial Unix, or an older system, that doesn't +ship with a true type enabled XServer, you will need to install a true type font server. +<p> +apt-get install xfs-xtt +<p> +Additionally you will need a tool called mkttfdir, to create a fonts.dir file +for your true type fonts. +<p> +apt-get install fttools +<p> +Now you can go on and download all thos nifty, nice looking true type fonts from the +web. See chapter 4 for a list of locations with nice fonts. Download +the fonts you are interested in and put them all in a directory named trueType +under /usr/lib/X11/fonts. Then run the utility mkttfdir utility in +that directory and put it's output in the fonts.dir file. +<p> +Add this directory to your font path in XF86Config (if your XServer can deal +with true type directly) or to the search path of your font server (xfsft or +xfstt). + +<h2>3. Using true type and postscript fonts for printing in KDE</h2> + +Qt 2.3.0 and later will use true type and postscript fonts it can find on your hard disk +to produce better quality printout. This will work automatically as long as the +postscript or true type can be found in your fontpath or if you use the X11 rendering extension. +<p> +A font server won't work, as the font server doesn't publish from where the fonts reside +on the hard disk. In this case add the postscript fonts directly to your fontpath (either in +you XServer configuration file; XF86Config if you are using XFree), or add them temporarily with +xset +fp /path/to/your/fonts/. To be able to use true type fonts without a font server, your XServer +must be able to use them. + + +<h2>4. Where to find nice looking true type fonts on the web</h2> + +Most of the free fonts you can find out on the web are latin only. If you go to +some of the font websites listed at the end of this HOWTO, you can find thousands +of them. But unfortunately 90% of them are either special purpose or very low +quality. +<p> +The first thing I should perhaps mention is to have a look in your c:\windows\fonts directory +if you have windows installed, and just use these fonts. They are mostly of an excellent +quality and can already provide you with most of the fonts you need. +<p> +If you don't have Windows installed, you can still enjoy some good looking fonts +from Microsoft. The "core fonts for the web" are a collection of high quality +downloadbale fonts, that many webmasters rely on. However, their licensing is +a bit unclear, but you can download them at no cost for personal use. +<p> +The core fonts cover the WGL4 character set, that covers the Latin script, +cyrillic, greek and turkish. It is certainly a good idea to get them +from <a href="http://www.microsoft.com/truetype/fontpack/">http://www.microsoft.com/truetype/fontpack/</a>. +As a tip: The win3.1 version fo the fonts can be unpacked with unzip. +<p> +A list of great downloadable fonts for all different kind of scripts can be found +at <a href="http://www.hclrss.demon.co.uk/unicode/fonts.html">http://www.hclrss.demon.co.uk/unicode/fonts.html</a> +<p> +Another font worth mentioning is the bistream cyberbit font. +Licensing seems to allow to include it into distributions (but don't nail +me down on this; check yourself) and it is more or less complete in that it +contains almost all of Unicode-2.1. You can find it on any mirror of the netscape +ftp server. +<p> +A big bunch of fonts for latin cyrillic (and partly hebrew) +are part of the openoffice distribution. You can get them +from openoffice's CVS repository under extras/wnt/source/fonts/ + +<h4>4.1 Getting good fonts for other scripts than latin</h4> + +Finding good free fonts for scripts other than latin1 is usually a lot harder +and for some scripts almost impossible, so I'll list the resources I know +of below. It is probably not complete, so if you know of a good free font +for a certain script feel free to tell me so I can add it to the list. +<p> +I'm only listing fonts I consider free in a sense that you can most +probably include them into a distribution in this list. Some other fonts +as the microsoft webfonts might be exactly what your looking for, but are +not listed here because their license does not match the above constraint. +<p> +<dl> +<dt>Supporting most of Unicode + <dd>Bitstream Cyberbit: + <a href="ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/">ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/</a> + +<dt>Japanese + <dd>The only free fonts I know of are wadalab gothic and mincho + (postscript) and can be found at: + <a href="ftp://ftp.ipl.t.u-tokyo.ac.jp/Font/">ftp://ftp.ipl.t.u-tokyo.ac.jp/Font/</a> + A note how to turn these into type0 fonts (needed for + ghostscript support) can be found at: + <a href="http://bibliofile.mc.duke.edu/gww/fonts/postscript-utilities/kanji.html">http://bibliofile.mc.duke.edu/gww/fonts/postscript-utilities/kanji.html</a> + +<dt>Chinese (simplified and traditional): + <dd>I also know of only two fonts here. They can be found at + <a href="http://trolls.troll.no/~lars/fonts/">http://trolls.troll.no/~lars/fonts/</a> + +<dt>Korean: + <dd>I heard there are free korean fonts available from: + <a href="ftp://ftp.cair-archive.kaist.ac.kr/pub/hangul/fonts/munhwa-fonts">ftp://ftp.cair-archive.kaist.ac.kr/pub/hangul/fonts/munhwa-fonts</a> + but I could not reach the archive in the last time. I'd appreciate + any update on these. +</dl> +Some more asian postscript fonts can be found at +<a href="http://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe">http://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe</a> +Here the license is a bit unclear and it's quite tedious to get them installed. +I managed to get them running for ghostscript but never tried to convince +X11 to use them. In princinple it should be possible though. +<dl> +<dt>Georgian + <dd>Some georgian true type font can be found at: + <a href="http://www.redrival.com/giasher/download.htm">http://www.redrival.com/giasher/download.htm</a> + + +<dt>Fonts covering Latin and cyrillic: + <dd>A big bunch of fonts for latin cyrillic (and partly hebrew) + are part of the openoffice distribution. You can get them + from openoffice's CVS repository under extras/wnt/source/fonts/ + See <a href="http://www.openoffice.org">openoffice's web site</a> for more. + +<dt>Arabic + <dd>I only know of bitstream syberbit (see above) and some bitmapped + fonts:<br> + Arabic Newspaper and ClearlyU from + <a href="http://crl.nmsu.edu/~mleisher/arabic24.html">http://crl.nmsu.edu/~mleisher/arabic24.html</a> + +<dt>Hebrew: + <dd>lots of fonts can be found at: + <a href="http://user.dtcc.edu/~berlin/font/hebrew.htm">http://user.dtcc.edu/~berlin/font/hebrew.htm</a> + + some nonscalable fonts can be found at: + <a href="http://elmar.co.il/wwh/wwh/xfiles/H.fonts/index.en.html">http://elmar.co.il/wwh/wwh/xfiles/H.fonts/index.en.html</a> + <a href="http://sunsite.unc.edu/pub/Linux/X11/fonts/hebxfonts-0.2.tgz">http://sunsite.unc.edu/pub/Linux/X11/fonts/hebxfonts-0.2.tgz</a> + +<dt>Greek: + <dd><a href="ftp://ftp.rhrz.uni-bonn.de/pub/institute/evtheol/milan.zip">ftp://ftp.rhrz.uni-bonn.de/pub/institute/evtheol/milan.zip</a> + <a href="ftp://ftp.rhrz.uni-bonn.de/pub/institute/evtheol/greekofc.zip">ftp://ftp.rhrz.uni-bonn.de/pub/institute/evtheol/greekofc.zip</a> + +<dt>Tamil: + <dd><a href="http://www.geocities.com/avarangal/tamilunicode.html>http://www.geocities.com/avarangal/tamilunicode.html</a> + +<dt>Thai: + <dd><a href="http://software.thai.net/tis-620/courierthai.html">http://software.thai.net/tis-620/courierthai.html</a> + +<dt>Ancient greek, hebrew and coptic: + <dd><a href="http://rosetta.atla-certr.org/TC/fonts/">http://rosetta.atla-certr.org/TC/fonts/</a> +</dl> + + +<h2>5. Resources on the web</h2> + +<dl> +<dt>Another font FAQ for Unix/X11: + <dd><a href="http://www.cs.ruu.nl/wais/html/na-dir/internationalization/font-faq.html">http://www.cs.ruu.nl/wais/html/na-dir/internationalization/font-faq.html</a> +<dt>Sites if you search for true type fonts for specific scripts: + <dd><a href="http://user.dtcc.edu/~berlin/fonts.html">http://user.dtcc.edu/~berlin/fonts.html</a><br> + <a href="http://www.sil.org/computing/fonts/">http://www.sil.org/computing/fonts/</a> +</dl> + + + <hr> +<!-- Created: Fri Mar 9 20:07:49 CET 2001 --> +<!-- hhmts start --> +Last modified: Fri Mar 9 22:00:07 CET 2001 +<!-- hhmts end --> + </body> +</html> Added: trunk/packages/meta-kde/debian/rules =================================================================== --- trunk/packages/meta-kde/debian/rules 2003-10-31 08:15:41 UTC (rev 41) +++ trunk/packages/meta-kde/debian/rules 2003-10-31 08:17:56 UTC (rev 42) @@ -0,0 +1,53 @@ +#!/usr/bin/make -f +# Made with the aid of debmake, by Christoph Lameter, +# based on the sample debian/rules file for GNU hello by Ian Jackson. +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + +build: build-stamp +build-stamp: + dh_testdir + # nothing to build + touch build-stamp + +clean: + dh_testdir + -rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + +binary-arch: build + dh_testdir + dh_testroot + dh_installdocs + dh_installdirs + cp debian/anti-aliasing-howto.override debian/anti-aliasing-howto/usr/share/lintian/overrides/anti-aliasing-howto + cp debian/README.Debian debian/kde-devel/usr/share/doc/kde-devel/ + cp debian/README.Debian debian/kde-games/usr/share/doc/kde-games/ + cp debian/README.Debian debian/kde-extras/usr/share/doc/kde-extras/ + dh_installchangelogs + dh_strip + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: build install + dh_testroot + dh_testdir + +# Below here is fairly generic really + +binary: binary-indep binary-arch + +.PHONY: binary binary-indep binary-arch clean Property changes on: trunk/packages/meta-kde/debian/rules ___________________________________________________________________ Name: svn:executable + *