diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 22:09:50 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 22:09:50 (GMT) |
commit | 9822197e279e1ec6e3d95cb049281e232713e556 (patch) | |
tree | 636e5e6da31bf4ebb0ba5a83f504ac78c93596bf /abs/extra-testing/opera/opera-qt4-theme.patch | |
parent | 437b752531d8c183f9d653f54272959b1c7273db (diff) | |
download | linhes_pkgbuild-9822197e279e1ec6e3d95cb049281e232713e556.zip linhes_pkgbuild-9822197e279e1ec6e3d95cb049281e232713e556.tar.gz linhes_pkgbuild-9822197e279e1ec6e3d95cb049281e232713e556.tar.bz2 |
Adding in opera, for those that do not care for firefox.
Diffstat (limited to 'abs/extra-testing/opera/opera-qt4-theme.patch')
-rw-r--r-- | abs/extra-testing/opera/opera-qt4-theme.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/opera/opera-qt4-theme.patch b/abs/extra-testing/opera/opera-qt4-theme.patch new file mode 100644 index 0000000..f00f2cd --- /dev/null +++ b/abs/extra-testing/opera/opera-qt4-theme.patch @@ -0,0 +1,11 @@ +--- opera.orig 2008-10-22 19:37:21.000000000 +0200 ++++ opera 2008-10-22 19:38:13.000000000 +0200 +@@ -30,7 +30,7 @@ + done + test -z "$toset" || die Missing parameter for $arg + +-test "${_QTSTYLE_FROM_CMDLINE_}" = 'NO' && test -f "$HOME/.qt/qtrc" && _OPERA_QTSTYLE=`sed -n 's/^style=//p' $HOME/.qt/qtrc` && test "$_OPERA_QTSTYLE" && set -- "$@" -style "$_OPERA_QTSTYLE" ++test "${_QTSTYLE_FROM_CMDLINE_}" = 'NO' && test -f "$HOME/.config/Trolltech.conf" && _OPERA_QTSTYLE=`sed -n 's/^style=//p' $HOME/.config/Trolltech.conf` && test "$_OPERA_QTSTYLE" && set -- "$@" -style "$_OPERA_QTSTYLE" + + + # Add ending path divider "/" if missing, so execution won't fail |