Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67173 | Differences between
and this patch

Collapse All | Expand All

(-)kdocker.pro.orig (-3 / +3 lines)
Lines 4-10 Link Here
4
LIBPATH += /usr/X11/lib /usr/X11R6/lib
4
LIBPATH += /usr/X11/lib /usr/X11R6/lib
5
LIBS = -lX11 -lXpm -lXmu
5
LIBS = -lX11 -lXpm -lXmu
6
TARGET = kdocker
6
TARGET = kdocker
7
INSTALL_PATH = /usr/local/share/kdocker
7
INSTALL_PATH = /usr/share/kdocker
8
DOCS_PATH = $$INSTALL_PATH/docs
8
DOCS_PATH = $$INSTALL_PATH/docs
9
9
10
# Defines
10
# Defines
Lines 27-35 Link Here
27
desktop.path = /usr/share/applications
27
desktop.path = /usr/share/applications
28
desktop.files = kdocker.desktop
28
desktop.files = kdocker.desktop
29
29
30
target.path = /usr/local/bin
30
target.path = /usr/bin
31
31
32
INSTALLS += target icons docs translations desktop
32
INSTALLS += target icons desktop
33
33
34
# Input
34
# Input
35
HEADERS += src/customtraylabel.h \
35
HEADERS += src/customtraylabel.h \

Return to bug 67173