]> git.pld-linux.org Git - packages/xorg-font-font-bh-ttf.git/commitdiff
- updated to 1.0.4 master auto/th/xorg-font-font-bh-ttf-1.0.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Mar 2023 21:26:02 +0000 (22:26 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Mar 2023 21:26:02 +0000 (22:26 +0100)
fontconfig-2.10.patch
xorg-font-font-bh-ttf.spec

index 9ff5367c6bfffe60311c4d6383017c93b19328bd..2eaf205841f3864f80765c5f32a45c107ae9aaf1 100644 (file)
@@ -1,6 +1,6 @@
---- font-bh-ttf-1.0.3/Makefile.am~     2010-10-09 01:59:49.000000000 +0200
-+++ font-bh-ttf-1.0.3/Makefile.am      2012-08-09 11:46:35.455350161 +0200
-@@ -37,7 +37,7 @@
+--- font-bh-ttf-1.0.4/Makefile.am.orig 2023-02-28 00:44:32.000000000 +0100
++++ font-bh-ttf-1.0.4/Makefile.am      2023-03-01 22:24:35.120797756 +0100
+@@ -37,7 +37,7 @@ fontdir = @FONTDIR@
  font_DATA = $(FONT_FILES)
  
  actualconfigdir = $(FC_CONFDIR)/conf.d
@@ -8,8 +8,8 @@
 +availconfigdir = $(datadir)/fontconfig/conf.avail
  dist_availconfig_DATA = 42-luxi-mono.conf
  
- EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH
-@@ -51,7 +51,7 @@
+ EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH README.md
+@@ -51,7 +51,7 @@ install-data-hook:
        $(MKFONTDIR) $(DESTDIR)$(fontdir)
        mkdir -p $(DESTDIR)$(actualconfigdir)
        @rm -f $(DESTDIR)$(actualconfigdir)/$(dist_availconfig_DATA)
index e18a38c1daa0b423f1182b35756424632c3b6346..57cdcae98a06a0aae3990be2fb13bf8ae094dc82 100644 (file)
@@ -1,21 +1,23 @@
 Summary:       Bigelow & Holmes Luxi font in TrueType format
 Summary(pl.UTF-8):     Font Bigelow & Holmes Luxi w formacie TrueType
 Name:          xorg-font-font-bh-ttf
-Version:       1.0.3
-Release:       3
+Version:       1.0.4
+Release:       1
 License:       distributable if unmodified
 Group:         Fonts
-Source0:       http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-%{version}.tar.bz2
-# Source0-md5: e8ca58ea0d3726b94fe9f2c17344be60
+Source0:       https://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-%{version}.tar.xz
+# Source0-md5: 063bfa1456c8a68208bf96a33f472bb1
 Patch0:                fontconfig-2.10.patch
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+URL:           https://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: fontconfig
+BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-app-mkfontdir
 BuildRequires: xorg-app-mkfontscale
 BuildRequires: xorg-font-font-util >= 1.2
-BuildRequires: xorg-util-util-macros >= 1.3
+BuildRequires: xorg-util-util-macros >= 1.20
+BuildRequires: xz
 Requires(post,postun): fontpostinst
 Requires:      %{_fontsdir}/TTF
 Requires:      fontconfig >= 1:2.10.1
@@ -37,8 +39,10 @@ Font Bigelow & Holmes Luxi w formacie TrueType.
 %{__autoconf}
 %{__automake}
 %configure \
+%if "%{_gnu}" != "-gnux32"
        --build=%{_host} \
        --host=%{_host} \
+%endif
        --with-fontdir=%{_fontsdir}/TTF
 
 %{__make}
@@ -60,7 +64,7 @@ fontpostinst TTF
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog README
+%doc COPYING ChangeLog README.md
 %{_fontsdir}/TTF/luxi*.ttf
 %{_datadir}/fontconfig/conf.avail/42-luxi-mono.conf
 %config(noreplace,missingok) %verify(not link md5 mtime size) /etc/fonts/conf.d/42-luxi-mono.conf
This page took 0.093427 seconds and 4 git commands to generate.