|
|
@ -1,5 +1,8 @@
|
|
|
|
#!/usr/bin/make -f
|
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Currently is not possible to build piklab with --enable-final
|
|
|
|
|
|
|
|
DEB_BUILD_OPTIONS += noopt
|
|
|
|
|
|
|
|
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
include debian/cdbs/debian-tde.mk
|
|
|
|
include debian/cdbs/debian-tde.mk
|
|
|
|
|
|
|
|
|
|
|
@ -8,8 +11,6 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
|
|
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
|
|
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
|
|
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
|
|
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_DESTDIR = $(CURDIR)/debian/krusader-trinity/
|
|
|
|
DEB_DESTDIR = $(CURDIR)/debian/krusader-trinity/
|
|
|
|
|
|
|
|
|
|
|
|
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
|
|
|
|
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
|
|
|
@ -17,23 +18,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit
|
|
|
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
|
|
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
|
|
|
&& echo xz || echo bzip2)
|
|
|
|
&& echo xz || echo bzip2)
|
|
|
|
|
|
|
|
|
|
|
|
post-patches:: debian/stamp-bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
debian/stamp-bootstrap:
|
|
|
|
|
|
|
|
ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
|
|
|
|
|
|
|
|
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
|
|
|
|
|
|
|
|
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
|
|
|
|
|
|
|
|
cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make -f admin/Makefile.common cvs
|
|
|
|
|
|
|
|
touch debian/stamp-bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install/krusader-trinity::
|
|
|
|
install/krusader-trinity::
|
|
|
|
# install xpm files used by menu
|
|
|
|
# install xpm files used by menu
|
|
|
|
install -D -p -m0644 pics/cr16-app-krusader_root.xpm \
|
|
|
|
install -D -p -m0644 pics/cr16-app-krusader_root.xpm \
|
|
|
|