[BACK]Return to patch-goldendict_pro CVS log [TXT][DIR] Up to [local] / ports / textproc / goldendict / patches

Annotation of ports/textproc/goldendict/patches/patch-goldendict_pro, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- goldendict.pro.orig        Sun May 24 23:28:51 2009
                      3: +++ goldendict.pro     Fri Jun  4 13:43:14 2010
                      4: @@ -35,24 +35,20 @@ unix {
                      5:      LIBS += -lXtst
                      6:      PREFIX = $$(PREFIX)
                      7:      isEmpty( PREFIX ):PREFIX = /usr/local
                      8: -    DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/apps/goldendict/\\\"
                      9: +    isEmpty( DESKTOPDIR ):DESKTOPDIR = $$PREFIX/share/applications
                     10: +    isEmpty( ICONDIR ):ICONDIR = $$PREFIX/share/pixmaps
                     11: +    DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/goldendict/\\\"
                     12:      target.path = $$PREFIX/bin/
                     13: -    locale.path = $$PREFIX/share/apps/goldendict/locale/
                     14: +    locale.path = $$PREFIX/share/goldendict
                     15:      locale.files = locale/*.qm
                     16:      INSTALLS += target \
                     17:          locale
                     18: -    icons.path = /usr/share/pixmaps
                     19: -    icons.files = redist/icons/*.*
                     20: +    icons.path = $$ICONDIR
                     21: +    icons.files = redist/icons/goldendict.png
                     22:      INSTALLS += icons
                     23: -    icons2.path = /usr/share/app-install/icons
                     24: -    icons2.files = redist/icons/*.*
                     25: -    INSTALLS += icons2
                     26: -    desktops.path = /usr/share/applications
                     27: -    desktops.files = redist/*.desktop
                     28: +    desktops.path = $$DESKTOPDIR
                     29: +    desktops.files = redist/goldendict.desktop
                     30:      INSTALLS += desktops
                     31: -    desktops2.path = /usr/share/app-install/desktop
                     32: -    desktops2.files = redist/*.desktop
                     33: -    INSTALLS += desktops2
                     34:  }
                     35:  DEFINES += PROGRAM_VERSION=\\\"$$VERSION\\\"
                     36:

CVSweb