From bd72eef4a4458f8d2e52609d7b6cf3efe12a0177 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 4 Jul 2021 21:06:02 +0900 Subject: Rearranged applications folder into sub categories. Signed-off-by: Michele Calgaro --- .../gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 | 13 - .../gtk-qt-engine/debian/.gtkrc-2.0-kde4 | 13 - .../gtk-qt-engine/debian/cdbs/debian-tde.mk | 246 --------- .../gtk-qt-engine/debian/cdbs/versions.pl | 19 - .../applications/gtk-qt-engine/debian/changelog | 579 --------------------- .../_base/applications/gtk-qt-engine/debian/compat | 1 - .../applications/gtk-qt-engine/debian/control | 33 -- .../applications/gtk-qt-engine/debian/copyright | 23 - .../debian/gtk-qt-engine-trinity.docs | 3 - .../debian/gtk-qt-engine-trinity.install | 5 - .../gtk-qt-engine/debian/gtk-qt-engine.rc.sh | 4 - .../gtk-qt-engine/debian/patches/series | 0 .../_base/applications/gtk-qt-engine/debian/rules | 34 -- .../gtk-qt-engine/debian/source/format | 1 - .../gtk-qt-engine/debian/source/options | 6 - 15 files changed, 980 deletions(-) delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/debian-tde.mk delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/versions.pl delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/changelog delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/compat delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/control delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/copyright delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.docs delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine.rc.sh delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/patches/series delete mode 100755 ubuntu/_base/applications/gtk-qt-engine/debian/rules delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/source/format delete mode 100644 ubuntu/_base/applications/gtk-qt-engine/debian/source/options (limited to 'ubuntu/_base/applications/gtk-qt-engine') diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 b/ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 deleted file mode 100644 index 6bc424f8e..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde-kde4 +++ /dev/null @@ -1,13 +0,0 @@ -# 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" - -style "user-font" -{ - font_name="Sans Serif 9" -} -widget_class "*" style "user-font" - -gtk-theme-name="Qt" -gtk-font-name="Sans Serif 9" diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 b/ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 deleted file mode 100644 index e25e89fd4..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/.gtkrc-2.0-kde4 +++ /dev/null @@ -1,13 +0,0 @@ -# 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" - -style "user-font" -{ - font_name="Tahoma 10" -} -widget_class "*" style "user-font" - -gtk-theme-name="Qt" -gtk-font-name="Tahoma 10" diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/debian-tde.mk b/ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/debian-tde.mk deleted file mode 100644 index f36e3527c..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/debian-tde.mk +++ /dev/null @@ -1,246 +0,0 @@ -# -*- mode: makefile; coding: utf-8 -*- -# Copyright © 2003 Christopher L Cheney -# Copyright © 2019 TDE Team -# Description: A class for TDE packages; sets TDE environment variables, etc -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. - -ifndef _cdbs_bootstrap -_cdbs_scripts_path ?= /usr/lib/cdbs -_cdbs_rules_path ?= /usr/share/cdbs/1/rules -_cdbs_class_path ?= /usr/share/cdbs/1/class -endif - -ifndef _cdbs_class_debian-qt-kde -_cdbs_class_debian-qt-kde := 1 - -# for dh_icons -CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) - -# Note: This _must_ be included before autotools.mk, or it won't work. -common-configure-arch common-configure-indep:: debian/stamp-cvs-make -debian/stamp-cvs-make: -ifndef _cdbs_class_cmake - cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in -ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" - cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh -endif -ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" - cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh -endif - $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; -endif - touch debian/stamp-cvs-make - -include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) - -ifdef _cdbs_tarball_dir -DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) -else -DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) -endif - -ifndef _cdbs_class_cmake -include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) -endif - -ifdef _cdbs_class_cmake -ifneq "$(wildcard /usr/bin/ninja)" "" -MAKE = ninja -v -DEB_MAKE_ENVVARS += DESTDIR=$(DEB_DESTDIR) -DEB_MAKE_INSTALL_TARGET = install -DEB_CMAKE_NORMAL_ARGS += -GNinja -endif -endif - -ifndef _cdbs_rules_patchsys_quilt -DEB_PATCHDIRS := debian/patches/common debian/patches -endif - -export kde_cgidir = \$${libdir}/cgi-bin -export kde_confdir = \$${sysconfdir}/trinity -export kde_htmldir = \$${datadir}/doc/tde/HTML - -DEB_KDE_ENABLE_FINAL := yes -DEB_INSTALL_DOCS_ALL := - -DEB_DH_MAKESHLIBS_ARGS_ALL := -V -DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) - -DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin -DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" -DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el - -# The default gzip compressor has been changed in dpkg >= 1.17.0. -deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ - sed -e "s|.*version ||" -e "s| .*||" | \ - xargs -r dpkg --compare-versions 1.17.0 lt \ - && echo xz || echo gzip) -ifeq ($(deb_default_compress),gzip) -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) -endif - -ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb - ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) - cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) - else - cdbs_kde_enable_final = - endif -endif - -ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) - cdbs_kde_enable_final = - cdbs_kde_enable_debug = --enable-debug=yes -else - cdbs_kde_enable_debug = --disable-debug -endif - -ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) - cdbs_kde_enable_debug = --enable-debug=full -endif - -DEB_BUILD_PARALLEL ?= true - -cdbs_configure_flags += \ - --with-qt-dir=/usr/share/qt3 \ - --disable-rpath \ - --with-xinerama \ - $(cdbs_kde_enable_final) \ - $(cdbs_kde_enable_debug) - - -# This is a convenience target for calling manually. -# It's not part of the build process. -buildprep: clean apply-patches -ifndef _cdbs_class_cmake - $(MAKE) -f admin/Makefile.common dist -endif - debian/rules clean - -.tdepkginfo: - echo "# TDE package information" >.tdepkginfo - dpkg-parsechangelog | sed -n "s|^Source: |Name: |p" >>.tdepkginfo - dpkg-parsechangelog | sed -n "s|^Version: |Version: |p" >>.tdepkginfo - date +"DateTime: %m/%d/%Y %H:%M" -u -d "$$(dpkg-parsechangelog | sed -n 's|^Date: ||p')" >>.tdepkginfo - -post-patches:: .tdepkginfo - -common-build-arch:: debian/stamp-man-pages -debian/stamp-man-pages: - if ! test -d debian/man/out; then mkdir -p debian/man/out; fi - for f in $$(find debian/man -name '*.sgml'); do \ - docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ - done - for f in $$(find debian/man -name '*.man'); do \ - soelim -I debian/man $$f \ - > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ - done - touch debian/stamp-man-pages - -common-binary-indep:: - ( set -e; \ - tmpf=`mktemp debian/versions.XXXXXX`; \ - perl debian/cdbs/versions.pl >$$tmpf; \ - for p in $(DEB_INDEP_PACKAGES); do \ - cat $$tmpf >>debian/$$p.substvars; \ - done; \ - rm -f $$tmpf ) - -common-binary-arch:: - ( set -e; \ - tmpf=`mktemp debian/versions.XXXXXX`; \ - perl debian/cdbs/versions.pl >$$tmpf; \ - for p in $(DEB_ARCH_PACKAGES); do \ - cat $$tmpf >>debian/$$p.substvars; \ - done; \ - rm -f $$tmpf ) - # update multi-arch path in install files - ls -d debian/* | \ - grep -E "(install|links)$$" | \ - while read a; do \ - [ -d $$a ] || [ -f $$a.arch ] || \ - ! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \ - sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \ - done - -clean:: - rm -rf debian/man/out - -rmdir debian/man - rm -f debian/stamp-man-pages - rm -rf debian/shlibs-check - # revert multi-arch path in install files - ls -d debian/* | \ - grep -E "(install|links)$$" | \ - while read a; do \ - [ ! -f $$a.arch ] || \ - mv $$a.arch $$a; \ - done - -$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: - if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi - if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi - if test -e debian/$(cdbs_curpkg).lintian; then \ - install -p -D -m644 debian/$(cdbs_curpkg).lintian \ - debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ - fi - if test -e debian/$(cdbs_curpkg).presubj; then \ - install -p -D -m644 debian/$(cdbs_curpkg).presubj \ - debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ - fi - -binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: - set -e; \ - for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ - pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ - echo Building $$pkg HTML docs...; \ - mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ - cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ - /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ - done - for pkg in $(DOC_HTML_PRUNE) ; do \ - rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ - done - -common-build-indep:: debian/stamp-kde-apidox -debian/stamp-kde-apidox: - $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) - touch $@ - -common-install-indep:: common-install-kde-apidox -common-install-kde-apidox:: - $(if $(DEB_KDE_APIDOX),+DESTDIR=$(DEB_DESTDIR) $(DEB_MAKE_INVOKE) install-apidox) - -cleanbuilddir:: - -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) - -clean:: -ifndef _cdbs_class_cmake - if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ - cd $(DEB_SRCDIR); \ - find . -name Makefile.in -print | \ - xargs --no-run-if-empty rm -f; \ - rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ - configure configure.files configure.in stamp-h.in \ - subdirs; \ - fi -endif - rm -f .tdepkginfo - rm -f debian/stamp-kde-apidox - rm -f debian/stamp-cvs-make - -endif diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/versions.pl b/ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/versions.pl deleted file mode 100644 index 1b110f7af..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/cdbs/versions.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env perl - -use strict; -use warnings; - -my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; -my ($version3, $version3_next); -my ($version2, $version2_next); - -($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; -($version2 = $version3) =~ s/\.[^.]+$//; - -($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; -($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; - -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/_base/applications/gtk-qt-engine/debian/changelog b/ubuntu/_base/applications/gtk-qt-engine/debian/changelog deleted file mode 100644 index 5f3195390..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/changelog +++ /dev/null @@ -1,579 +0,0 @@ -gtk-qt-engine-trinity (1:0.8-1ubuntu3) karmic; urgency=low - - * Karmic rebuild - - -- Timothy Pearson Thu, 02 Jul 2009 16:08:00 -0600 - -gtk-qt-engine-trinity (1:0.8-1ubuntu2) intrepid; urgency=low - - * Moved Trinity to /opt/trinity - * Integrated properly with KDE4.2+ - - -- Timothy Pearson Wed, 01 March 2009 23:14:00 -0600 - -gtk-qt-engine-trinity (1:0.8-1ubuntu1) intrepid; urgency=low - - * Added -trinity suffix - - -- Timothy Pearson Thu, 04 Dec 2008 15:18:00 -0600 - -gtk-qt-engine (1:0.8-1ubuntu2) hardy; urgency=low - - * Added kubuntu_03_xembed_fix_flashplayer.diff: - - Part of the global fix to make konqueror work with - latest flashplayer - - -- Anthony Mercatante Tue, 29 Jan 2008 11:54:58 +0100 - -gtk-qt-engine (1:0.8-1ubuntu1) hardy; urgency=low - - * Merge from debian unstable, remaining changes: - - Install files in /usr/share instead of /usr/local/share directory. - - Switched back to cdbs packaging for simple-patchsys - - Included kubuntu_02_clean_kmenu_systemsettings_inclusion.diff - - Included kubuntu_01_background_fix.diff - - Added gtk2-engines-gtk-qt back in - we need this to do the LTS-->LTS - transition - - Modify Maintainer value to match Debian-Maintainer-Field Spec - - -- Sarah Hobbs Sun, 11 Nov 2007 23:11:32 +1100 - -gtk-qt-engine (1:0.8-1) unstable; urgency=low - - * New Upstream release, changes since the last SVN snapshot are: - - Fix corrupt scrollbar ends on Firefox and Eclipse in the Domino style - - Make buttons, checkboxes and radio buttons indicate keyboard focus - - Fix icon loading code when dealing with multiple inheritance - - Map more GTK icons - - Setting a font with bold or italic options now works correctly - - Fix a bug where menu checkmarks would be displayed as a series of - horizontal lines - - -- Bastian Venthur Tue, 30 Oct 2007 20:32:01 +0100 - -gtk-qt-engine (1:0.8~svn-rev36-2ubuntu2) gutsy; urgency=low - - * Added gtk2-engines-gtk-qt back in - we need this to do the LTS-->LTS - transition - - -- Sarah Hobbs Thu, 31 May 2007 00:24:53 -0500 - -gtk-qt-engine (1:0.8~svn-rev36-2ubuntu1) gutsy; urgency=low - - * Merge from debian unstable, remaining changes: - - Install files in /usr/share instead of /usr/local/share directory. - - Switched back to cdbs packaging for simple-patchsys - - Included kubuntu_02_clean_kmenu_systemsettings_inclusion.diff - - Included kubuntu_01_background_fix.diff - * Modify Maintainer value to match Debian-Maintainer-Field Spec - - -- Sarah Hobbs Fri, 18 May 2007 21:31:28 +1000 - -gtk-qt-engine (1:0.8~svn-rev36-2) unstable; urgency=low - - * Added dh_gtkmodules call to debian/rules (Closes: #419306) - - -- Bastian Venthur Tue, 17 Apr 2007 09:37:50 +0200 - -gtk-qt-engine (1:0.8~svn-rev36-1) unstable; urgency=low - - * New SVN snapshot - - Added Turkish translation - - Added Bulgarian translation - - Added Russian translation - - Fix compilation on GCC 4.3 (Closes: #417219), thanks again Martin! - * Dropped transitional package gtk2-engines-gtk-qt - * Don't ship files in /usr/lib64 on such archs anymore (Closes: #417044) - * Bumped gtk dependency (Closes: #419306) - - -- Bastian Venthur Sun, 15 Apr 2007 17:06:25 +0200 - -gtk-qt-engine (1:0.8~svn-rev31-3) unstable; urgency=low - - * Upload to unstable - - (Closes: #412279) "unusable with GTK+ 2.10" and many other bugs, - already fixed in experimental. - - -- Bastian Venthur Tue, 27 Feb 2007 13:17:34 +0100 - -gtk-qt-engine (1:0.8~svn-rev31-2) experimental; urgency=low - - * Added --as-needed CFLAG in order to reduce the dependencies - - -- Bastian Venthur Tue, 27 Feb 2007 12:09:36 +0100 - -gtk-qt-engine (1:0.8~svn-rev31-1) experimental; urgency=low - - * New SVN snapshot - - Added Italian translation - - Fix button appearance in the Motif Plus style - - -- Bastian Venthur Fri, 9 Feb 2007 13:17:22 +0100 - -gtk-qt-engine (1:0.8~svn-rev29-1) experimental; urgency=low - - * New SVN snapshot - - Merged gtk-qt-engine-small-pixmaps.patch from SuSe. - - Highlighted menu item are now always white. - - -- Bastian Venthur Mon, 15 Jan 2007 15:13:01 +0100 - -gtk-qt-engine (1:0.8~svn-rev27-1) experimental; urgency=low - - * New SVN snapshot - - Merged fix-iconpaths.patch from suse. This fixes icon loading issues - wit inherited icon themes. - - * Since gtk-qt-engine 0.8 will use cmake im closing libtoolbug. - (Closes: #342914) - - -- Bastian Venthur Thu, 4 Jan 2007 13:29:13 +0100 - -gtk-qt-engine (1:0.8~svn-rev26-1) experimental; urgency=low - - * New upstream SVN snapshot - - My toolbarfix.patch is now officially included, so removing it from - debian/patches. - - -- Bastian Venthur Fri, 8 Dec 2006 11:11:39 +0100 - -gtk-qt-engine (1:0.8~svn-rev25-2) experimental; urgency=low - - * Applied toolbarfix.patch in order to respect KDE's toolbar settings. - - -- Bastian Venthur Thu, 7 Dec 2006 12:44:35 +0100 - -gtk-qt-engine (1:0.8~svn-rev25-1) experimental; urgency=low - - * Snapshot from upstreams SVN, fixes many bugs including: - - Switch the buildsystem from autotools to CMake. CMake 2.4 is now - required to build the project. - - Fix scrollbar sliders in the Domino widget style - - Fix a bug that caused Qt colours not to be applied to GTK applications. - This fixes several graphical problems when using dark colour schemes. - (Closes: #395127) - - Fix a bug that would disable Bonobo support even when the correct - packages were installed - - The control center module will now write a configuration file that will - only affect applications inside KDE. Applications running in GNOME can - be themed separately using the GNOME tools. (Closes: #296657) - - Add a setting for emacs keyboard shortcuts - - Draw default buttons properly. - - Provide a fallback icon even when one of the right size doesn't exist - - Fix invalid CSS comments. - - When the Qt theme can't be found, display a dialog allowing the user to - modify the search paths. - - Respect KDE's "Show icons on buttons" setting - - * Re-enabled .desktop file (Closes: #398941) - - -- Bastian Venthur Wed, 6 Dec 2006 12:07:45 +0100 - -gtk-qt-engine (1:0.7-4) unstable; urgency=low - - * Removed debian/gtk-qt-engine.dirs since it's not needed anymore - - -- Bastian Venthur Thu, 30 Nov 2006 09:08:59 +0100 - -gtk-qt-engine (1:0.7-3) unstable; urgency=low - - * Added Debian revision to conflics- and replaces-line in order to resolve - File conflict (Closes: #397993). Many thanks to Stephen Gran. - - * Updated upstreams hompage URL - - -- Bastian Venthur Sun, 12 Nov 2006 12:30:26 +0100 - -gtk-qt-engine (1:0.7-2) unstable; urgency=low - - * The please don't kill me release - * Renamed the package to gtk-qt-engine - - * Updated maintainer field - - -- Bastian Venthur Wed, 18 Oct 2006 19:45:28 +0200 - -gtk-qt-engine (1:0.7-1) unstable; urgency=low - - * New upstream release (Closes: #378892), most important changes: - - Fix toolbar borders in styles other than Keramik - - Allow for inverted sliders - - Fix menu backgrounds with Baghira - - Control Module: i18n support - - Fix bug where bottoms of scrollbars wouldn't be displayed - (Closes: #315119) - - Fix appearance of progress bars in Firefox when using the Alloy style - - Fix bug in Firefox where progress bars would "leak" outside their box - - Control Module: add utility to fix Firefox scrollbar buttons - - Fix bug that would make XFCE 4.2's settings application fail to start - - Fix crash bug in gaim's file transfer window - - Support coloured buttons - - Only respond to KIPC StyleChanged messages - - Cache pixmaps created in setColors() and setMenuBackground(). This fixes - a large memory leak, and improves app startup speeds and responsiveness. - (Closes: #300261) - - Ensure tooltip text is always black - - The theme no longer tries to override widget-specific colours set by - applications or user RC files - - Control Module: fix blank entry in style list - - Add a workaround for a bug in OpenOffice where menus and toolbars were - drawn incorrectly. - - - Other bugs dissapeared in the new version: - workrave does not crash anymore on micro-breaks (Closes: 354299) - GTK apps don't crash anymore on font change (Closes: #295929) - - * New Maintainer (Closes: #379956) - - introduced epoch to reflect upstreams versioning scheme correctly - - switched away from cdbs - - bumped standards version - - removed superfluous build-depends - - -- Bastian Venthur Thu, 27 Jul 2006 18:39:40 +0200 - -gtk-qt-engine (0.71~svn20070224-0ubuntu3) feisty; urgency=low - - * Install files in /usr/share instead of /usr/local/share directory. - Closes LP: #94353 - - -- Luka Renko Fri, 30 Mar 2007 22:17:03 +0200 - -gtk-qt-engine (0.71~svn20070224-0ubuntu2) feisty; urgency=low - - * Fixed kubuntu_03_clean_kmenu.diff for systemsettings inclusion - Desktop file goes in subdirectory "appearance"instead of the standard - "look and feel" directory - - -- Anthony Mercatante Fri, 23 Feb 2007 23:58:21 +0100 - -gtk-qt-engine (0.71~svn20070224-0ubuntu1) feisty; urgency=low - - * New SVN snapshot. Closes Malone #36256 - * Removed obsolete kubuntu_02_icon_theme.diff - * Fixed kubuntu_03_clean_kmenu.diff for systemsettings inclusion - and renamed to kubuntu_02_clean_kmenu_systemsettings_inclusion.diff - - -- Anthony Mercatante Fri, 23 Feb 2007 11:49:01 +0100 - -gtk-qt-engine (0.70-4ubuntu3) feisty; urgency=low - - * Inclue kubuntu_03_clean_kmenu.diff to hide the kcm entry in K menu - * Switched back to cdbs packaging for simple-patchsys - - -- Anthony Mercatante Fri, 06 Jan 2007 02:16:07 +0100 - -gtk-qt-engine (0.70-4ubuntu2) feisty; urgency=low - - * Include Debian entries in changelog - * Remove shlib from depends, to stop it bringing in gtk depends to Debian - - -- Jonathan Riddell Thu, 4 Jan 2007 14:29:07 +0000 - -gtk-qt-engine (0.70-4ubuntu1) feisty; urgency=low - - * Merge packaging with debian - - -- Anthony Mercatante Fri, 14 Dec 2006 13:51:06 +0100 - -gtk-qt-engine (1:0.7-4) unstable; urgency=low - - * Removed debian/gtk-qt-engine.dirs since it's not needed anymore - - -- Bastian Venthur Thu, 30 Nov 2006 09:08:59 +0100 - -gtk-qt-engine (1:0.7-3) unstable; urgency=low - - * Added Debian revision to conflics- and replaces-line in order to resolve - File conflict (Closes: #397993). Many thanks to Stephen Gran. - - * Updated upstreams hompage URL - - -- Bastian Venthur Sun, 12 Nov 2006 12:30:26 +0100 - -gtk-qt-engine (1:0.7-2) unstable; urgency=low - - * The please don't kill me release - * Renamed the package to gtk-qt-engine - - * Updated maintainer field - - -- Bastian Venthur Wed, 18 Oct 2006 19:45:28 +0200 - -gtk-qt-engine (1:0.7-1) unstable; urgency=low - - * New upstream release (Closes: #378892), most important changes: - - Fix toolbar borders in styles other than Keramik - - Allow for inverted sliders - - Fix menu backgrounds with Baghira - - Control Module: i18n support - - Fix bug where bottoms of scrollbars wouldn't be displayed - (Closes: #315119) - - Fix appearance of progress bars in Firefox when using the Alloy style - - Fix bug in Firefox where progress bars would "leak" outside their box - - Control Module: add utility to fix Firefox scrollbar buttons - - Fix bug that would make XFCE 4.2's settings application fail to start - - Fix crash bug in gaim's file transfer window - - Support coloured buttons - - Only respond to KIPC StyleChanged messages - - Cache pixmaps created in setColors() and setMenuBackground(). This fixes - a large memory leak, and improves app startup speeds and responsiveness. - (Closes: #300261) - - Ensure tooltip text is always black - - The theme no longer tries to override widget-specific colours set by - applications or user RC files - - Control Module: fix blank entry in style list - - Add a workaround for a bug in OpenOffice where menus and toolbars were - drawn incorrectly. - - - Other bugs dissapeared in the new version: - workrave does not crash anymore on micro-breaks (Closes: 354299) - GTK apps don't crash anymore on font change (Closes: #295929) - - * New Maintainer (Closes: #379956) - - introduced epoch to reflect upstreams versioning scheme correctly - - switched away from cdbs - - bumped standards version - - removed superfluous build-depends - - -- Bastian Venthur Thu, 27 Jul 2006 18:39:40 +0200 - -gtk-qt-engine (0.70-0ubuntu1) edgy; urgency=low - - * New upstream release - * Switched to debhelper 5 - * Removed obsolete patches kubuntu_01_colourmapless_pixmap.diff, - kubuntu_02_xdg_menu.diff, kubuntu_04_menubg_colormap_fix.diff, - kubuntu_06_fix_slider.diff and kubuntu_07_scrollbars.diff - - -- Anthony Mercatante Fri, 7 Jul 2006 19:02:06 +0200 - -gtk-qt-engine (0.60-3) unstable; urgency=low - - * Orphaning this package, changed maintainer to QA Group. - * Thanks to Luk Claes for the NMU and FTBFS patch. - * Fixed missing commas in RC file (closes: #266521). - - Thanks to Jan De Luyck for the patch. - * Bumped Standards-Version to 3.6.2 (no changes). - - -- Christoffer Sawicki Thu, 20 Apr 2006 17:19:00 +0200 - -gtk-qt-engine (0.60-2.1ubuntu1) edgy; urgency=low - - * Merge with Debian - - -- Jonathan Riddell Fri, 7 Jul 2006 10:44:08 +0000 - -gtk-qt-engine (0.60-2.1) unstable; urgency=high - - * Non-maintainer upload. - * Fix FTBFS by touching configure in clean target (Closes: #350141). - - -- Luk Claes Wed, 1 Mar 2006 09:00:23 +0100 - -gtk-qt-engine (0.60-2) unstable; urgency=low - - * Thanks to Adeodato for the NMU. - * Fix black menu backgrounds (closes: #343658). - * Updated FSF's address in debian/copyright. - * Updated libtool (closes: #342914). - - Added KDE core and Qt to kcm_kcmgtk_la_LIBADD. - * Added libqt3-mt-dev to Build-Depends. - * Thanks to Kurt Roeckx for helping me out. - - -- Christoffer Sawicki Mon, 26 Dec 2005 01:01:37 +0100 - -gtk-qt-engine (0.60-1.1ubuntu7) dapper; urgency=low - - * Don't depend on a hardcoded libc6, since that makes us uninstallable - on ia64, and we already depend on other libraries that depend on libc - correctly. This is all just a really hideous hack and should be - re-though after the dapper release is safely out the door. - - -- Adam Conrad Mon, 29 May 2006 00:43:06 +1000 - -gtk-qt-engine (0.60-1.1ubuntu6) dapper; urgency=low - - * Don't use shlib depends, stop requiring gtk - - -- Jonathan Riddell Tue, 25 Apr 2006 21:47:25 +0100 - -gtk-qt-engine (0.60-1.1ubuntu5) dapper; urgency=low - - * Add kubuntu_06_fix_slider.diff from SuSE - * Add kubuntu_07_scrollbars.diff closes Malone #38872 - - -- Jonathan Riddell Mon, 24 Apr 2006 17:57:41 +0100 - -gtk-qt-engine (0.60-1.1ubuntu4) dapper; urgency=low - - * Add kubuntu_05_icon_theme.patch fix KDE icon loading - * Patch by Anthony Mercatante - - -- Jonathan Riddell Mon, 27 Feb 2006 15:15:06 +0000 - -gtk-qt-engine (0.60-1.1ubuntu3) dapper; urgency=low - - * Rebuild because libXft.la is gone - - -- Stephan Hermann Sat, 14 Jan 2006 18:00:57 +0100 - -gtk-qt-engine (0.60-1.1ubuntu2) dapper; urgency=low - - * Rebuild for latest Qt - - -- Jonathan Riddell Sun, 18 Dec 2005 22:45:42 +0000 - -gtk-qt-engine (0.60-1.1ubuntu1) dapper; urgency=low - - * resyncronize with debian - * ubuntu_03_background_fix.patch (from upstream #4082) - * ubuntu_04_menubg_colormap_fix.patch (from upstream #4276) - - -- Oliver Grawert Wed, 30 Nov 2005 21:00:39 +0100 - -gtk-qt-engine (0.60-1.1) unstable; urgency=low - - * NMU at maintainer's request. - * Rebuild against C++ transitioned tdelibs; no source changes needed. - - -- Adeodato Simó Wed, 07 Sep 2005 16:45:32 +0200 - -gtk-qt-engine (0.60-1ubuntu5) breezy; urgency=low - - * Edit rules to use XDG menu instead of applnk menu - * Add kubuntu_02_xdg_menu.diff to fix the XDG .desktop file - - -- Jonathan Riddell Sat, 24 Sep 2005 19:00:39 +0100 - -gtk-qt-engine (0.60-1ubuntu4) breezy; urgency=low - - * Add kubuntu_01_colourmapless_pixmap.diff fix GTK cairo crashes - * Alter debian/rules to use debian/patches - - -- Jonathan Riddell Fri, 9 Sep 2005 23:59:55 +0100 - -gtk-qt-engine (0.60-1ubuntu3) breezy; urgency=low - - * Use explicit depends instead of shlibs. Remove gtk dependency. - - -- Jonathan Riddell Wed, 6 Jul 2005 17:33:55 +0000 - -gtk-qt-engine (0.60-1ubuntu2) breezy; urgency=low - - * Rebuild for new C++ ABI - - -- Matthias Klose Mon, 6 Jun 2005 16:34:57 +0000 - -gtk-qt-engine (0.60-1ubuntu1) hoary; urgency=low - - * New upstream release - - -- Andreas Mueller Thu, 10 Mar 2005 10:14:37 +0100 - -gtk-qt-engine (0.60-1.1) unstable; urgency=low - - * NMU at maintainer's request. - * Rebuild against C++ transitioned tdelibs; no source changes needed. - - -- Adeodato Simó Wed, 07 Sep 2005 16:45:32 +0200 - -gtk-qt-engine (0.60-1) unstable; urgency=low - - * New upstream release. - - Removes crashes with certain apps (closes: #286436). - * Clarified some changelog entries. - * Versioned debhelper Build-Depend - - -- Christoffer Sawicki Sun, 2 Jan 2005 22:24:09 +0100 - -gtk-qt-engine (0.50+cvs20041221-1) staging; urgency=low - - * Checkout from CVS. - * Removed parts of the diff, now upstream. - - -- Christoffer Sawicki Tue, 21 Dec 2004 23:42:01 +0100 - -gtk-qt-engine (0.50-3) staging; urgency=low - - * Upload to new Kalyxo archive. - - -- Christoffer Sawicki Mon, 6 Dec 2004 14:58:13 +0100 - -gtk-qt-engine (0.50-2) unstable; urgency=low - - * Ran src/gtkrc through dos2unix. - * Minor grammatical changes to debian/changelog. - * Remove kcmgtk-xdg.desktop from package. - * Added note about the KDE dependency to package description. - * Cleaned up kcmgtk.desktop. - - -- Christoffer Sawicki Tue, 17 Aug 2004 21:03:03 +0200 - -gtk-qt-engine (0.50-1) unstable; urgency=low - - * Added some spaces in the description. - * New upstream version. - - -- Christoffer Sawicki Mon, 2 Aug 2004 17:05:17 +0200 - -gtk-qt-engine (0.41-3) unstable; urgency=low - - * Improved description. - * Removed README.Debian, not needed anymore. - * Don't install empty files to /usr/share/doc. - * Changed section from x11 to kde. - - -- Christoffer Sawicki Sat, 19 Jun 2004 22:03:50 +0200 - -gtk-qt-engine (0.41-2) unstable; urgency=low - - * Rebuilt for unstable. Excuse me. - * Added tdelibs4-dev to Build-Depends. - - -- Christoffer Sawicki Wed, 16 Jun 2004 20:51:15 +0200 - -gtk-qt-engine (0.41-1) unstable; urgency=low - - * New upstream release. - - -- Christoffer Sawicki Wed, 16 Jun 2004 17:45:16 +0200 - -gtk-qt-engine (0.3-1) unstable; urgency=low - - * New versioning policy. - * Upload to the new archive. - - -- Christoffer Sawicki Mon, 26 Apr 2004 19:20:52 +0200 - -gtk-qt-engine (0.3-0qerub3) workstation-unstable; urgency=low - - * Small cleanups in debian/ files. - - -- Christoffer Sawicki Wed, 18 Feb 2004 12:30:59 +0100 - -gtk-qt-engine (0.3-0qerub2) workstation-unstable; urgency=low - - * Added an extra note to README.Debian about segfaulting. - * Changed URL in debian/copyright. - - -- Christoffer Sawicki Wed, 18 Feb 2004 11:38:45 +0100 - -gtk-qt-engine (0.3-0qerub1) workstation-unstable; urgency=low - - * New upstream release! - * Added Build-Depends. - - -- Christoffer Sawicki Mon, 16 Feb 2004 19:29:20 +0100 - -gtk-qt-engine (0.2-0qerub2) workstation-unstable; urgency=low - - * Changed target to workstation-unstable (for upload to kde-debian.org). - - -- Christoffer Sawicki Tue, 27 Jan 2004 21:50:25 +0100 - -gtk-qt-engine (0.2-0qerub1) unstable; urgency=low - - * Initial release. - - -- Christoffer Sawicki Wed, 7 Jan 2004 16:28:00 +0100 - diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/compat b/ubuntu/_base/applications/gtk-qt-engine/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/control b/ubuntu/_base/applications/gtk-qt-engine/debian/control deleted file mode 100644 index ceaa8edc8..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/control +++ /dev/null @@ -1,33 +0,0 @@ -Source: gtk-qt-engine-trinity -Section: tde -Priority: optional -Maintainer: TDE Debian Team -XSBC-Original-Maintainer: Bastian Venthur -Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev, libgtk2.0-dev (>= 2.10.1) -Standards-Version: 3.8.4 - -Package: gtk-qt-engine-trinity -Architecture: any -Provides: gtk2-engines-gtk-qt-trinity -Replaces: gtk-qt-engine-kde3 (<< 4:14.0.0~), gtk-qt-engine-trinity (<< 4:14.0.0~) -Breaks: gtk-qt-engine-kde3 (<< 4:14.0.0~), gtk-qt-engine-trinity (<< 4:14.0.0~) -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: gtk3-tqt-engine-trinity -Description: theme engine using Qt for GTK+ 2.x and Trinity - The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine - that calls Qt to do the actual drawing. This makes your GTK 2 applications - look almost like real Qt applications and gives you a more unified desktop - experience. - . - Please note that this package is targeted at Trinity users and therefore provides - a way to configure it from within KControl. - -Package: gtk-qt-engine-trinity-dbg -Section: devel -Architecture: any -Priority: extra -Depends: gtk-qt-engine-trinity (= ${binary:Version}), tdelibs-trinity-dbg -Description: debugging symbols for the GTK-Qt Theme Engine [Trinity] - This package contains the debugging symbols associated with gtk-qt-engine-trinity. - They will automatically be used by gdb for debugging gtk-qt-engine-trinity-related - issues. diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/copyright b/ubuntu/_base/applications/gtk-qt-engine/debian/copyright deleted file mode 100644 index aa4e449ee..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/copyright +++ /dev/null @@ -1,23 +0,0 @@ -This package was debianized by Christoffer Sawicki on -Wed, 7 Jan 2004 16:46:04 +0100. - -Homepage: http://gtk-qt.ecs.soton.ac.uk/ - -Upstream author: David Sansome - -Copyright: - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 dated June, 1991. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.docs b/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.docs deleted file mode 100644 index 5502ed8f4..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.docs +++ /dev/null @@ -1,3 +0,0 @@ -NEWS -README -TODO diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install b/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install deleted file mode 100644 index 73ebaf828..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install +++ /dev/null @@ -1,5 +0,0 @@ -debian/tmp/opt/trinity/lib/trinity/*.so* -debian/tmp/opt/trinity/lib/trinity/*.la -debian/tmp/opt/trinity/share/ -debian/tmp/usr/lib/ -debian/tmp/usr/share/themes/Qt/gtk-2.0/ diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine.rc.sh b/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine.rc.sh deleted file mode 100644 index b477f5ce2..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/gtk-qt-engine.rc.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -# Make sure our customised gtkrc file is loaded. -export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde4 diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/patches/series b/ubuntu/_base/applications/gtk-qt-engine/debian/patches/series deleted file mode 100644 index e69de29bb..000000000 diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/rules b/ubuntu/_base/applications/gtk-qt-engine/debian/rules deleted file mode 100755 index 8f250b682..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/rules +++ /dev/null @@ -1,34 +0,0 @@ -#!/usr/bin/make -f - -# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function -# Also include the main Trinity path -ifeq ("$(LD_LIBRARY_PATH)", "") -LD_LIBRARY_PATH=/opt/trinity/lib:debian/tmp/opt/trinity/lib -else -LD_LIBRARY_PATH += :/opt/trinity/lib:debian/tmp/opt/trinity/lib -endif -export LD_LIBRARY_PATH - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk -include debian/cdbs/debian-tde.mk - -DEB_CMAKE_EXTRA_FLAGS := \ - -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ - -DLIB_SUFFIX="" \ - -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ - -DCONFIG_INSTALL_DIR="/etc/trinity" \ - -DSYSCONF_INSTALL_DIR="/etc/trinity" \ - -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" \ - -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" \ - -DAUTODETECT_QT_DIRS="ON" \ - -DCMAKE_VERBOSE_MAKEFILE="ON" \ - -DBUILD_ALL="ON" \ - -DCMAKE_SKIP_RPATH="OFF" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo - -binary-install/gtk-qt-engine-trinity:: - mkdir -p $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ - cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ - cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ - cp -Rp $(CURDIR)/debian/gtk-qt-engine.rc.sh $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/source/format b/ubuntu/_base/applications/gtk-qt-engine/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/ubuntu/_base/applications/gtk-qt-engine/debian/source/options b/ubuntu/_base/applications/gtk-qt-engine/debian/source/options deleted file mode 100644 index 72f1f5450..000000000 --- a/ubuntu/_base/applications/gtk-qt-engine/debian/source/options +++ /dev/null @@ -1,6 +0,0 @@ -# Use xz instead of gzip -compression = "xz" -compression-level = 9 - -# Don't run differences -diff-ignore = .* -- cgit v1.2.1