Browse Source

sunbird: Updated (0.2+ -> 1.0b1)

stable/0.2
Christian Wiese 14 years ago
parent
commit
d715553c46
  1. 3
      x11/sunbird/sunbird.conf
  2. 7
      x11/sunbird/sunbird.desc
  3. 37
      x11/sunbird/visibility.patch.x86-64

3
x11/sunbird/sunbird.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../sunbird/sunbird.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -21,6 +21,7 @@ fi
sunbird_config() {
cat >> .mozconfig <<-EOT
. \$topsrcdir/calendar/sunbird/config/mozconfig
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-freetype2
EOT
}

7
x11/sunbird/sunbird.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../sunbird/sunbird.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -31,11 +31,10 @@
[F] FPIC-QUIRK
[L] MPL
[S] Beta
[V] 0.2+
[V] 1.0b1
[P] X -----5---9 531.000
[O] . $base/package/*/*/mozilla-conf.in
[D] 3570858293 sunbird-0.2+.tar.bz2 http://dl.exactcode.de/oss/mozilla/
#[D] 2392019427 sunbird-0.2-source.tar.bz2 ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.2/source/
[D] 441005545 sunbird-1.0b1.source.tar.bz2 ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/1.0b1/source/

37
x11/sunbird/visibility.patch.x86-64

@ -1,37 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../sunbird/visibility.patch.x86-64
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Index: configure
===================================================================
RCS file: /cvsroot/mozilla/configure,v
retrieving revision 1.1443
diff -u -p -6 -r1.1443 configure
--- ./configure 2 Jun 2005 04:00:20 -0000 1.1443
+++ ./configure 6 Jun 2005 07:34:06 -0000
@@ -7303,13 +7303,13 @@ else
int foo_default = 1;
EOF
ac_cv_visibility_pragma=no
if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then
if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then
- ac_cv_visibility_pragma=yes
+ ac_cv_visibility_pragma=no
fi
fi
fi
rm -f conftest.cs
fi
Loading…
Cancel
Save