[Libreoffice-commits] .: bin/unpack
Tor Lillqvist
tml at kemper.freedesktop.org
Thu May 5 03:40:38 PDT 2011
bin/unpack | 14 --------------
1 file changed, 14 deletions(-)
New commits:
commit 7f2380b03d78609c552866543090cb6f0fd7c9b3
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu May 5 13:38:19 2011 +0300
No need to overwrite "upstream" icons any more, bnc#685515
diff --git a/bin/unpack b/bin/unpack
index 9ec756f..3c12df2 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -213,7 +213,6 @@ fi
NovellWin32*|GoOoWin32*)
check_file $SRCDIR/writingaids-$PREBUILT_WRITINGAIDS_TIMESTAMP.zip
check_file $SRCDIR/writingaids-doc-$PREBUILT_WRITINGAIDS_TIMESTAMP.zip
- check_file $SRCDIR/ooo-windows-icons-0.2.tar.bz2
;;
esac
@@ -532,19 +531,6 @@ if test "z$BUILD_WIN32" != "z"; then
fi
;;
esac
-
- # Icons.
- # Just plunk them on top of the upstream ones for now. I'm
- # too lazy to add configury to make it optional and to check for
- # existence of the tarball, etc.
- case "$DISTRO" in
- # Add other Win32 "distros" here if they too want to use
- # these icons
- NovellWin32*|GoOoWin32*)
- bzip2 -dc $SRCDIR/ooo-windows-icons-0.2.tar.bz2 | $GNUTAR xf -
- mv ico/ooo3_*.ico $OOBUILDDIR/sysui/desktop/icons
- ;;
- esac
else
if test -f $SRCDIR/$BUILD_MOZILLA_SOURCE; then
More information about the Libreoffice-commits
mailing list