File albumshaper-project.patch of Package albumshaper
Index: AlbumShaper.pro
===================================================================
--- AlbumShaper.pro.orig
+++ AlbumShaper.pro
@@ -20,13 +20,13 @@
#-------------------------------------------------------
win32:BIN_DIR = AlbumShaper.win
mac:BUNDLE_DIR = build/AlbumShaper.app
-!mac:unix:BIN_DIR = /usr/bin
+!mac:unix:BIN_DIR = $${BUNDLE_DIR}/usr/bin
#Directory translations, button icons, etc will be installed
#-------------------------------------------------------
win32:DATA_DIR = AlbumShaper.win
mac:DATA_DIR = $${BUNDLE_DIR}/Contents/Resources
-!mac:unix:DATA_DIR = /usr/share/albumshaper
+!mac:unix:DATA_DIR = $${BUNDLE_DIR}/usr/share/albumshaper
#===========================================================================================
#===========================================================================================
@@ -46,7 +46,7 @@ mac:DATA_DIR = $${BUNDLE_DIR}/Cont
#CONFIG += static
#Comment this line in if you want to compile using debugging symbols
-#CONFIG += debug
+#CONFIG += debug
#------------ Linux/FreeBSD Include Paths + Linking Options ---------------
!mac:unix {
@@ -197,9 +197,6 @@ contains(CONFIG, static):contains( CONFI
#Optimize compiled files for speed
QMAKE_CFLAGS_RELEASE += -Os
QMAKE_CXXFLAGS_RELEASE += -Os
-
- #Strip debug symbols from linked binaries - optionnot supported by nmake/vc6
- unix:QMAKE_LFLAGS_RELEASE += -s
}
# Define preprocessor variables specifying where items will be installed. This is