diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
commit | 5a31840a564ab702e9223abd63f281deaaabeb31 (patch) | |
tree | ce913e0698d31b507c748a48ef7cb584ed08c16a /ubuntu/maverick/applications/kgtk-qt3 | |
parent | 9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff) | |
parent | 650aae664769307d2d65098402dfa959b0d4c829 (diff) | |
download | tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip |
merge
Diffstat (limited to 'ubuntu/maverick/applications/kgtk-qt3')
3 files changed, 8 insertions, 8 deletions
diff --git a/ubuntu/maverick/applications/kgtk-qt3/debian/cdbs/versions.pl b/ubuntu/maverick/applications/kgtk-qt3/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/ubuntu/maverick/applications/kgtk-qt3/debian/cdbs/versions.pl +++ b/ubuntu/maverick/applications/kgtk-qt3/debian/cdbs/versions.pl @@ -13,7 +13,7 @@ my ($version2, $version2_next); ($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; ($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; -print "KDE-Version3=$version3\n"; -print "KDE-Version2=$version2\n"; -print "KDE-Next-Version3=$version3_next\n"; -print "KDE-Next-Version2=$version2_next\n"; +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/maverick/applications/kgtk-qt3/debian/control b/ubuntu/maverick/applications/kgtk-qt3/debian/control index 4dcc2b23f..b4b0dca3e 100644 --- a/ubuntu/maverick/applications/kgtk-qt3/debian/control +++ b/ubuntu/maverick/applications/kgtk-qt3/debian/control @@ -12,11 +12,11 @@ Depends: ${shlibs:Depends} Replaces: kgtk-qt3-kde3 (<< 4:14.0.0~), kgtk-qt3-trinity (<< 4:14.0.0~) Breaks: kgtk-qt3-kde3 (<< 4:14.0.0~), kgtk-qt3-trinity (<< 4:14.0.0~) Conflicts: kgtk-config-bluefish, kgtk-config-eclipse, kgtk-config-firefox, kgtk-config-gimp, kgtk-config-inkscape, kgtk-config-kino, kgtk-config-openoffice, kgtk-config-opera-qt3, kgtk-config-opera-qt4, kgtk-config-scribus, kgtk-config-thunderbird, kubuntu-kgtk-trinity -Description: Use KDE dialogs in Gtk apps +Description: Use TDE dialogs in Gtk apps This is an LD_PRELOAD hack that allows most GTK applications to use Trinity's file dialogs when run under Trinity. . The Gtk file chooser functions have been overridden to communicate - with this KDE module/application. + with this TDE module/application. . This package includes the kqt3-wrapper diff --git a/ubuntu/maverick/applications/kgtk-qt3/debian/control.in b/ubuntu/maverick/applications/kgtk-qt3/debian/control.in index 3227d5035..95e5d0abd 100644 --- a/ubuntu/maverick/applications/kgtk-qt3/debian/control.in +++ b/ubuntu/maverick/applications/kgtk-qt3/debian/control.in @@ -14,11 +14,11 @@ Depends: ${shlibs:Depends} Replaces: kgtk-qt3-kde3 (<< 4:3.5.13) Breaks: kgtk-qt3-kde3 (<< 4:3.5.13) Conflicts: kgtk-config-bluefish, kgtk-config-eclipse, kgtk-config-firefox, kgtk-config-gimp, kgtk-config-inkscape, kgtk-config-kino, kgtk-config-openoffice, kgtk-config-opera-qt3, kgtk-config-opera-qt4, kgtk-config-scribus, kgtk-config-thunderbird, kubuntu-kgtk-trinity -Description: Use KDE dialogs in Gtk apps +Description: Use TDE dialogs in Gtk apps This is an LD_PRELOAD hack that allows most GTK applications to use Trinity's file dialogs when run under Trinity. . The Gtk file chooser functions have been overridden to communicate - with this KDE module/application. + with this TDE module/application. . This package includes the kqt3-wrapper |