Bump encodings to 1.0.3

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
Paulius Zaleckas 2010-02-28 11:35:21 +02:00
parent 3499163089
commit f6b3f5f722
3 changed files with 2 additions and 23 deletions

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_XFONT_ENCODINGS
bool "encodings"
help
encodings 1.0.2
encodings 1.0.3
No description available

View File

@ -1,21 +0,0 @@
--- encodings-1.0.2/large/Makefile.am.orig 2007-06-08 16:28:01.000000000 +0200
+++ encodings-1.0.2/large/Makefile.am 2007-06-08 16:28:15.000000000 +0200
@@ -37,6 +37,6 @@
@GZIP@ -c < $< > $@
encodings.dir: $(DATA_FILES)
- @MKFONTSCALE@ -b -s -l -n -r -p $(encodingsdir) -e . .
+ $(MKFONTSCALE) -b -s -l -n -r -p $(encodingsdir) -e . .
encodings_DATA = $(DATA_FILES) encodings.dir
--- encodings-1.0.2/Makefile.am.orig 2007-06-08 16:28:36.000000000 +0200
+++ encodings-1.0.2/Makefile.am 2007-06-08 16:28:43.000000000 +0200
@@ -56,7 +56,7 @@
@GZIP@ -c < $< > $@
encodings.dir: $(DATA_FILES)
- @MKFONTSCALE@ -b -s -l -n -r -p $(encodingsdir) -e . -e large .
+ $(MKFONTSCALE) -b -s -l -n -r -p $(encodingsdir) -e . -e large .
encodings_DATA = $(DATA_FILES) encodings.dir

View File

@ -4,7 +4,7 @@
#
################################################################################
XFONT_ENCODINGS_VERSION = 1.0.2
XFONT_ENCODINGS_VERSION = 1.0.3
XFONT_ENCODINGS_SOURCE = encodings-$(XFONT_ENCODINGS_VERSION).tar.bz2
XFONT_ENCODINGS_SITE = http://xorg.freedesktop.org/releases/individual/font
XFONT_ENCODINGS_AUTORECONF = NO