diff options
author | Slávek Banko <[email protected]> | 2014-01-25 03:52:11 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-01-25 03:52:11 +0100 |
commit | 5b6037db4654b5ff585466a0097faf7f38a76fcd (patch) | |
tree | 9787225d0879f94918301043b598b2e1e0d181c2 /ubuntu/precise/tdebase/debian/rules | |
parent | f1a07f9bc2d63e7760411e23f588c78bf4449aa7 (diff) | |
download | tde-packaging-5b6037db4654b5ff585466a0097faf7f38a76fcd.tar.gz tde-packaging-5b6037db4654b5ff585466a0097faf7f38a76fcd.zip |
Finish moving kinfocenter files to kcontrol in tdebase on Debian and Ubuntu
Diffstat (limited to 'ubuntu/precise/tdebase/debian/rules')
-rwxr-xr-x | ubuntu/precise/tdebase/debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ubuntu/precise/tdebase/debian/rules b/ubuntu/precise/tdebase/debian/rules index d33ef8289..44308e2c2 100755 --- a/ubuntu/precise/tdebase/debian/rules +++ b/ubuntu/precise/tdebase/debian/rules @@ -27,7 +27,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" \ -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" \ - -DAUTODETECT_QT_DIRS="ON" \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_SKIP_RPATH="OFF" \ @@ -79,7 +78,7 @@ DEB_DH_STRIP_ARGS := --dbg-package=tdebase-trinity-dbg DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) -DOC_HTML_PRUNE := kinfocenter ksplashml kcontrol khelpcenter tdesu knetattach tdeioslave kxkb tdedebugdialog kdcop +DOC_HTML_PRUNE := ksplashml kcontrol khelpcenter tdesu knetattach tdeioslave kxkb tdedebugdialog kdcop PACKAGES_WITH_LIBS := kate-trinity kcontrol-trinity tdebase-trinity-bin kicker-trinity konqueror-trinity ksplash-trinity \ ksysguard-trinity twin-trinity libkonq4-trinity |