diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 17:29:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 17:29:49 -0600 |
commit | bf4274f846984ab7df435aa9a67c4cd3123bca6d (patch) | |
tree | 6a7fa16f051c3f6db101b8999fdb9bd1bbc20615 /ubuntu/maverick/applications/kgtk-qt3/debian/control.in | |
parent | 4d26b3bc3984739d812f22d751e3089de35293a0 (diff) | |
download | tde-packaging-bf4274f846984ab7df435aa9a67c4cd3123bca6d.tar.gz tde-packaging-bf4274f846984ab7df435aa9a67c4cd3123bca6d.zip |
Use standard CMake build system for kgtk-qt3
Diffstat (limited to 'ubuntu/maverick/applications/kgtk-qt3/debian/control.in')
-rw-r--r-- | ubuntu/maverick/applications/kgtk-qt3/debian/control.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kgtk-qt3/debian/control.in b/ubuntu/maverick/applications/kgtk-qt3/debian/control.in new file mode 100644 index 000000000..b31284ac4 --- /dev/null +++ b/ubuntu/maverick/applications/kgtk-qt3/debian/control.in @@ -0,0 +1,24 @@ +Source: kgtk-qt3-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: @@@MAINTAINER@@@ +Uploaders: @@@UPLOADERS@@@ +Build-Depends: debhelper (>= 7), cdbs, tdelibs4-trinity-dev, libgtk2.0-dev, libtqtinterface-dev, cmake +Standards-Version: 3.8.4 +Homepage: http://trinity.pearsoncomputing.net + +Package: kgtk-qt3-trinity +Architecture: any +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 + 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. + . + This package includes the kqt3-wrapper |