From 010503856535c256696bac8b2ce9496d13f76fef Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 2 Feb 2017 21:12:46 +0300 Subject: [PATCH 1/5] libXfont:v.bump --- x11/library/libXfont/pspec.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/x11/library/libXfont/pspec.xml b/x11/library/libXfont/pspec.xml index be2bebbe1e..10987021e0 100644 --- a/x11/library/libXfont/pspec.xml +++ b/x11/library/libXfont/pspec.xml @@ -12,7 +12,7 @@ library X.Org Xfont library libXfont is the Xorg library that allows using various types of fonts. - mirrors://xorg/individual/lib/libXfont-1.5.1.tar.bz2 + mirrors://xorg/individual/lib/libXfont-1.5.2.tar.bz2 libfontenc-devel util-macros @@ -20,7 +20,6 @@ xorg-proto xtrans zlib-devel - freetype-devel @@ -28,8 +27,8 @@ libXfont libfontenc - zlib - freetype + zlib + freetype /usr/lib @@ -52,6 +51,13 @@ + + 2017-02-02 + 1.5.2 + Version bump + PisiLinux Community + admin@pisilinux.org + 2016-04-30 1.5.1 From 84aac0fb27300d84c8c35e3a8cceafd9bfffb4d0 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 2 Feb 2017 21:16:11 +0300 Subject: [PATCH 2/5] libXrender:rebuild --- x11/library/libXrender/pspec.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/library/libXrender/pspec.xml b/x11/library/libXrender/pspec.xml index 27ab0b2b92..1b40f41b78 100644 --- a/x11/library/libXrender/pspec.xml +++ b/x11/library/libXrender/pspec.xml @@ -53,7 +53,6 @@ 32-bit shared libraries for libXrender emul32 - libX11-32bit @@ -67,6 +66,13 @@ + + 2017-02-02 + 0.9.10 + Rebuild. + PisiLinux Community + admin@pisilinux.org + 2016-11-02 0.9.10 From 96b677b98cbb47420d690cf720530bb04c50cf72 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 2 Feb 2017 21:18:13 +0300 Subject: [PATCH 3/5] libXcursor:rebuild --- x11/library/libXcursor/pspec.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/library/libXcursor/pspec.xml b/x11/library/libXcursor/pspec.xml index 260869f14e..e14797e2b1 100644 --- a/x11/library/libXcursor/pspec.xml +++ b/x11/library/libXcursor/pspec.xml @@ -65,7 +65,6 @@ libXcursor - libX11-32bit libXfixes-32bit libXrender-32bit @@ -76,6 +75,13 @@ + + 2017-02-02 + 1.1.14 + Rebuild. + PisiLinux Community + admin@pisilinux.org + 2016-04-30 1.1.14 From b10c20f6ae7961d58c31ab87d0e3267da920d6cd Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 2 Feb 2017 21:30:07 +0300 Subject: [PATCH 4/5] fontconfig:v.bump --- .../0001-fix-test-with-freetype2-2.7.1.patch | 41 +++++++++++++++++++ desktop/font/fontconfig/pspec.xml | 12 +++++- 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 desktop/font/fontconfig/files/0001-fix-test-with-freetype2-2.7.1.patch diff --git a/desktop/font/fontconfig/files/0001-fix-test-with-freetype2-2.7.1.patch b/desktop/font/fontconfig/files/0001-fix-test-with-freetype2-2.7.1.patch new file mode 100644 index 0000000000..9c35730c95 --- /dev/null +++ b/desktop/font/fontconfig/files/0001-fix-test-with-freetype2-2.7.1.patch @@ -0,0 +1,41 @@ +From 165f0f012f8d4bebb12d188c1c2a369d233d586e Mon Sep 17 00:00:00 2001 +From: Christian Hesse +Date: Tue, 10 Jan 2017 10:01:54 +0100 +Subject: [PATCH 1/1] fix test with freetype2 2.7.1 + +Upstream freetype2 applied a patch from openSuSE [0]: + +[pcf] Enrich family name with foundry name and glyph width info. +3576487add2f0e9691e8c43f8b0cd8e61aebf14f + +This prepends the foundry name plus a space to the family name. We needs +change the font name in expexted test output. + +[0] http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=3576487add2f0e9691e8c43f8b0cd8e61aebf14f + +Signed-off-by: Christian Hesse +--- + test/out.expected | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +diff --git a/test/out.expected b/test/out.expected +index 39634c5..f3a8856 100644 +--- a/test/out.expected ++++ b/test/out.expected +@@ -1,8 +1,8 @@ +-Fixed:pixelsize=16 +-Fixed:pixelsize=6 ++Misc Fixed:pixelsize=6 ++Sony Fixed:pixelsize=16 + = +-Fixed:pixelsize=16 +-Fixed:pixelsize=6 ++Misc Fixed:pixelsize=6 ++Sony Fixed:pixelsize=16 + = +-Fixed:pixelsize=16 +-Fixed:pixelsize=6 ++Misc Fixed:pixelsize=6 ++Sony Fixed:pixelsize=16 +-- +2.11.0 \ No newline at end of file diff --git a/desktop/font/fontconfig/pspec.xml b/desktop/font/fontconfig/pspec.xml index e8280ae4bb..c80063a37d 100644 --- a/desktop/font/fontconfig/pspec.xml +++ b/desktop/font/fontconfig/pspec.xml @@ -12,17 +12,18 @@ library A library for configuring and customizing font access Fontconfig is a library designed to provide system-wide font configuration, customization and application access. - http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.bz2 + https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.1.tar.bz2 freetype-devel expat-devel + 0001-fix-test-with-freetype2-2.7.1.patch prefer_dejavu.patch anymetrics_urw.patch use_legacy_lcdfilter_on_small_monospace.patch - add_hinting_and_antialiasing_to_proper_fonts.patch + fontconfig-2.8.0-sleep-less.patch @@ -87,6 +88,13 @@ + + 2016-06-09 + 2.12.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 2.11.1 From b9a6130bda869ababa794947119096d0e457c9e6 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 2 Feb 2017 21:31:11 +0300 Subject: [PATCH 5/5] libXft:rebuild --- x11/library/libXft/pspec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/library/libXft/pspec.xml b/x11/library/libXft/pspec.xml index 5adaea6c77..8b9bafeef2 100644 --- a/x11/library/libXft/pspec.xml +++ b/x11/library/libXft/pspec.xml @@ -83,9 +83,9 @@ - 2017-01-31 + 2017-02-02 2.3.2 - Release bump + Rebuild Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org