summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-09-26 12:43:55 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-09-26 12:43:55 +0000
commit99a82111e6b2b2cd29ab05364acc522c6cd9f5d2 (patch)
tree4a7de21aa657954c801ebe05f3c7945465397e95 /sci-misc/boinc/files
parentversion bump (diff)
downloadhistorical-99a82111e6b2b2cd29ab05364acc522c6cd9f5d2.tar.gz
historical-99a82111e6b2b2cd29ab05364acc522c6cd9f5d2.tar.bz2
historical-99a82111e6b2b2cd29ab05364acc522c6cd9f5d2.zip
Version bump. Per bug #272283. Thanks everyone in the bug for testing/feedback.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sci-misc/boinc/files')
-rw-r--r--sci-misc/boinc/files/6.6.40-gui01.patch11
-rw-r--r--sci-misc/boinc/files/6.6.40-locale.patch14
2 files changed, 25 insertions, 0 deletions
diff --git a/sci-misc/boinc/files/6.6.40-gui01.patch b/sci-misc/boinc/files/6.6.40-gui01.patch
new file mode 100644
index 000000000000..1396851e9960
--- /dev/null
+++ b/sci-misc/boinc/files/6.6.40-gui01.patch
@@ -0,0 +1,11 @@
+--- ../boinc-6.6.40/clientgui/BOINCGUIApp.h 2009-09-21 21:41:28.000000000 +0200
++++ clientgui/BOINCGUIApp.h 2009-09-24 01:28:44.510420617 +0200
+@@ -88,6 +88,8 @@
+ wxString m_strBOINCMGRDataDirectory;
+ wxString m_strBOINCArguments;
+
++ bool m_bAccessibilityEnabled;
++
+ bool m_bBOINCMGRAutoStarted;
+ int m_iBOINCMGRDisableAutoStart;
+ int m_iShutdownCoreClient;
diff --git a/sci-misc/boinc/files/6.6.40-locale.patch b/sci-misc/boinc/files/6.6.40-locale.patch
new file mode 100644
index 000000000000..f7fa7970162d
--- /dev/null
+++ b/sci-misc/boinc/files/6.6.40-locale.patch
@@ -0,0 +1,14 @@
+diff -urN boinc-6.6.40.old/locale/Makefile.am boinc-6.6.40/locale/Makefile.am
+--- boinc-6.6.40.old/locale/Makefile.am 2009-01-01 02:07:26.000000000 +0100
++++ boinc-6.6.40/locale/Makefile.am 2009-09-26 14:30:36.000000000 +0200
+@@ -46,8 +46,8 @@
+ mydir=$(DESTDIR)$(datadir) ;\
+ for ldir in $(locale_dirs) ; do \
+ $(INSTALL) -d $$mydir/$$ldir ; \
+- if [ -f $$ldir/BOINC-Manager.po ] ; then \
+- $(INSTALL) $$ldir/BOINC-Manager.po $$mydir/$$ldir/BOINC-Manager.po ; \
++ if [ -f $$ldir/BOINC-Manager.mo ] ; then \
++ $(INSTALL) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \
+ fi ;\
+ done
+