]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
intltool: Update to version 0.51.0
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 30 Jun 2021 17:46:50 +0000 (19:46 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 9 Aug 2021 08:04:12 +0000 (08:04 +0000)
- Update from 0.40.5 (2008) to 0.51.0 (2015 - latest release)
- Update of rootfile3 not required
- Changelog is too long to include here
   Changes from version 0.41.0 to 0.51.0 can be found at https://launchpad.net/intltool/+download
    and in the ChangeLog files in the Source Tarballs
   Changes prior to 0.41.0 can be found at https://download.gnome.org/sources/intltool/
    in the ChangeLog files in the Source Tarballs

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/intltool

index 234262f6205e9947aeb098d594b39dc6b74ac1cf..bc5008a523471015d632bb158dbbfd825fde167b 100644 (file)
 
 include Config
 
-VER        = 0.40.5
+VER        = 0.51.0
 
 THISAPP    = intltool-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = intltool
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3e7ded6f50d88cf8b8bb505eaf591775
+$(DL_FILE)_MD5 = 12e517cac2b57a0121cda351570f1e63
 
 install : $(TARGET)
 
@@ -77,7 +77,7 @@ dist:
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install