kde-4: Removed unused builders

svn path=/nixpkgs/branches/stdenv-updates/; revision=9948
This commit is contained in:
Yury G. Kudryashov 2007-12-15 23:49:06 +00:00
parent 70c3785081
commit c9982118fc
3 changed files with 0 additions and 33 deletions

View file

@ -1,10 +0,0 @@
source ${stdenv}/setup
myPatchPhase()
{
# They reset CMAKE_MODULE_PATH, not adding to the existing
sed -e '3s/)/ ${CMAKE_MODULE_PATH})/' -i ../CMakeLists.txt
}
patchPhase=myPatchPhase
genericBuild

View file

@ -1,12 +0,0 @@
source ${stdenv}/setup
myPatchPhase()
{
echo "Fixing dbus calls in CMakeLists.txt files"
# Trailing slash in sed is essential
find .. -name CMakeLists.txt \
| xargs sed -e "s@\${DBUS_INTERFACES_INSTALL_DIR}/@${kdelibs}/share/dbus-1/interfaces/@" -i
#sed -e '/^#define HAS_RANDR_1_2 1$/d' -i ../workspace/kcontrol/randr/randr.h
}
patchPhase=myPatchPhase
genericBuild

View file

@ -1,11 +0,0 @@
source ${stdenv}/setup
myPatchPhase()
{
echo "Fixing dbus calls in CMakeLists.txt files"
# Trailing slash in sed is essential
find .. -name CMakeLists.txt \
| xargs sed -e "s@\${DBUS_INTERFACES_INSTALL_DIR}/@${kdelibs}/share/dbus-1/interfaces/@" -i
}
patchPhase=myPatchPhase
genericBuild