comparison src/qt.mk @ 3561:ae4193aad5fe

revise and enable more $(PKG)_UPDATE rules
author John W. Eaton <jwe@octave.org>
date Sat, 08 Mar 2014 17:40:00 -0500
parents 13be64f9f16d
children 30f4b78227af
comparison
equal deleted inserted replaced
3560:e14baae9ec8c 3561:ae4193aad5fe
91 $(PKG)_CONFIGURE_PLATFORM_OPTION := -xplatform win32-g++-4.6 91 $(PKG)_CONFIGURE_PLATFORM_OPTION := -xplatform win32-g++-4.6
92 endif 92 endif
93 endif 93 endif
94 94
95 define $(PKG)_UPDATE 95 define $(PKG)_UPDATE
96 $(WGET) -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \ 96 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
97 grep '<li><a href="/qt/qt/commit/' | \ 97 echo $($(PKG)_VERSION)
98 $(SED) -n 's,.*<a[^>]*>v\([0-9][^<-]*\)<.*,\1,p' | \
99 tail -1
100 endef 98 endef
101 99
102 define $(PKG)_BUILD 100 define $(PKG)_BUILD
103 ## syncqt needs QTDIR set to find the sources 101 ## syncqt needs QTDIR set to find the sources
104 cd '$(1)' && QTDIR='$(1)' ./bin/syncqt 102 cd '$(1)' && QTDIR='$(1)' ./bin/syncqt