Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 355937
Collapse All | Expand All

(-)Synkron-1.6.2-src-orig//Synkron.pro (+15 lines)
Lines 43-48 Link Here
43
unix:!macx {
43
unix:!macx {
44
     DEFINES += USE_UNIX_TOUCH_COMMAND
44
     DEFINES += USE_UNIX_TOUCH_COMMAND
45
     TARGET = synkron
45
     TARGET = synkron
46
     
47
     isEmpty(prefix):prefix = /usr/local
48
     isEmpty(PREFIX):PREFIX = $$prefix
49
     BINDIR = $$PREFIX/bin
50
     DATADIR = $$PREFIX/share
51
52
     INSTALLS = target \
53
                desktop \
54
                pixmaps \
55
56
     target.path = $$BINDIR
57
     desktop.path = $$DATADIR/applications/
58
     desktop.files += $${TARGET}.desktop
59
     pixmaps.path = $$DATADIR/pixmaps/
60
     pixmaps.files += images/Synkron128.png
46
}
61
}
47
macx {
62
macx {
48
     # Comment the following line to use the NSFileManager class
63
     # Comment the following line to use the NSFileManager class
(-)Synkron-1.6.2-src-orig//synkron.desktop (+11 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Type=Application
3
Icon=Synkron128
4
Name=Synkron
5
Comment=A folder synchronization tool
6
Comment[ru]=Средство для синхронизации папок
7
Comment[uk]=Засіб синхронізації тек
8
Categories=Utility;
9
Exec=synkron
10
StartupNotify=false
11
Terminal=false

Return to bug 355937