This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
amarokFS/amarokFS-0.5-fedora_paths.patch
Francois Aucamp 19ba1402be - Update to version 0.5
- Removed "large_cover_images" patch; included upstream
- Removed "config_dialog_layout" patch; included upstream
- Updated "fedora_paths" patch
- Updated "start_amarok" patch
- Updated "theme_howto" patch
- Updated amarok integration script
2007-03-29 10:47:50 +00:00

66 lines
1.9 KiB
Diff

diff -uNr amarokFS-0.5/amarokFS-xml.pro amarokFS-0.5-mod/amarokFS-xml.pro
--- amarokFS-0.5/amarokFS-xml.pro 2007-03-19 14:17:58.000000000 +0200
+++ amarokFS-0.5-mod/amarokFS-xml.pro 2007-03-29 10:11:52.000000000 +0200
@@ -4,11 +4,7 @@
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
HEADERS = amfs-xml.h \
@@ -25,11 +21,7 @@
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/usr/lib/kde3
LIBS += -lkio
images.path = /usr/share/amarokFS/images
@@ -38,23 +30,16 @@
defaultTheme.path = /usr/share/amarokFS
defaultTheme.files = theme.xml
-target.path = /usr/local/bin
+target.path = /usr/bin
icon.files = amarokFS.png
-icon.path = /usr/share/icons/
+icon.path = /usr/share/icons/hicolor/128x128/apps
desktop.files = amarokFS.desktop
desktop.path = /usr/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
diff -uNr amarokFS-0.5/amfs-xml.cpp amarokFS-0.5-mod/amfs-xml.cpp
--- amarokFS-0.5/amfs-xml.cpp 2007-03-19 14:35:38.000000000 +0200
+++ amarokFS-0.5-mod/amfs-xml.cpp 2007-03-29 10:13:36.000000000 +0200
@@ -120,7 +120,7 @@
contextMenu->insertSeparator();
aboutAct = new QAction(tr("&About"), 0, this);
- aboutAct->setIconSet(QIconSet(QPixmap("/usr/share/icons/amarokFS.png")));
+ aboutAct->setIconSet(QIconSet(QPixmap("/usr/share/icons/hicolor/128x128/apps/amarokFS.png")));
aboutAct->setStatusTip(tr("Show About Dialog."));
connect(aboutAct, SIGNAL(activated()), this, SLOT(launchAbout()));
aboutAct->addTo(contextMenu);