diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-23 19:55:31 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-23 19:55:44 +0100 |
commit | ce71099485f47c25c9cff0b9b823562fffa1d975 (patch) | |
tree | e2f6f8e07fe4e9a19abca54da69b68cb088f1704 /ubuntu/maverick | |
parent | edeec5e861c44a784fbcb834645580320ea7177b (diff) | |
download | tde-packaging-ce71099485f47c25c9cff0b9b823562fffa1d975.tar.gz tde-packaging-ce71099485f47c25c9cff0b9b823562fffa1d975.zip |
DEB desktop-effects-tde: Install TQt/TDE version instead of Qt4/KDE4.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/applications/desktop-effects-tde/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/maverick/applications/desktop-effects-tde/debian/desktop-effects-tde-trinity.install | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick/applications/desktop-effects-tde/debian/control b/ubuntu/maverick/applications/desktop-effects-tde/debian/control index 4393e1cfb..606b13ff9 100644 --- a/ubuntu/maverick/applications/desktop-effects-tde/debian/control +++ b/ubuntu/maverick/applications/desktop-effects-tde/debian/control @@ -8,7 +8,7 @@ XS-Python-Version: all Package: desktop-effects-tde-trinity Architecture: all -Depends: ${python:Depends}, python-qt4 +Depends: ${python:Depends}, python-tqt, python-trinity-trinity Replaces: desktop-effects-kde-kde3 (<< 4:14.0.0~), desktop-effects-kde-trinity (<< 4:14.0.0~) Breaks: desktop-effects-kde-kde3 (<< 4:14.0.0~), desktop-effects-kde-trinity (<< 4:14.0.0~) XB-Python-Version: ${python:Versions} diff --git a/ubuntu/maverick/applications/desktop-effects-tde/debian/desktop-effects-tde-trinity.install b/ubuntu/maverick/applications/desktop-effects-tde/debian/desktop-effects-tde-trinity.install index d5af8f5d9..2b6b93781 100644 --- a/ubuntu/maverick/applications/desktop-effects-tde/debian/desktop-effects-tde-trinity.install +++ b/ubuntu/maverick/applications/desktop-effects-tde/debian/desktop-effects-tde-trinity.install @@ -1,8 +1,8 @@ -desktop-effects-tde4 /opt/trinity/bin/ +desktop-effects-tde /opt/trinity/bin/ 25enable-compiz /etc/X11/Xsession.d/ DesktopEffects/DesktopEffectsCommon.py /opt/trinity/share/pyshared/DesktopEffects/ -DesktopEffects/DesktopEffectsKDE4.py /opt/trinity/share/pyshared/DesktopEffects/ -DesktopEffects/DesktopEffectsQt4Dialog.py /opt/trinity/share/pyshared/DesktopEffects/ +DesktopEffects/DesktopEffectsDialog.py /opt/trinity/share/pyshared/DesktopEffects/ +DesktopEffects/DesktopEffectsTDE.py /opt/trinity/share/pyshared/DesktopEffects/ DesktopEffects/__init__.py /opt/trinity/share/pyshared/DesktopEffects/ data/* /opt/trinity/share/apps/desktop-effects-tde/ desktop-effects-tde.desktop /opt/trinity/share/applications/ |