summaryrefslogtreecommitdiff
path: root/audio/amarok-fs/files/patch-amarokFS-xml.pro
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2007-07-04 20:08:47 +0000
committerDavid Thiel <lx@FreeBSD.org>2007-07-04 20:08:47 +0000
commit2d25ed8750a985bf3b6e72c5450e52cc18782385 (patch)
tree2f64ebadaadea98ac3cfb2d1082ac8effa1ec34a /audio/amarok-fs/files/patch-amarokFS-xml.pro
parentRemoving to get rid of uppercase chars in port name. (diff)
Moving from amarokFS to amarok-fs.
Notes
Notes: svn path=/head/; revision=194946
Diffstat (limited to 'audio/amarok-fs/files/patch-amarokFS-xml.pro')
-rw-r--r--audio/amarok-fs/files/patch-amarokFS-xml.pro63
1 files changed, 63 insertions, 0 deletions
diff --git a/audio/amarok-fs/files/patch-amarokFS-xml.pro b/audio/amarok-fs/files/patch-amarokFS-xml.pro
new file mode 100644
index 000000000000..38111625c719
--- /dev/null
+++ b/audio/amarok-fs/files/patch-amarokFS-xml.pro
@@ -0,0 +1,63 @@
+--- amarokFS-xml.pro.orig Mon Mar 19 08:17:58 2007
++++ amarokFS-xml.pro Wed Jun 20 17:23:39 2007
+@@ -3,13 +3,9 @@
+
+ CONFIG += qt warn_on release
+
+-INCLUDEPATH += /usr/include/kde
+-INCLUDEPATH += /usr/local/include/kde
+-INCLUDEPATH += /usr/include
+-INCLUDEPATH += /opt/kde3/include
+-INCLUDEPATH += /opt/kde/include
+-INCLUDEPATH += /usr/kde/3.5/include
+-
++INCLUDEPATH += /usr/include/
++INCLUDEPATH += ${LOCALBASE}/include/
++INCLUDEPATH += ${LOCALBASE}/include/X11
+
+ HEADERS = amfs-xml.h \
+ cb.h \
+@@ -25,36 +21,27 @@
+ label-pixmap.cpp
+
+ LIBS += -lkdecore
+-LIBS += -L/opt/kde3/lib
+-LIBS += -L/usr/local/kde3/lib
+-LIBS += -L/usr/lib/qt3
+-LIBS += -L/opt/kde/lib
+-LIBS += -L/usr/kde/3.5/lib
++LIBS += -L${LOCALBASE}/lib
++LIBS += -L${LOCALBASE}/lib/X11
+ LIBS += -lkio
+
+-images.path = /usr/share/amarokFS/images
++images.path = ${PREFIX}/share/amarokFS/images
+ images.files = images/*
+
+-defaultTheme.path = /usr/share/amarokFS
++defaultTheme.path = ${PREFIX}/share/amarokFS
+ defaultTheme.files = theme.xml
+
+-target.path = /usr/local/bin
++target.path = ${PREFIX}/bin
+
+ icon.files = amarokFS.png
+-icon.path = /usr/share/icons/
++icon.path = ${PREFIX}/share/icons/hicolor/128x128/apps/
+
+ desktop.files = amarokFS.desktop
+-desktop.path = /usr/share/applications/
++desktop.path = ${PREFIX}/share/applications/
+
+-docs.files = README
+-docs.files += theme-howto.txt
+-docs.path = /usr/share/doc/amarokFS
+-
+-
+ INSTALLS += target
+ INSTALLS += images
+ INSTALLS += desktop
+ INSTALLS += icon
+ INSTALLS += defaultTheme
+-INSTALLS += docs
+