summaryrefslogtreecommitdiff
path: root/dev-util/krazy2/files/install.sh.patch
diff options
context:
space:
mode:
authorMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-01-26 22:02:04 +0100
committerMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-01-26 22:02:04 +0100
commit804420c7108626ebd87e2ab6c15fd990b204a52d (patch)
treee9c773d5059adce409fc24ebdb020e440f521917 /dev-util/krazy2/files/install.sh.patch
parentc58abbe1eeaf2492ef4eba56695c7c6d8093436b (diff)
downloadkde-804420c7108626ebd87e2ab6c15fd990b204a52d.tar.gz
kde-804420c7108626ebd87e2ab6c15fd990b204a52d.tar.bz2
kde-804420c7108626ebd87e2ab6c15fd990b204a52d.zip
Added live krazy2 ebuild - code checker/QA by KDE team
Diffstat (limited to 'dev-util/krazy2/files/install.sh.patch')
-rw-r--r--dev-util/krazy2/files/install.sh.patch52
1 files changed, 52 insertions, 0 deletions
diff --git a/dev-util/krazy2/files/install.sh.patch b/dev-util/krazy2/files/install.sh.patch
new file mode 100644
index 00000000000..e0e0ff69a78
--- /dev/null
+++ b/dev-util/krazy2/files/install.sh.patch
@@ -0,0 +1,52 @@
+Index: install.sh
+===================================================================
+--- install.sh (revision 915464)
++++ install.sh (working copy)
+@@ -94,21 +94,6 @@
+ make realclean
+ cd ..
+
+-#install binary helper scripts
+-if ( test $EBN -eq 0 ) then
+- cd src/desktop-file-utils-0.14 && \
+- ./configure && make && \
+- cp -f ./src/desktop-file-validate $TOP/lib/krazy2/krazy-helpers && \
+- make distclean
+- cd ../..
+-else
+- if ( test ! -x /usr/local/bin/desktop-file-validate ) then
+- echo "Please install the desktop-file-utils package"
+- echo "Exiting $0"
+- exit 1
+- fi
+-fi
+-
+ #build and install non-binary plugins
+ cd plugins && \
+ make install PREFIX=$TOP && \
+@@ -121,25 +106,6 @@
+ make realclean
+ cd ..
+
+-#build and install (non-cppchecks) binary plugins
+-cd src && \
+-$QMAKE && \
+-make && \
+-make install INSTALL_ROOT=$TOP && \
+-make distclean
+-cd ..
+-
+-# build and install cppcheck plugins
+-cd cppchecks && \
+-mkdir -p build && \
+-cd build && \
+-cmake -DCMAKE_PREFIX_PATH=$TOP .. && \
+-make && \
+-make install
+-cd ..
+-rm -rf build
+-cd ..
+-
+ #install share stuff
+ mkdir -p $TOP/share/dtd
+ cd share && \