[Lunar-commits] <moonbase> pacpl: Erm dunno why I left that crap in there.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 24 22:07:52 CEST 2010
commit b8ef3df5ec7450a6b2eedff51e2d756c901a9fc4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 24 16:07:52 2010 -0400
pacpl: Erm dunno why I left that crap in there.
---
audio/pacpl/BUILD | 30 +++---------------------------
1 files changed, 3 insertions(+), 27 deletions(-)
diff --git a/audio/pacpl/BUILD b/audio/pacpl/BUILD
index 4993cd8..a990942 100644
--- a/audio/pacpl/BUILD
+++ b/audio/pacpl/BUILD
@@ -1,32 +1,8 @@
(
- if in_depends $MODULE kdebase4 && [ "$DOLPHIN" == "y" ] ; then
- . /etc/profile.d/qt4.rc
- . /etc/profile.d/kde4.rc
- fi &&
+ . /etc/profile.d/qt4.rc &&
+ . /etc/profile.d/kde4.rc &&
- if in_depends $MODULE kdebase4 && [ "$KONQPLUG" == "y" ] ; then
- . /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/
- fi &&
-
- if [ "$AMAROK4" == "y" ] ; then
- install plugins/amarok/pacx $MODULE_PREFIX/share/apps/amarok/scripts/
- fi
+ default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list