diff options
author | 2005-06-03 21:03:13 +0000 | |
---|---|---|
committer | 2005-06-03 21:03:13 +0000 | |
commit | 4377238720461b66843c49636dc386e3ad05b7ef (patch) | |
tree | a57996f6e7c8c27f0c8290cb5eacfd83fc9f6ead /x11-libs/qt/files | |
parent | Version bump. (diff) | |
download | gentoo-2-4377238720461b66843c49636dc386e3ad05b7ef.tar.gz gentoo-2-4377238720461b66843c49636dc386e3ad05b7ef.tar.bz2 gentoo-2-4377238720461b66843c49636dc386e3ad05b7ef.zip |
Latest snapshot, more changes within the ebuild
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-libs/qt/files')
-rw-r--r-- | x11-libs/qt/files/digest-qt-4.0.0_beta2-r3 | 1 | ||||
-rw-r--r-- | x11-libs/qt/files/qt4b2r3_nomkdir.patch | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/qt/files/digest-qt-4.0.0_beta2-r3 b/x11-libs/qt/files/digest-qt-4.0.0_beta2-r3 new file mode 100644 index 000000000000..7992977d7bd1 --- /dev/null +++ b/x11-libs/qt/files/digest-qt-4.0.0_beta2-r3 @@ -0,0 +1 @@ +MD5 a38e0644e9dd38bbb06b87f22e68fb60 qt-x11-opensource-4.0.0-rc1-snapshot-20050603.tar.bz2 15510110 diff --git a/x11-libs/qt/files/qt4b2r3_nomkdir.patch b/x11-libs/qt/files/qt4b2r3_nomkdir.patch new file mode 100644 index 000000000000..97ba71085e5a --- /dev/null +++ b/x11-libs/qt/files/qt4b2r3_nomkdir.patch @@ -0,0 +1,19 @@ +--- configure.orig 2005-06-03 13:38:58.316152040 -0500 ++++ configure 2005-06-03 13:39:36.673320864 -0500 +@@ -1071,16 +1071,6 @@ + [ -z "$QT_INSTALL_TRANSLATIONS" ] && QT_INSTALL_TRANSLATIONS=$QT_INSTALL_PREFIX/translations #default + QT_INSTALL_TRANSLATIONS=`$relpath/config.tests/unix/makeabs "$QT_INSTALL_TRANSLATIONS"` + +-#settings +-if [ "$PLATFORM_MAC" = "yes" ]; then +- [ -z "$QT_INSTALL_SETTINGS" ] && QT_INSTALL_SETTINGS=/Library/Preferences/Qt #default +-else +- [ -z "$QT_INSTALL_SETTINGS" ] && QT_INSTALL_SETTINGS=/etc/xdg #default +-fi +-if mkdir -p "$QT_INSTALL_SETTINGS" >/dev/null 2>&1; then +- QT_INSTALL_SETTINGS=`(cd "$QT_INSTALL_SETTINGS"; /bin/pwd)` #absolute +-fi +- + #examples + [ -z "$QT_INSTALL_EXAMPLES" ] && QT_INSTALL_EXAMPLES=$QT_INSTALL_PREFIX/examples #default + QT_INSTALL_EXAMPLES=`$relpath/config.tests/unix/makeabs "$QT_INSTALL_EXAMPLES"` |