diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-05-27 01:39:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-05-27 01:39:46 +0200 |
commit | c7bb5f0b917b82aed4203df3be0585be82077d9c (patch) | |
tree | 7fa282a673c1105611e13966e69baedba34af670 /debian/lenny/applications/gtk-qt-engine | |
parent | b33e4034e7490e5895a5cb2cc54949354842f9d9 (diff) | |
download | tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip |
Branding cleanup on Debian and Ubuntu
Diffstat (limited to 'debian/lenny/applications/gtk-qt-engine')
3 files changed, 8 insertions, 8 deletions
diff --git a/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 b/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 index a34c9c81c..6bc424f8e 100644 --- a/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 +++ b/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 @@ -1,5 +1,5 @@ -# This file was written by KDE -# You can edit it in the KDE control center, under "GTK Styles and Fonts" +# This file was written by TDE +# You can edit it in the Trinity control center, under "GTK Styles and Fonts" include "/usr/share/themes/Qt/gtk-2.0/gtkrc" diff --git a/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 b/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 index 874f83934..e25e89fd4 100644 --- a/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 +++ b/debian/lenny/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 @@ -1,5 +1,5 @@ -# This file was written by KDE -# You can edit it in the KDE control center, under "GTK Styles and Fonts" +# This file was written by TDE +# You can edit it in the Trinity control center, under "GTK Styles and Fonts" include "/usr/share/themes/Qt/gtk-2.0/gtkrc" diff --git a/debian/lenny/applications/gtk-qt-engine/debian/cdbs/versions.pl b/debian/lenny/applications/gtk-qt-engine/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/debian/lenny/applications/gtk-qt-engine/debian/cdbs/versions.pl +++ b/debian/lenny/applications/gtk-qt-engine/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"; |