diff options
Diffstat (limited to 'ubuntu/precise/dependencies/qt3/debian/maintain')
6 files changed, 0 insertions, 165 deletions
diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/assistant-qt3.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/assistant-qt3.desktop deleted file mode 100644 index 42a16e80e..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/maintain/assistant-qt3.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Exec=assistant-qt3 -Name=Qt3 Assistant -Name[de]=Qt3 Assistent -Comment=Qt3 Helpcenter -Comment[de]= Qt3 Hilfezentrum -MimeType=application/x-assistant; -Icon=assistant -Terminal=false -Type=Application -Categories=Qt;Development; diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/build-examples.sh b/ubuntu/precise/dependencies/qt3/debian/maintain/build-examples.sh deleted file mode 100644 index b56d51e42..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/maintain/build-examples.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -BUILDDIR=$PWD -export QTDIR=/usr/share/qt3 - -# first copy over the libqt-mt.so build configuration of .qmake.cache -cp /usr/share/qt3/.qmake.cache ./.qmake.cache - -# Now compile the examples. The themes example -# won't work since qconfig.h is not really correct with the -# ifdef's for the QT_NO_xyz_STYLE, so we use make -k to continue -cd examples; qmake -o Makefile examples.pro; make -k - -# Now compile the tutorial. -cd $BUILDDIR/tutorial; qmake -o Makefile tutorial.pro; make - -# Then the designer examples. -cd $BUILDDIR/tools/designer/examples -for a in `find . -type d -maxdepth 1 -mindepth 1`; do - cd $a && qmake -o Makefile $a.pro; make; cd ..; -done - -# There is a bigger sql example in book/ with more subdirectories: -cd book -for a in `find . -type d -maxdepth 1 -mindepth 1`; do - cd $a && qmake -o Makefile $a.pro; make; cd ..; -done - -# Finally, build the linguist tutorials: -cd $BUILDDIR/tools/linguist/tutorial -for a in `find . -type d -maxdepth 1 -mindepth 1`; do - cd $a && qmake -o Makefile $a.pro; make; cd ..; -done - -# Return to the build directory -cd $BUILDDIR diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/designer-qt3.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/designer-qt3.desktop deleted file mode 100644 index fc9f4394c..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/maintain/designer-qt3.desktop +++ /dev/null @@ -1,77 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Exec=designer-qt3 -Name=Qt3 Designer -Name[bg]=Qt3 Дизайнер -Name[br]=Ergrafer Qt3 -Name[ca]=Dissenyador Qt3 -Name[cs]=Qt3 designer -Name[de]=Qt3-Designer -Name[eo]=Qt3-Desegnilo -Name[es]=Diseñador Qt3 -Name[et]=Qt3 disainer -Name[eu]=Qt3 Diseinatzailea -Name[gl]=Deseñador de Qt3 -Name[he]=Qt בצעמ -Name[it]=Designer Qt3 -Name[ja]=Qtデザイナー -Name[ko]=Qt 디자이너 -Name[lv]=Qt3 Dizainers -Name[mk]=Qt дизајнер -Name[no]=Qt3-designer -Name[oc]=Dessinador Qt3 -Name[pl]=Projektant Qt3 -Name[sk]=Qt3 Dizajnér -Name[sl]=Snovalnik Qt3 -Name[ta]=Qt À¨¼ôÀ¡Ç÷ -Name[uk]=Дизайнер Qt -Name[zh_CN.GB2312]=Qt 设计者 -Name[zh_TW.Big5]=Qt 設計器 -Comment=Qt3 interface designer -Comment[az]=Qt3 axtar üz dizayn proqramı -Comment[bg]=Qt3 interface дизайнер -Comment[br]=Ergrafer etrefas Qt3 -Comment[ca]=Dissenyador d'interfícies Qt3 -Comment[cs]=Editor UI pro Qt3 -Comment[da]=Qt3 grænseflade designer -Comment[de]=Schnittstellen-Designer für Qt3 -Comment[el]=Σχεδιασμός περιβάλλοντων Qt -Comment[eo]=Qt3-Interfacdesegnilo -Comment[es]=Diseñador de interfaces de Qt3 -Comment[et]=Qt3 dialoogide redaktor -Comment[eu]=Qt3 interfaze diseinatzailea -Comment[fi]=Qt:n käyttöliittymäsuunnittelija -Comment[fr]=Conception d'interfaces avec Qt3 -Comment[gl]=Editor de interfaces de Qt3 -Comment[he]=Qt-ל םיקשממ בצעמ -Comment[hu]=Qt3 felülettervező -Comment[is]=Viðmótshönnunartól fyrir Qt3 -Comment[it]=Editor per le interfaccie Qt3 -Comment[ja]=Qtインターフェースデザイナー -Comment[ko]=Qt 인터페이스 디자이너 -Comment[lt]=Qt3 sąsajos redaktorius -Comment[lv]=Qt3 starsejas dizainers -Comment[mk]=Дизајнер на Qt дијалози -Comment[nl]=Qt3 interface-ontwerper -Comment[no]=Qt3-grensesnittdesigner -Comment[no_NY]=Redigering av Qt3-miljø -Comment[oc]=Dessinador d'interfacies Qt3 -Comment[pl]=Projektant interfejsu Qt3 -Comment[pt]=Editor de interfaces do Qt3 -Comment[pt_BR]=Designer de interface Qt3 -Comment[ro]=Dezvoltator de interfeţe Qt3 -Comment[ru]=редактор интерфейсов приложений Qt -Comment[sk]=Qt3 dizajnér rozhrania -Comment[sl]=Snovalnik vmesnikov za Qt3 -Comment[sr]=Dizajner Qt3 interfejsa -Comment[sv]=Editor för gränssnitt till Qt3 -Comment[ta]=Qt À¨¼ôÀ¡Ç÷ -Comment[tr]=Qt3 arayüz tasarım programı -Comment[uk]=Редактор інтерфейсу для Qt -Comment[zh_CN.GB2312]=Qt 界面设计程序 -Comment[zh_TW.Big5]=Qt 介面編輯器 -MimeType=application/x-designer; -Icon=designer -Terminal=false -Type=Application -Categories=Qt;Development; diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/linguist-qt3.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/linguist-qt3.desktop deleted file mode 100644 index e0094dbd4..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/maintain/linguist-qt3.desktop +++ /dev/null @@ -1,25 +0,0 @@ -[Desktop Entry] -Exec=linguist-qt3 -Name=Qt3 Linguist -Name[de]=Qt3-Linguist -Name[eo]=Qt3-Lingvisto -Name[es]=Lingüista Qt3 -Name[ko]=Qt 언어학자 -Name[lv]=Qt3 Lingvists -Comment=Tool for translating message catalogues of Qt3 based programs -Comment[da]=Redskab til at oversætte Qt3 baserede programmer -Comment[de]=Dienstprogramm zur Übersetzung von Programmen, die auf Qt3 basieren -Comment[eo]=Ilo por tradukado de mesaĝaroj de Qt3-bazitaj programoj -Comment[es]=Herramienta para la traducción de catálogos de mensajes de programas basados en Qt3 -Comment[he]=Qt תוססובמ תוינכות לש תועדוה יגולטק םוגרתל ילכ -Comment[hu]=Segédprogram a Qt3-alapú programok üzenetfájljainak lefordításához -Comment[ko]=Qt를 바탕으로 하는 프로그램에서 쓸 번역된 메세지 목록을 관리하는 도구 -Comment[lv]=Rīks ziņojumu katalogu tulkošanai uz Qt3 bāzētās programmās -Comment[pt]=Ferramenta para traduzir os catálogos de mensagens de programas do Qt3 -Comment[pt_BR]=Ferramenta para traduzir os catálogos de mensagens de programas do Qt3 -Comment[sv]=Verktyg för att översätta meddelandekataloger från Qt3-baserade program -MimeType=application/x-linguist; -Terminal=false -Icon=linguist -Type=Application -Categories=Qt;Development diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/mkpatch.sh b/ubuntu/precise/dependencies/qt3/debian/maintain/mkpatch.sh deleted file mode 100644 index 609a44bc1..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/maintain/mkpatch.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -diff -Nru -x Makefile.cvs -x README.qt-copy -x upgrade_script.qt -x .cvsignore -x CVS -x include -x debian -x doc -x examples -x 3rdparty -x images -x mkspecs -I '^\*\*\( $\| \$Id\)' -I '^\#\( $\| \$Id\)' qt-x11-free-3.1.1.old/ qt-x11-free-3.1.1/ > qtcopy.diff diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/qt3config.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/qt3config.desktop deleted file mode 100644 index 22d0ca6a5..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/maintain/qt3config.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Exec=qtconfig-qt3 -Name=Qt3 Configuration -Name[de]=Qt3 Konfiguration -Comment=A graphical configuration tool for programs using Qt 3 -Comment[de]=Ein grafisches Konfigurationstool für Qt3-Programme -MimeType=application/x-qtconfig; -Terminal=false -Icon=qtconfig -Type=Application -Categories=Qt;Settings; |