Commit f6b3f5f7 authored by Paulius Zaleckas's avatar Paulius Zaleckas
Browse files

Bump encodings to 1.0.3

parent 34991630
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_XFONT_ENCODINGS
	bool "encodings"
	help
	  encodings 1.0.2
	  encodings 1.0.3
	  No description available
+0 −21
Original line number Diff line number Diff line
--- 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
 
+1 −1
Original line number Diff line number Diff line
@@ -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