linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02587
[Branch ~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n] Rev 409: Bump GTK+ version to 2.12 for tooltip-text support on widgets
------------------------------------------------------------
revno: 409
committer: Steven Sheehy <steven.sheehy@xxxxxxxxx>
branch nick: linuxdcpp-i18n
timestamp: Sun 2010-11-28 11:03:04 -0600
message:
Bump GTK+ version to 2.12 for tooltip-text support on widgets
modified:
Readme.txt
SConstruct
--
lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n
Your team LinuxDC++ Team is subscribed to branch lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n/+edit-subscription
=== modified file 'Readme.txt'
--- Readme.txt 2010-11-05 13:09:29 +0000
+++ Readme.txt 2010-11-28 17:03:04 +0000
@@ -20,7 +20,7 @@
scons >= 0.96
pkg-config
g++ >= 4.1
-gtk+-2.0 >= 2.10
+gtk+-2.0 >= 2.12
gthread-2.0 >= 2.4
libglade-2.0 >= 2.4
pthread
=== modified file 'SConstruct'
--- SConstruct 2010-11-28 16:53:55 +0000
+++ SConstruct 2010-11-28 17:03:04 +0000
@@ -192,8 +192,8 @@
print '\tpkg-config not found.'
Exit(1)
- if not conf.CheckPKG('gtk+-2.0 >= 2.10'):
- print '\tgtk+ >= 2.10 not found.'
+ if not conf.CheckPKG('gtk+-2.0 >= 2.12'):
+ print '\tgtk+ >= 2.12 not found.'
print '\tNote: You might have the lib but not the headers'
Exit(1)