diff options
author | Przemyslaw Maciag <troll@gentoo.org> | 2007-03-05 22:59:48 +0000 |
---|---|---|
committer | Przemyslaw Maciag <troll@gentoo.org> | 2007-03-05 22:59:48 +0000 |
commit | d3ef807de0fc33e2e68c5d760b760b964eee18d4 (patch) | |
tree | 979635c930a3cb215b548f9598c7f2e1790b04fd /app-office/qtstalker/files | |
parent | x86 stable wrt bug 169533 (diff) | |
download | gentoo-2-d3ef807de0fc33e2e68c5d760b760b964eee18d4.tar.gz gentoo-2-d3ef807de0fc33e2e68c5d760b760b964eee18d4.tar.bz2 gentoo-2-d3ef807de0fc33e2e68c5d760b760b964eee18d4.zip |
Version bump. Some cleanups
(Portage version: 2.1.2.1)
Diffstat (limited to 'app-office/qtstalker/files')
3 files changed, 34 insertions, 0 deletions
diff --git a/app-office/qtstalker/files/digest-qtstalker-0.33 b/app-office/qtstalker/files/digest-qtstalker-0.33 new file mode 100644 index 000000000000..3640ba5b3b0a --- /dev/null +++ b/app-office/qtstalker/files/digest-qtstalker-0.33 @@ -0,0 +1,3 @@ +MD5 03a8a0fd3fe6e88eac94701cc897e703 qtstalker-0.33.tar.gz 1573767 +RMD160 6f86787a63e5c13b586fc65b494e765d4f4f9c9f qtstalker-0.33.tar.gz 1573767 +SHA256 782f929def47db505e93ef03e20a1184eb4c115ae2cb1160f7dabc90f0095708 qtstalker-0.33.tar.gz 1573767 diff --git a/app-office/qtstalker/files/qtstalker-0.33-install_docs_with_emerge.patch b/app-office/qtstalker/files/qtstalker-0.33-install_docs_with_emerge.patch new file mode 100644 index 000000000000..69f52a89d968 --- /dev/null +++ b/app-office/qtstalker/files/qtstalker-0.33-install_docs_with_emerge.patch @@ -0,0 +1,9 @@ +diff -Naur qtstalker-orig/qtstalker.pro qtstalker/qtstalker.pro +--- qtstalker-orig/qtstalker.pro 2006-09-25 17:21:13.000000000 +0200 ++++ qtstalker/qtstalker.pro 2007-03-01 20:19:07.000000000 +0100 +@@ -30,5 +30,3 @@ + SUBDIRS += plugins/indicator/VIDYA + SUBDIRS += plugins/indicator/VOL + SUBDIRS += plugins/indicator/VOLA +- +-SUBDIRS += docs diff --git a/app-office/qtstalker/files/qtstalker-0.33-sandboxfix_no_fixpath.patch b/app-office/qtstalker/files/qtstalker-0.33-sandboxfix_no_fixpath.patch new file mode 100644 index 000000000000..277b1b31fc59 --- /dev/null +++ b/app-office/qtstalker/files/qtstalker-0.33-sandboxfix_no_fixpath.patch @@ -0,0 +1,22 @@ +diff -Naur qtstalker-orig/plugin.config qtstalker/plugin.config +--- qtstalker-orig/plugin.config 2005-05-22 18:33:27.000000000 +0000 ++++ qtstalker/plugin.config 2005-10-11 20:13:08.000000000 +0000 +@@ -1,6 +1,6 @@ + TEMPLATE = lib + +-CONFIG += thread warn_on plugin ++CONFIG += thread warn_on plugin no_fixpath + + QMAKE_CXXFLAGS += -ffast-math -Os + +diff -Naur qtstalker-orig/lib/lib.pro qtstalker/lib/lib.pro +--- qtstalker-orig/lib/lib.pro 2005-05-22 18:33:28.000000000 +0000 ++++ qtstalker/lib/lib.pro 2006-09-28 22:37:28.000000000 +0000 +@@ -1,6 +1,6 @@ + TEMPLATE = lib + +-CONFIG += thread warn_on ++CONFIG += thread warn_on no_fixpath + + QMAKE_CXXFLAGS += -ffast-math -Os + |