DEB tqt3: remove Qt/embedded related files

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/327/head
Michele Calgaro 1 month ago
parent cf2b2717c3
commit 355bec7df1
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -136,9 +136,7 @@ Designer or extend the Designer as well as utilizing the Qt Assistant by
calling it from within your program, install tqt3-apps-dev, which contains calling it from within your program, install tqt3-apps-dev, which contains
the static libraries and header files retquired for this functionality. the static libraries and header files retquired for this functionality.
For Embedded Developers, the program tqvfb (Qt Virtual Frambuffer) and For developers that work on migrating their program
maketqpf (embedded fonts tool)have been packaged into
qt3-dev-tools-embedded. For developers that work on migrating their program
from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find
additional tools in the tqt3-dev-tools-compat. additional tools in the tqt3-dev-tools-compat.

@ -261,21 +261,6 @@ Description: The TQt3 Configuration Application
CJK-fonts or other non-latin scripts, you will most likely want to CJK-fonts or other non-latin scripts, you will most likely want to
install this package. install this package.
Package: tqt3-dev-tools-embedded
Architecture: any
Multi-Arch: foreign
Section: devel
Replaces: tqt3-dev-tools-embedded (<< 4:14.0.0~)
Breaks: tqt3-dev-tools-embedded (<< 4:14.0.0~)
Recommends: libtqt3-mt-dev
Depends: ${shlibs:Depends}
Description: Tools to develop embedded TQt applications
This package contains applications only suitable for developing
applications with TQt Embedded and/or Qtopia. It provides the QVFB
program for simulating an embedded device desktop as well as maketqpf
for converting fonts to embedded fonts suitable for being utilized
by TQt Embedded applications.
Package: tqt3-dev-tools-compat Package: tqt3-dev-tools-compat
Architecture: any Architecture: any
Multi-Arch: foreign Multi-Arch: foreign

@ -254,7 +254,6 @@ usr/include/tqt3/tqvaluevector.h
usr/include/tqt3/ntqvariant.h usr/include/tqt3/ntqvariant.h
usr/include/tqt3/ntqvbox.h usr/include/tqt3/ntqvbox.h
usr/include/tqt3/ntqvbuttongroup.h usr/include/tqt3/ntqvbuttongroup.h
usr/include/tqt3/ntqvfbhdr.h
usr/include/tqt3/ntqvgroupbox.h usr/include/tqt3/ntqvgroupbox.h
usr/include/tqt3/ntqwaitcondition.h usr/include/tqt3/ntqwaitcondition.h
usr/include/tqt3/ntqwhatsthis.h usr/include/tqt3/ntqwhatsthis.h

@ -191,10 +191,6 @@ libqt-thread-stamp: post-patches
cd tools/designer/tools/tqtconv2ui && $(MAKE) cd tools/designer/tools/tqtconv2ui && $(MAKE)
cp bin/tqtconv2ui $(TMP_INSTALL)/usr/bin/tqtconv2ui cp bin/tqtconv2ui $(TMP_INSTALL)/usr/bin/tqtconv2ui
# build tqvfb
cd tools/tqvfb/ && $(MAKE)
cp tools/tqvfb/tqvfb $(TMP_INSTALL)/usr/bin/tqvfb
# install qmake.cache file # install qmake.cache file
install -d $(P_QTMTDEV)/usr/share/tqt3/ install -d $(P_QTMTDEV)/usr/share/tqt3/
cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache
@ -213,7 +209,7 @@ clean::
if [ -f "src/Makefile" ]; then \ if [ -f "src/Makefile" ]; then \
$(MAKE) -C src clean; $(MAKE) -C plugins/src distclean; $(MAKE) -C tools distclean; \ $(MAKE) -C src clean; $(MAKE) -C plugins/src distclean; $(MAKE) -C tools distclean; \
$(MAKE) -C tools/maketqpf distclean; $(MAKE) -C tools/qconfig distclean; $(MAKE) -C tools/tqvfb distclean; \ $(MAKE) -C tools/qconfig distclean; \
$(MAKE) -C tools/msg2tqm distclean; $(MAKE) -C tools/tqtmergetr distclean; $(MAKE) -C tools/qembed distclean; \ $(MAKE) -C tools/msg2tqm distclean; $(MAKE) -C tools/tqtmergetr distclean; $(MAKE) -C tools/qembed distclean; \
$(MAKE) -C tools/designer/tools/tqtconv2ui distclean; $(MAKE) -C tools/designer/tools/tqtcreatecw distclean; \ $(MAKE) -C tools/designer/tools/tqtconv2ui distclean; $(MAKE) -C tools/designer/tools/tqtcreatecw distclean; \
$(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \ $(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \
@ -403,11 +399,6 @@ binary-arch: build install
cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/tqt3/ cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/tqt3/
rm -rf `pwd`/debian/tqt3-apps-dev/usr/include/tqt3/preferences.ui.h rm -rf `pwd`/debian/tqt3-apps-dev/usr/include/tqt3/preferences.ui.h
## tqvfb package
install -m644 -D `pwd`/tools/tqvfb/pda.skin `pwd`/debian/tqt3-dev-tools-embedded/etc/tqt3/tqvfb/pda.skin
install -m644 -D `pwd`/tools/tqvfb/pda_down.png `pwd`/debian/tqt3-dev-tools-embedded/usr/share/tqvfb/pda_down.png
install -m644 -D `pwd`/tools/tqvfb/pda_up.png `pwd`/debian/tqt3-dev-tools-embedded/usr/share/tqvfb/pda_up.png
# remove utterly ugle symlink # remove utterly ugle symlink
rm -rf `pwd`/debian/tqt3-dev-tools//usr/share/tqt3/mkspecs/linux-g++/linux-g++ rm -rf `pwd`/debian/tqt3-dev-tools//usr/share/tqt3/mkspecs/linux-g++/linux-g++
@ -502,9 +493,6 @@ binary-arch: build install
# fix shlibdeps madness # fix shlibdeps madness
for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done
# fix conffiles file for tqt3-dev-tools-embedded
echo "/etc/tqt3/tqvfb/pda.skin" > `pwd`/debian/tqt3-dev-tools-embedded/DEBIAN/conffiles
dh_gencontrol -a $(IBASE) dh_gencontrol -a $(IBASE)
dh_md5sums -a $(IBASE) dh_md5sums -a $(IBASE)
dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS)

@ -1,2 +0,0 @@
/usr/bin/maketqpf /usr/share/tqt3/bin/maketqpf
/usr/bin/tqvfb /usr/share/tqt3/bin/tqvfb

@ -136,9 +136,7 @@ Designer or extend the Designer as well as utilizing the Qt Assistant by
calling it from within your program, install tqt3-apps-dev, which contains calling it from within your program, install tqt3-apps-dev, which contains
the static libraries and header files retquired for this functionality. the static libraries and header files retquired for this functionality.
For Embedded Developers, the program tqvfb (Qt Virtual Frambuffer) and For developers that work on migrating their program
maketqpf (embedded fonts tool)have been packaged into
qt3-dev-tools-embedded. For developers that work on migrating their program
from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find
additional tools in the tqt3-dev-tools-compat. additional tools in the tqt3-dev-tools-compat.

@ -262,21 +262,6 @@ Description: The TQt3 Configuration Application
CJK-fonts or other non-latin scripts, you will most likely want to CJK-fonts or other non-latin scripts, you will most likely want to
install this package. install this package.
Package: tqt3-dev-tools-embedded
Architecture: any
Multi-Arch: foreign
Section: devel
Replaces: tqt3-dev-tools-embedded (<< 4:14.0.0~)
Breaks: tqt3-dev-tools-embedded (<< 4:14.0.0~)
Recommends: libtqt3-mt-dev
Depends: ${shlibs:Depends}
Description: Tools to develop embedded TQt applications
This package contains applications only suitable for developing
applications with TQt Embedded and/or Qtopia. It provides the QVFB
program for simulating an embedded device desktop as well as maketqpf
for converting fonts to embedded fonts suitable for being utilized
by TQt Embedded applications.
Package: tqt3-dev-tools-compat Package: tqt3-dev-tools-compat
Architecture: any Architecture: any
Multi-Arch: foreign Multi-Arch: foreign

@ -254,7 +254,6 @@ usr/include/tqt3/tqvaluevector.h
usr/include/tqt3/ntqvariant.h usr/include/tqt3/ntqvariant.h
usr/include/tqt3/ntqvbox.h usr/include/tqt3/ntqvbox.h
usr/include/tqt3/ntqvbuttongroup.h usr/include/tqt3/ntqvbuttongroup.h
usr/include/tqt3/ntqvfbhdr.h
usr/include/tqt3/ntqvgroupbox.h usr/include/tqt3/ntqvgroupbox.h
usr/include/tqt3/ntqwaitcondition.h usr/include/tqt3/ntqwaitcondition.h
usr/include/tqt3/ntqwhatsthis.h usr/include/tqt3/ntqwhatsthis.h

@ -188,10 +188,6 @@ libqt-thread-stamp: post-patches
cd tools/designer/tools/tqtconv2ui && $(MAKE) cd tools/designer/tools/tqtconv2ui && $(MAKE)
cp bin/tqtconv2ui $(TMP_INSTALL)/usr/bin/tqtconv2ui cp bin/tqtconv2ui $(TMP_INSTALL)/usr/bin/tqtconv2ui
# build tqvfb
cd tools/tqvfb/ && $(MAKE)
cp tools/tqvfb/tqvfb $(TMP_INSTALL)/usr/bin/tqvfb
# install qmake.cache file # install qmake.cache file
install -d $(P_QTMTDEV)/usr/share/tqt3/ install -d $(P_QTMTDEV)/usr/share/tqt3/
cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache
@ -218,7 +214,7 @@ clean::
if [ -f "src/Makefile" ]; then \ if [ -f "src/Makefile" ]; then \
$(MAKE) -C src clean; $(MAKE) -C plugins/src distclean; $(MAKE) -C tools distclean; \ $(MAKE) -C src clean; $(MAKE) -C plugins/src distclean; $(MAKE) -C tools distclean; \
$(MAKE) -C tools/maketqpf distclean; $(MAKE) -C tools/qconfig distclean; $(MAKE) -C tools/tqvfb distclean; \ $(MAKE) -C tools/qconfig distclean; \
$(MAKE) -C tools/msg2tqm distclean; $(MAKE) -C tools/tqtmergetr distclean; $(MAKE) -C tools/qembed distclean; \ $(MAKE) -C tools/msg2tqm distclean; $(MAKE) -C tools/tqtmergetr distclean; $(MAKE) -C tools/qembed distclean; \
$(MAKE) -C tools/designer/tools/tqtconv2ui distclean; $(MAKE) -C tools/designer/tools/tqtcreatecw distclean; \ $(MAKE) -C tools/designer/tools/tqtconv2ui distclean; $(MAKE) -C tools/designer/tools/tqtcreatecw distclean; \
$(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \ $(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \
@ -409,11 +405,6 @@ binary-arch: build install
cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/tqt3/ cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/tqt3/
rm -rf `pwd`/debian/tqt3-apps-dev/usr/include/tqt3/preferences.ui.h rm -rf `pwd`/debian/tqt3-apps-dev/usr/include/tqt3/preferences.ui.h
## tqvfb package
install -m644 -D `pwd`/tools/tqvfb/pda.skin `pwd`/debian/tqt3-dev-tools-embedded/etc/tqt3/tqvfb/pda.skin
install -m644 -D `pwd`/tools/tqvfb/pda_down.png `pwd`/debian/tqt3-dev-tools-embedded/usr/share/tqvfb/pda_down.png
install -m644 -D `pwd`/tools/tqvfb/pda_up.png `pwd`/debian/tqt3-dev-tools-embedded/usr/share/tqvfb/pda_up.png
# remove utterly ugle symlink # remove utterly ugle symlink
rm -rf `pwd`/debian/tqt3-dev-tools//usr/share/tqt3/mkspecs/linux-g++/linux-g++ rm -rf `pwd`/debian/tqt3-dev-tools//usr/share/tqt3/mkspecs/linux-g++/linux-g++
@ -509,9 +500,6 @@ binary-arch: build install
# fix shlibdeps madness # fix shlibdeps madness
for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done
# fix conffiles file for tqt3-dev-tools-embedded
echo "/etc/tqt3/tqvfb/pda.skin" > `pwd`/debian/tqt3-dev-tools-embedded/DEBIAN/conffiles
dh_gencontrol -a $(IBASE) dh_gencontrol -a $(IBASE)
dh_md5sums -a $(IBASE) dh_md5sums -a $(IBASE)
dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS)

@ -1,2 +0,0 @@
/usr/bin/maketqpf /usr/share/tqt3/bin/maketqpf
/usr/bin/tqvfb /usr/share/tqt3/bin/tqvfb

@ -136,9 +136,7 @@ Designer or extend the Designer as well as utilizing the Qt Assistant by
calling it from within your program, install tqt3-apps-dev, which contains calling it from within your program, install tqt3-apps-dev, which contains
the static libraries and header files retquired for this functionality. the static libraries and header files retquired for this functionality.
For Embedded Developers, the program tqvfb (Qt Virtual Frambuffer) and For developers that work on migrating their program
maketqpf (embedded fonts tool)have been packaged into
qt3-dev-tools-embedded. For developers that work on migrating their program
from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find
additional tools in the tqt3-dev-tools-compat. additional tools in the tqt3-dev-tools-compat.

@ -261,21 +261,6 @@ Description: The TQt3 Configuration Application
CJK-fonts or other non-latin scripts, you will most likely want to CJK-fonts or other non-latin scripts, you will most likely want to
install this package. install this package.
Package: tqt3-dev-tools-embedded
Architecture: any
Multi-Arch: foreign
Section: devel
Replaces: tqt3-dev-tools-embedded (<< 4:14.0.0~)
Breaks: tqt3-dev-tools-embedded (<< 4:14.0.0~)
Recommends: libtqt3-mt-dev
Depends: ${shlibs:Depends}
Description: Tools to develop embedded TQt applications
This package contains applications only suitable for developing
applications with TQt Embedded and/or Qtopia. It provides the QVFB
program for simulating an embedded device desktop as well as maketqpf
for converting fonts to embedded fonts suitable for being utilized
by TQt Embedded applications.
Package: tqt3-dev-tools-compat Package: tqt3-dev-tools-compat
Architecture: any Architecture: any
Multi-Arch: foreign Multi-Arch: foreign

@ -254,7 +254,6 @@ usr/include/tqt3/tqvaluevector.h
usr/include/tqt3/ntqvariant.h usr/include/tqt3/ntqvariant.h
usr/include/tqt3/ntqvbox.h usr/include/tqt3/ntqvbox.h
usr/include/tqt3/ntqvbuttongroup.h usr/include/tqt3/ntqvbuttongroup.h
usr/include/tqt3/ntqvfbhdr.h
usr/include/tqt3/ntqvgroupbox.h usr/include/tqt3/ntqvgroupbox.h
usr/include/tqt3/ntqwaitcondition.h usr/include/tqt3/ntqwaitcondition.h
usr/include/tqt3/ntqwhatsthis.h usr/include/tqt3/ntqwhatsthis.h

@ -191,10 +191,6 @@ libqt-thread-stamp: post-patches
cd tools/designer/tools/tqtconv2ui && $(MAKE) cd tools/designer/tools/tqtconv2ui && $(MAKE)
cp bin/tqtconv2ui $(TMP_INSTALL)/usr/bin/tqtconv2ui cp bin/tqtconv2ui $(TMP_INSTALL)/usr/bin/tqtconv2ui
# build tqvfb
cd tools/tqvfb/ && $(MAKE)
cp tools/tqvfb/tqvfb $(TMP_INSTALL)/usr/bin/tqvfb
# install qmake.cache file # install qmake.cache file
install -d $(P_QTMTDEV)/usr/share/tqt3/ install -d $(P_QTMTDEV)/usr/share/tqt3/
cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache
@ -213,7 +209,7 @@ clean::
if [ -f "src/Makefile" ]; then \ if [ -f "src/Makefile" ]; then \
$(MAKE) -C src clean; $(MAKE) -C plugins/src distclean; $(MAKE) -C tools distclean; \ $(MAKE) -C src clean; $(MAKE) -C plugins/src distclean; $(MAKE) -C tools distclean; \
$(MAKE) -C tools/maketqpf distclean; $(MAKE) -C tools/qconfig distclean; $(MAKE) -C tools/tqvfb distclean; \ $(MAKE) -C tools/qconfig distclean; \
$(MAKE) -C tools/msg2tqm distclean; $(MAKE) -C tools/tqtmergetr distclean; $(MAKE) -C tools/qembed distclean; \ $(MAKE) -C tools/msg2tqm distclean; $(MAKE) -C tools/tqtmergetr distclean; $(MAKE) -C tools/qembed distclean; \
$(MAKE) -C tools/designer/tools/tqtconv2ui distclean; $(MAKE) -C tools/designer/tools/tqtcreatecw distclean; \ $(MAKE) -C tools/designer/tools/tqtconv2ui distclean; $(MAKE) -C tools/designer/tools/tqtcreatecw distclean; \
$(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \ $(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \
@ -403,11 +399,6 @@ binary-arch: build install
cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/tqt3/ cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/tqt3/
rm -rf `pwd`/debian/tqt3-apps-dev/usr/include/tqt3/preferences.ui.h rm -rf `pwd`/debian/tqt3-apps-dev/usr/include/tqt3/preferences.ui.h
## tqvfb package
install -m644 -D `pwd`/tools/tqvfb/pda.skin `pwd`/debian/tqt3-dev-tools-embedded/etc/tqt3/tqvfb/pda.skin
install -m644 -D `pwd`/tools/tqvfb/pda_down.png `pwd`/debian/tqt3-dev-tools-embedded/usr/share/tqvfb/pda_down.png
install -m644 -D `pwd`/tools/tqvfb/pda_up.png `pwd`/debian/tqt3-dev-tools-embedded/usr/share/tqvfb/pda_up.png
# remove utterly ugle symlink # remove utterly ugle symlink
rm -rf `pwd`/debian/tqt3-dev-tools//usr/share/tqt3/mkspecs/linux-g++/linux-g++ rm -rf `pwd`/debian/tqt3-dev-tools//usr/share/tqt3/mkspecs/linux-g++/linux-g++
@ -502,9 +493,6 @@ binary-arch: build install
# fix shlibdeps madness # fix shlibdeps madness
for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done
# fix conffiles file for tqt3-dev-tools-embedded
echo "/etc/tqt3/tqvfb/pda.skin" > `pwd`/debian/tqt3-dev-tools-embedded/DEBIAN/conffiles
dh_gencontrol -a $(IBASE) dh_gencontrol -a $(IBASE)
dh_md5sums -a $(IBASE) dh_md5sums -a $(IBASE)
dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS)

@ -1,2 +0,0 @@
/usr/bin/maketqpf /usr/share/tqt3/bin/maketqpf
/usr/bin/tqvfb /usr/share/tqt3/bin/tqvfb
Loading…
Cancel
Save