diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-01 02:10:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-01 02:10:09 (GMT) |
commit | d7a06c882ef45d014319f98daf8e0dbe5599321d (patch) | |
tree | 08283d317915d613a4ea86513e8b8f626ceb243e /abs/core-testing/qt/qdoc3.patch | |
parent | 6aec480f40e73de0b179d0a91aa484266190f52b (diff) | |
parent | e9dc867012dd4553eeca9a67837688e762fcded6 (diff) | |
download | linhes_pkgbuild-d7a06c882ef45d014319f98daf8e0dbe5599321d.zip linhes_pkgbuild-d7a06c882ef45d014319f98daf8e0dbe5599321d.tar.gz linhes_pkgbuild-d7a06c882ef45d014319f98daf8e0dbe5599321d.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD into linhes-config-python
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
lirc: pkg bump to just make it different then the submitted version in the ticket.
lirc: change modmce patch to version 1.5
glass-wide: adding theme
irqbalance: adding pkg
fakeroot: add package
linhes-scripts: adding idle.sh
Bumped xbmc-svn to 20449 plus added common remote support
fresh build
bumped mythtv-svn to 20586
First cut at XBMC (svn with vdpau)
updated libjpeg and added libsamplerate for XBMC build
mythtv-svn bumped for new qt4
qt updated to 4.5.1
which: pkg bump used for testing, no functional changes.
Bumped version to recompile.
Bumped version for birthday present to community.
Conflicts:
abs/core-testing/LinHES-config/PKGBUILD
Diffstat (limited to 'abs/core-testing/qt/qdoc3.patch')
-rw-r--r-- | abs/core-testing/qt/qdoc3.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core-testing/qt/qdoc3.patch b/abs/core-testing/qt/qdoc3.patch new file mode 100644 index 0000000..38ae735 --- /dev/null +++ b/abs/core-testing/qt/qdoc3.patch @@ -0,0 +1,22 @@ +diff -up qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro.qdoc3 qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro +--- qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro.qdoc3 2009-02-25 15:09:26.000000000 -0600 ++++ qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro 2009-03-04 09:30:05.000000000 -0600 +@@ -106,3 +106,7 @@ win32 { + QT_WINCONFIG = debug + } + } ++ ++TARGET= qdoc3 ++target.path = $$[QT_INSTALL_BINS] ++INSTALLS += target +diff -up qt-x11-opensource-src-4.5.0/tools/tools.pro.qdoc3 qt-x11-opensource-src-4.5.0/tools/tools.pro +--- qt-x11-opensource-src-4.5.0/tools/tools.pro.qdoc3 2009-02-25 15:09:27.000000000 -0600 ++++ qt-x11-opensource-src-4.5.0/tools/tools.pro 2009-03-04 09:44:18.000000000 -0600 +@@ -13,6 +13,7 @@ no-png { + SUBDIRS += designer + } + SUBDIRS += linguist ++ SUBDIRS += qdoc3 + wince*: SUBDIRS = qtestlib designer + unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig + win32:!wince*:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt |