mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
kde-4: Removed unused builders
svn path=/nixpkgs/branches/stdenv-updates/; revision=9948
This commit is contained in:
parent
70c3785081
commit
c9982118fc
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user