|
|
@ -33,16 +33,12 @@ install/tde-guidance-trinity::
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/32x32/apps/disksfilesystems.png
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/32x32/apps/disksfilesystems.png
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-user.png \
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-user.png \
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/32x32/apps/userconfig.png
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/32x32/apps/userconfig.png
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/32-wine.png \
|
|
|
|
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/32x32/apps/wineconfig.png
|
|
|
|
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/usr/share/icons/crystalsvg/16x16/apps/daemons.png \
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/usr/share/icons/crystalsvg/16x16/apps/daemons.png \
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/16x16/apps/daemons.png
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/16x16/apps/daemons.png
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/usr/share/icons/crystalsvg/16x16/apps/disksfilesystems.png \
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/usr/share/icons/crystalsvg/16x16/apps/disksfilesystems.png \
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/16x16/apps/disksfilesystems.png
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/16x16/apps/disksfilesystems.png
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/usr/share/icons/crystalsvg/16x16/apps/userconfig.png \
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/usr/share/icons/crystalsvg/16x16/apps/userconfig.png \
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/16x16/apps/userconfig.png
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/16x16/apps/userconfig.png
|
|
|
|
install -D -p -m0644 $(DEB_DESTDIR)/usr/share/icons/crystalsvg/16x16/apps/wineconfig.png \
|
|
|
|
|
|
|
|
$(DEB_DESTDIR)/opt/trinity/share/icons/crystalsvg/16x16/apps/wineconfig.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# install lintian overrides
|
|
|
|
# install lintian overrides
|
|
|
|
install -D -p -m0644 debian/tde-guidance-trinity.lintian-overrides \
|
|
|
|
install -D -p -m0644 debian/tde-guidance-trinity.lintian-overrides \
|
|
|
@ -51,15 +47,11 @@ install/tde-guidance-trinity::
|
|
|
|
# fix binary-or-shlib-defines-rpath
|
|
|
|
# fix binary-or-shlib-defines-rpath
|
|
|
|
chrpath -d $(DEB_DESTDIR)/opt/trinity/lib/trinity/kcm_*.so*
|
|
|
|
chrpath -d $(DEB_DESTDIR)/opt/trinity/lib/trinity/kcm_*.so*
|
|
|
|
|
|
|
|
|
|
|
|
# fix executable-not-elf-or-script
|
|
|
|
|
|
|
|
chmod 0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/kdewinewizard.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# fix the link properly
|
|
|
|
# fix the link properly
|
|
|
|
mkdir -p debian/tde-guidance-trinity/opt/trinity/bin
|
|
|
|
mkdir -p debian/tde-guidance-trinity/opt/trinity/bin
|
|
|
|
(cd debian/tde-guidance-trinity/opt/trinity/bin; ln -sf $(GUIDANCE_INST_PATH)/mountconfig.py mountconfig)
|
|
|
|
(cd debian/tde-guidance-trinity/opt/trinity/bin; ln -sf $(GUIDANCE_INST_PATH)/mountconfig.py mountconfig)
|
|
|
|
(cd debian/tde-guidance-trinity/opt/trinity/bin; ln -sf $(GUIDANCE_INST_PATH)/serviceconfig.py serviceconfig)
|
|
|
|
(cd debian/tde-guidance-trinity/opt/trinity/bin; ln -sf $(GUIDANCE_INST_PATH)/serviceconfig.py serviceconfig)
|
|
|
|
(cd debian/tde-guidance-trinity/opt/trinity/bin; ln -sf $(GUIDANCE_INST_PATH)/userconfig.py userconfig)
|
|
|
|
(cd debian/tde-guidance-trinity/opt/trinity/bin; ln -sf $(GUIDANCE_INST_PATH)/userconfig.py userconfig)
|
|
|
|
(cd debian/tde-guidance-trinity/opt/trinity/bin; ln -sf $(GUIDANCE_INST_PATH)/wineconfig.py wineconfig)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# move python modules in PYSUPPORT_PATH
|
|
|
|
# move python modules in PYSUPPORT_PATH
|
|
|
|
mkdir -p $(PYSUPPORT_PATH)
|
|
|
|
mkdir -p $(PYSUPPORT_PATH)
|
|
|
@ -72,7 +64,6 @@ install/tde-guidance-trinity::
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/sizeview.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/sizeview.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/unixauthdb.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/unixauthdb.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/userconfig.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/userconfig.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/wineconfig.py $(PYSUPPORT_PATH)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# fix script-not-executable
|
|
|
|
# fix script-not-executable
|
|
|
|
chmod 0755 $(PYSUPPORT_PATH)/fuser.py
|
|
|
|
chmod 0755 $(PYSUPPORT_PATH)/fuser.py
|
|
|
@ -89,9 +80,6 @@ binary-install/tde-guidance-trinity::
|
|
|
|
install/guidance-backends-trinity::
|
|
|
|
install/guidance-backends-trinity::
|
|
|
|
mkdir -p $(PYSUPPORT_PATH)
|
|
|
|
mkdir -p $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/MicroHAL.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/MicroHAL.py $(PYSUPPORT_PATH)
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/drivedetect.py $(PYSUPPORT_PATH)
|
|
|
|
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/wineread.py $(PYSUPPORT_PATH)
|
|
|
|
|
|
|
|
cp $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/winewrite.py $(PYSUPPORT_PATH)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean::
|
|
|
|
clean::
|
|
|
|
rm -rf build
|
|
|
|
rm -rf build
|
|
|
|