diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-01-04 12:07:25 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-01-04 12:07:25 +0000 |
commit | fa4c7b76062d3b6e0f711206c938410881e1d887 (patch) | |
tree | f1183db9db6a046cc73ee1c72b2dd62df931bb95 /sci-visualization/udav/files | |
parent | Set QA_DT_HASH and QA_PRESTRIPPED instead of using RESTRICT="strip". (diff) | |
download | gentoo-2-fa4c7b76062d3b6e0f711206c938410881e1d887.tar.gz gentoo-2-fa4c7b76062d3b6e0f711206c938410881e1d887.tar.bz2 gentoo-2-fa4c7b76062d3b6e0f711206c938410881e1d887.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/udav/files')
-rw-r--r-- | sci-visualization/udav/files/udav-0.6-pro.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sci-visualization/udav/files/udav-0.6-pro.patch b/sci-visualization/udav/files/udav-0.6-pro.patch new file mode 100644 index 000000000000..78422a314c2e --- /dev/null +++ b/sci-visualization/udav/files/udav-0.6-pro.patch @@ -0,0 +1,39 @@ +diff -r -U2 udav-0.6.orig/src/src.pro udav-0.6/src/src.pro +--- udav-0.6.orig/src/src.pro 2009-12-24 18:38:09.000000000 +0100 ++++ udav-0.6/src/src.pro 2010-01-04 18:42:09.000000000 +0100 +@@ -1,3 +1,4 @@ +-DEFINES += MGL_DOC_DIR=\\\"$(MGLDOCDIR)\\\" ++DEFINES += MGL_DOC_DIR=\\\"/usr/share/doc/$(PF)/\\\" ++DEFINES += H5_USE_16_API + TEMPLATE = app + CONFIG += release \ +@@ -42,5 +43,5 @@ + ../INSTALL + RC_FILE = udav.rc +-target.path = /usr/local/bin/ ++target.path = /usr/bin/ + INSTALLS += target \ + help \ +@@ -56,8 +57,8 @@ + help.files += ../help/*.html + pics.files += ../help/pics/*.png +-help.path = /usr/local/share/doc/udav/ +-pics.path = /usr/local/share/doc/udav/pics/ +-icon.path = /usr/local/share/udav/ +-desc.path = /usr/local/share/applications/ ++help.path = /usr/share/doc/${PF}/ ++pics.path = /usr/share/doc/${PF}/pics/ ++icon.path = /usr/share/icons/hicolor/64x64/apps/ ++desc.path = /usr/share/applications/ + OTHER_FILES += ../ChangeLog.txt \ + ../TODO +diff -r -U2 udav-0.6.orig/UDAV.desktop udav-0.6/UDAV.desktop +--- udav-0.6.orig/UDAV.desktop 2009-12-24 18:38:13.000000000 +0100 ++++ udav-0.6/UDAV.desktop 2010-01-04 18:35:30.000000000 +0100 +@@ -4,5 +4,5 @@ + Type=Application + Terminal=false +-Icon=/usr/local/share/udav/udav.png ++Icon=/usr/share/icons/hicolor/64x64/apps/udav.png + Name=UDAV + Exec=udav |