public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] intltool: Update to 0.51.0.
@ 2016-09-23  9:03 Stefan Schantl
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2016-09-23  9:03 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]

This is an update to the latest available major version.

* Changed URL to project home page.
* Changed download URL for the source code.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 intltool/intltool.nm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/intltool/intltool.nm b/intltool/intltool.nm
index fde1b3a..1f0311c 100644
--- a/intltool/intltool.nm
+++ b/intltool/intltool.nm
@@ -4,23 +4,22 @@
 ###############################################################################
 
 name       = intltool
-version    = 0.40.6
+version    = 0.51.0
 release    = 1
 arch       = noarch
 
 groups     = Localization/Tools
-url        = http://www.gnome.org/
+url        = https://launchpad.net/intltool
 license    = GPLv2 with exceptions
 summary    = Utility for internationalizing various kinds of data files.
 
 description
-	This tool automatically extracts translatable strings from oaf, glade, \
-	bonobo ui, nautilus theme, .desktop, and other data files and puts \
+	This tool automatically extracts translatable strings from oaf, glade,
+	bonobo ui, nautilus theme, .desktop, and other data files and puts
 	them in the po files.
 end
 
-source_dl  = http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/
-sources    = %{thisapp}.tar.bz2
+source_dl  = http://edge.launchpad.net/intltool/trunk/%{version}/+download/
 
 build
 	requires
-- 
2.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PATCH] intltool: update to 0.51.0
@ 2016-02-18 10:46 Marcel Lorenz
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Lorenz @ 2016-02-18 10:46 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1945 bytes --]

---
 lfs/intltool | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/lfs/intltool b/lfs/intltool
index 8fb42ac..0b79d44 100644
--- a/lfs/intltool
+++ b/lfs/intltool
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2015  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,15 +24,15 @@
 
 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,8 @@ 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) && patch -Np1 < $(DIR_SRC)/src/patches/intltool-0.51.0_perl_warning.patch
 	cd $(DIR_APP) && ./configure --prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
 	cd $(DIR_APP) && make install
-- 
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-23  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-23  9:03 [PATCH] intltool: Update to 0.51.0 Stefan Schantl
  -- strict thread matches above, loose matches on Subject: below --
2016-02-18 10:46 [PATCH] intltool: update " Marcel Lorenz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox