summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/kio-umountwrapper/debian/rules
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-06 14:38:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-06 14:38:41 -0600
commite473251d6d5a894f939a57e580e38e9e96b9cd69 (patch)
treed28b7cf287c6fcd65ebdb01573389885e2133ebc /debian/wheezy/applications/kio-umountwrapper/debian/rules
parent309f28e865c2733f3752110254ba8c227b980876 (diff)
downloadtde-packaging-e473251d6d5a894f939a57e580e38e9e96b9cd69.tar.gz
tde-packaging-e473251d6d5a894f939a57e580e38e9e96b9cd69.zip
Update Debian and Ubuntu packaging to match new module names
Diffstat (limited to 'debian/wheezy/applications/kio-umountwrapper/debian/rules')
-rwxr-xr-xdebian/wheezy/applications/kio-umountwrapper/debian/rules49
1 files changed, 0 insertions, 49 deletions
diff --git a/debian/wheezy/applications/kio-umountwrapper/debian/rules b/debian/wheezy/applications/kio-umountwrapper/debian/rules
deleted file mode 100755
index ddfd17b35..000000000
--- a/debian/wheezy/applications/kio-umountwrapper/debian/rules
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include debian/cdbs/kde.mk
-
-DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
-DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
-DEB_CONFIGURE_PREFIX := /opt/trinity
-DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
-
-cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
-
-DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
-
-DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
- && echo xz || echo bzip2)
-
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
- ! [ -f /usr/share/libtool/ltmain.sh ] || \
- cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
- ! [ -f /usr/share/libtool/config/ltmain.sh ] || \
- cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
- cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
- make -f admin/Makefile.common cvs
- touch debian/stamp-bootstrap
-
-common-post-build-arch::
- XGETTEXT=/usr/bin/kde-xgettext sh admin/cvs.sh extract-messages
-
-install/tdeio-umountwrapper-trinity::
- mkdir -p $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/konqueror/servicemenus/
- cp $(CURDIR)/debian/media_safelyremove.desktop \
- $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/konqueror/servicemenus/
-
- mkdir -p $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/dolphin/servicemenus/
- cp $(CURDIR)/debian/media_safelyremove.desktop \
- $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/dolphin/servicemenus/
-
- mkdir -p $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/d3lphin/servicemenus/
- cp $(CURDIR)/debian/media_safelyremove.desktop \
- $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/d3lphin/servicemenus/
-clean::
- rm -rf $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/
- rm -f po/*.pot
-