[Lunar-commits] <moonbase> pacpl: Just a little tweaking.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 24 21:51:12 CEST 2010
commit f63b24eb520fda71c8704187b861f7410091830a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 24 15:51:12 2010 -0400
pacpl: Just a little tweaking.
---
audio/pacpl/BUILD | 31 ++++++++++++-------------------
audio/pacpl/CONFIGURE | 2 +-
2 files changed, 13 insertions(+), 20 deletions(-)
diff --git a/audio/pacpl/BUILD b/audio/pacpl/BUILD
index 4993cd8..87ebdfc 100644
--- a/audio/pacpl/BUILD
+++ b/audio/pacpl/BUILD
@@ -1,32 +1,25 @@
(
+ if [ f /usr/share/apps/amarok/scripts/pacx ] ; then
+ rm /usr/share/apps/amarok/scripts/pacx &&
+ mkdir /usr/share/apps/amarok/scripts/pacx
+ fi &&
+
if in_depends $MODULE kdebase4 && [ "$DOLPHIN" == "y" ] ; then
- . /etc/profile.d/qt4.rc
- . /etc/profile.d/kde4.rc
+ . /etc/profile.d/qt4.rc &&
+ . /etc/profile.d/kde4.rc
fi &&
if in_depends $MODULE kdebase4 && [ "$KONQPLUG" == "y" ] ; then
- . /etc/profile.d/qt4.rc
- . /etc/profile.d/kde4.rc
+ . /etc/profile.d/qt4.rc &&
+ . /etc/profile.d/kde4.rc
fi &&
if in_depends $MODULE kdebase4 && [ "$AMAROK4" == "y" ] ; then
- . /etc/profile.d/qt4.rc
- . /etc/profile.d/kde4.rc
- fi &&
-
- default_build &&
-
- if [ "$DOLPHIN" == "y" ] ; then
- install plugins/dolphin/pacpl.desktop $MODULE_PREFIX/share/kde4/services/ServiceMenus/
- fi &&
-
- if [ "$KONQPLUG" == "y" ] ; then
- install plugins/konqueror/pacpl.desktop $MODULE_PREFIX/share/kde4/services/ServiceMenus/
+ . /etc/profile.d/qt4.rc &&
+ . /etc/profile.d/kde4.rc
fi &&
- if [ "$AMAROK4" == "y" ] ; then
- install plugins/amarok/pacx $MODULE_PREFIX/share/apps/amarok/scripts/
- fi
+ default_build
) > $C_FIFO 2>&1
diff --git a/audio/pacpl/CONFIGURE b/audio/pacpl/CONFIGURE
index e14b701..8bf02b1 100644
--- a/audio/pacpl/CONFIGURE
+++ b/audio/pacpl/CONFIGURE
@@ -1,3 +1,3 @@
-mquery DOLPHIN "Enable KDE4 Dolphin plugin support?" y "--with-dolphin --with-d3lphin" "--without-dolphin --without-d3lphin"
+mquery DOLPHIN "Enable KDE4 Dolphin plugin support?" y "--with-dolphin --without-d3lphin" "--without-dolphin --without-d3lphin"
mquery KONQPLUG "Enable KDE4 Konqueror plugin support?" y "--with-konq" "--without-konq"
mquery AMAROK4 "Enable Amarok4 plugin support?" y "--with-amarok" "--without-amarok"
More information about the Lunar-commits
mailing list