[Debian-hebrew-package] r764 - in /pkg/culmus/trunk: ./ debian/

baruch at users.alioth.debian.org baruch at users.alioth.debian.org
Wed Jul 23 19:32:00 UTC 2008


Author: baruch
Date: Wed Jul 23 19:32:00 2008
New Revision: 764

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=764
Log:
Update to version 0.102 from upstream

Added:
    pkg/culmus/trunk/DavidCLM-Bold.ttf
      - copied unchanged from r763, pkg/culmus/branches/upstream/current/DavidCLM-Bold.ttf
    pkg/culmus/trunk/DavidCLM-BoldItalic.ttf
      - copied unchanged from r763, pkg/culmus/branches/upstream/current/DavidCLM-BoldItalic.ttf
    pkg/culmus/trunk/DavidCLM-Medium.ttf
      - copied unchanged from r763, pkg/culmus/branches/upstream/current/DavidCLM-Medium.ttf
    pkg/culmus/trunk/DavidCLM-MediumItalic.ttf
      - copied unchanged from r763, pkg/culmus/branches/upstream/current/DavidCLM-MediumItalic.ttf
    pkg/culmus/trunk/fonts.scale-ttf
      - copied unchanged from r763, pkg/culmus/branches/upstream/current/fonts.scale-ttf
    pkg/culmus/trunk/fonts.scale-type1
      - copied unchanged from r763, pkg/culmus/branches/upstream/current/fonts.scale-type1
Removed:
    pkg/culmus/trunk/DavidCLM-Bold.afm
    pkg/culmus/trunk/DavidCLM-Bold.pfa
    pkg/culmus/trunk/DavidCLM-Medium.afm
    pkg/culmus/trunk/DavidCLM-Medium.pfa
    pkg/culmus/trunk/DavidCLM-MediumItalic.afm
    pkg/culmus/trunk/DavidCLM-MediumItalic.pfa
    pkg/culmus/trunk/fonts.alias
    pkg/culmus/trunk/fonts.scale
Modified:
    pkg/culmus/trunk/CHANGES
    pkg/culmus/trunk/culmus.conf
    pkg/culmus/trunk/culmus.spec
    pkg/culmus/trunk/debian/changelog

Modified: pkg/culmus/trunk/CHANGES
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/CHANGES?rev=764&op=diff
==============================================================================
--- pkg/culmus/trunk/CHANGES (original)
+++ pkg/culmus/trunk/CHANGES Wed Jul 23 19:32:00 2008
@@ -1,5 +1,16 @@
 Culmus Hebrew fonts
 ==============
+
+17-Jul-2008: Version 0.102
+-------------------------
+This is a minor release which affects only David font family. David font
+is re-released in TrueType format with several enhancements.
+
+Changes:
+ 1. David font released in TrueType format.
+ 2. A new weight added: David CLM Bold Italic.
+ 3. Diacritics placement supported in OpenType-enabled software.
+ 4. Several new currency symbols and punctuation marks added.
 
 19-Dec-2004: Version 0.101
 -------------------------

Modified: pkg/culmus/trunk/culmus.conf
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/culmus.conf?rev=764&op=diff
==============================================================================
--- pkg/culmus/trunk/culmus.conf (original)
+++ pkg/culmus/trunk/culmus.conf Wed Jul 23 19:32:00 2008
@@ -65,6 +65,7 @@
 	</alias>
 	<alias>	<family>Caladings</family>	<accept><family>Caladings CLM</family></accept>	</alias>
 	<alias>	<family>David</family>		<accept><family>David CLM</family></accept>	</alias>
+        <alias> <family>David OT</family>       <accept><family>David CLM</family></accept>     </alias>
 	<alias>	<family>Drugulin</family>	<accept><family>Drugulin CLM</family></accept>	</alias>
 	<alias>	<family>Ellinia</family>	<accept><family>Ellinia CLM</family></accept>	</alias>
 	<alias>	<family>Frank Ruehl</family>	<accept><family>Frank Ruehl CLM</family></accept></alias>

Modified: pkg/culmus/trunk/culmus.spec
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/culmus.spec?rev=764&op=diff
==============================================================================
--- pkg/culmus/trunk/culmus.spec (original)
+++ pkg/culmus/trunk/culmus.spec Wed Jul 23 19:32:00 2008
@@ -1,6 +1,6 @@
 Summary:	Free Hebrew Type1 fonts
 Name:		culmus-fonts
-Version:	0.101
+Version:	0.102
 Release:	1
 Vendor:		Culmus Project
 
@@ -21,14 +21,15 @@
 # Minor releases could be added between them: 91, 92...
 Epoch:		1
 
-%define     fonts_dir  %{_datadir}/fonts/he/Type1
+%define     type1_fonts_dir  %{_datadir}/fonts/he/Type1
+%define     ttf_fonts_dir  %{_datadir}/fonts/he/TrueType
 %define     doc_dir  %{_datadir}/doc/culmus-%{version}
 %define     fcconf_dir  %{_sysconfdir}/fonts
 
 Source0:	http://belnet.dl.sourceforge.net/sourceforge/culmus/culmus-%{version}.tar.gz
 
 License:	GPL
-Group:		System/Fonts/Type1
+Group:		System/Fonts
 URL:		http://culmus.sourceforge.net/
 BuildRoot:	%_tmppath/%name-%version-%release-root
 BuildArch:	noarch
@@ -37,7 +38,7 @@
 # Prereq:		chkfontpath
 
 %description
-This version fixes the "tet" bug (see Mandrakesoft Bugzilla Bug 11502).
+This version enhances the David font family.
 
 9 Hebrew font families. ASCII glyphs partially borrowed from
 the URW and Bitstream fonts.  Those families provide a basic set of a
@@ -51,24 +52,29 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{fonts_dir}
+mkdir -p $RPM_BUILD_ROOT%{type1_fonts_dir}
+mkdir -p $RPM_BUILD_ROOT%{ttf_fonts_dir}
 mkdir -p $RPM_BUILD_ROOT%{fcconf_dir}
 mkdir -p $RPM_BUILD_ROOT/tmp
 #cd fonts
 /usr/X11R6/bin/xftcache . || touch XftCache
-cp -f *.afm *.pfa $RPM_BUILD_ROOT%{fonts_dir}
-install -m 644 fonts.scale $RPM_BUILD_ROOT%{fonts_dir}/
-install -m 644 fonts.alias $RPM_BUILD_ROOT%{fonts_dir}/
-install -m 644 local.conf $RPM_BUILD_ROOT%{fonts_dir}/
-install -m 644 XftCache $RPM_BUILD_ROOT%{fonts_dir}/
+cp -f *.afm *.pfa $RPM_BUILD_ROOT%{type1_fonts_dir}
+cp -f *.ttf $RPM_BUILD_ROOT%{ttf_fonts_dir}
+install -m 644 fonts.scale-type1 $RPM_BUILD_ROOT%{type1_fonts_dir}/fonts.scale
+install -m 644 fonts.scale-ttf $RPM_BUILD_ROOT%{ttf_fonts_dir}/fonts.scale
+install -m 644 local.conf $RPM_BUILD_ROOT%{type1_fonts_dir}/
+install -m 644 XftCache $RPM_BUILD_ROOT%{type1_fonts_dir}/
+install -m 644 XftCache $RPM_BUILD_ROOT%{ttf_fonts_dir}/
 install -m 644 culmus.conf $RPM_BUILD_ROOT%{fcconf_dir}/
 
-mkfontdir $RPM_BUILD_ROOT%{fonts_dir}
+mkfontdir $RPM_BUILD_ROOT%{type1_fonts_dir}
+mkfontdir $RPM_BUILD_ROOT%{ttf_fonts_dir}
 
 %post
 # if chkfontpath exists, execute it
 if [ -x %{_sbindir}/chkfontpath ]; then
-	%{_sbindir}/chkfontpath -q -a %{fonts_dir}
+        %{_sbindir}/chkfontpath -q -a %{type1_fonts_dir}
+	%{_sbindir}/chkfontpath -q -a %{ttf_fonts_dir}
 fi
 # avoid making fc-cache a requirement
 if which fc-cache >&/dev/null; then
@@ -77,7 +83,7 @@
 # install /etc/fonts/local.conf, if it doesn't exist
 # for example, in Red Hat.
 if ! [ -f %{fcconf_dir}/local.conf ]; then
-	cp %{fonts_dir}/local.conf %{fcconf_dir}/
+	cp %{type1_fonts_dir}/local.conf %{fcconf_dir}/
 fi
 # add culmus.conf include entry to local.conf
 if !(grep -q -e culmus.conf %{fcconf_dir}/local.conf); then
@@ -88,7 +94,8 @@
 if [ "$1" = "0" ]; then
 # if chkfontpath exists, execute it
 	if [ -x %{_sbindir}/chkfontpath ]; then
-		%{_sbindir}/chkfontpath -q -r %{fonts_dir}
+                %{_sbindir}/chkfontpath -q -r %{type1_fonts_dir}
+		%{_sbindir}/chkfontpath -q -r %{ttf_fonts_dir}
 	fi
 fi
 
@@ -97,18 +104,25 @@
 
 %files
 %defattr(0644,root,root,0755)
-%dir %{fonts_dir}
+%dir %{type1_fonts_dir}
+%dir %{ttf_fonts_dir}
 %doc CHANGES LICENSE LICENSE-BITSTREAM GNU-GPL
-%config(noreplace) %{fonts_dir}/fonts.dir
-%config(noreplace) %{fonts_dir}/fonts.scale
-%config(noreplace) %{fonts_dir}/fonts.alias
-%config(noreplace) %{fonts_dir}/XftCache
+%config(noreplace) %{type1_fonts_dir}/fonts.dir
+%config(noreplace) %{type1_fonts_dir}/fonts.scale
+%config(noreplace) %{type1_fonts_dir}/XftCache
+%config(noreplace) %{ttf_fonts_dir}/fonts.dir
+%config(noreplace) %{ttf_fonts_dir}/fonts.scale
+%config(noreplace) %{ttf_fonts_dir}/XftCache
 %config		   %{fcconf_dir}/culmus.conf
-%{fonts_dir}/*.afm
-%{fonts_dir}/*.pfa
-%{fonts_dir}/local.conf
+%{type1_fonts_dir}/*.afm
+%{type1_fonts_dir}/*.pfa
+%{ttf_fonts_dir}/*.ttf
+%{type1_fonts_dir}/local.conf
 
 %changelog
+* Sat Jul 17 2008 Maxim Iorsh <iorsh at math.technion.ac.il> 0.102-1
+- added TrueType directory
+
 * Sat Jun 12 2004 Maxim Iorsh <iorsh at math.technion.ac.il> 0.100-1
 - /etc/fonts/local.conf is installed, if didn't exist previously
 

Modified: pkg/culmus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/debian/changelog?rev=764&op=diff
==============================================================================
--- pkg/culmus/trunk/debian/changelog (original)
+++ pkg/culmus/trunk/debian/changelog Wed Jul 23 19:32:00 2008
@@ -1,8 +1,8 @@
-culmus (0.101-10) UNRELEASED; urgency=low
+culmus (0.102-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
 
- -- Baruch Even <baruch at debian.org>  Sat, 29 Dec 2007 14:17:53 +0200
+ -- Baruch Even <baruch at debian.org>  Wed, 23 Jul 2008 22:29:01 +0300
 
 culmus (0.101-9) unstable; urgency=low
 




More information about the Debian-hebrew-package mailing list