blob: 5d337bfaba338187e2edb6f7697c6cb5b68a0dcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/debian-qt-kde.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.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 := --without-xmms --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --mandir=/opt/trinity/share/man
DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg
DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter
binary-install/konq-plugins-trinity::
mkdir -p debian/konq-plugins-trinity/opt/trinity/share/
# mv -f debian/konq-plugins-trinity/opt/trinity/share/man debian/konq-plugins-trinity/opt/trinity/share/
# rm -rf debian/konq-plugins-trinity/opt/trinity/share/man
# mv -f debian/konq-plugins-trinity/opt/trinity/share/man/py/man1/exif.1 \
# debian/konq-plugins-trinity/opt/trinity/share/man/man1/exif.py.1; \
# mv -f debian/konq-plugins-trinity/opt/trinity/share/man/py/man1/orient.1 \
# debian/konq-plugins-trinity/opt/trinity/share/man/man1/orient.py.1; \
# rm -rf debian/konq-plugins-trinity/opt/trinity/share/man/py;
binary-install/tdeaddons-kfile-plugins-trinity::
install -p -D -m644 renamedlgplugins/README \
debian/tdeaddons-kfile-plugins-trinity/opt/trinity/share/doc/tdeaddons-kfile-plugins/README.renamedlgplugins
binary-install/knewsticker-scripts-trinity::
chmod 755 debian/knewsticker-scripts-trinity/opt/trinity/share/apps/knewsticker/scripts/*.pl
chmod 755 debian/knewsticker-scripts-trinity/opt/trinity/share/apps/knewsticker/scripts/*.py
binary-install/kate-plugins-trinity::
chmod 755 debian/kate-plugins-trinity/opt/trinity/share/apps/kate/scripts/html-tidy.sh
install/konq-plugins-trinity::
rm -f debian/tmp/opt/trinity/share/apps/konqueror/servicemenus/media_realfolder.desktop
|