debian/0000775000000000000000000000000012426455323007176 5ustar debian/source/0000775000000000000000000000000012426455323010476 5ustar debian/source/format0000664000000000000000000000001412426440434011701 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000101212426445776010263 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined -Wl,--as-needed %: dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- \ -DDEBIAN_NO_DEMOS=1 \ -DCMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT=yes override_dh_makeshlibs: dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/gtk-2.0 override_dh_shlibdeps: dh_shlibdeps -- -xlibgtk2.0-0 .PHONY: override_dh_makeshlibs override_dh_auto_configure override_dh_shlibdeps debian/control0000664000000000000000000000217612426441175010607 0ustar Source: gtk2-engines-oxygen Section: gnome Priority: optional Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Kai Wasserbäch , Felix Geyer Build-Depends: cmake (>= 2.8.4+dfsg.1-3), debhelper (>= 9), libglib2.0-dev (>= 2.26.0), libgtk2.0-dev (>= 2.24.5-4) Standards-Version: 3.9.5 Homepage: https://projects.kde.org/projects/playground/artwork/oxygen-gtk Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/gtk2-engines-oxygen.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/gtk2-engines-oxygen.git;a=summary Package: gtk2-engines-oxygen Architecture: any Pre-Depends: multiarch-support Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: kde-config-gtk-style Multi-Arch: same Description: Oxygen widget theme for GTK+-based applications Oxygen-Gtk is a port of the Oxygen widget style to GTK+. . It ensures visual consistency between GTK+ and Qt-based applications running under KDE. debian/compat0000664000000000000000000000000212426440434010371 0ustar 9 debian/copyright0000664000000000000000000000416712426440434011136 0ustar This work was packaged for Debian by: Fathi Boudra on Sun, 26 Dec 2010 15:54:06 +0200 It was downloaded from: https://projects.kde.org/projects/playground/artwork/oxygen-gtk Upstream Authors: Hugo Pereira Da Costa Ruslan Kabatsayev Cédric Bellegarde Copyright: Copyright (C) 2010 Hugo Pereira Da Costa Copyright (C) 2010 Ruslan Kabatsayev Copyright (C) 2007 Matthew Woehlke Copyright (C) 2007 Thomas Zander Copyright (C) 2007 Zack Rusin Copyright (C) 2008 Robert Staudinger Copyright (C) 2003-2010 Craig Drummond Copyright (C) 2006-2007 Benjamin Berg Copyright (C) 2001 Red Hat Inc. Copyright (C) 2006 Andrew Johnson Copyright (C) 2010 Cédric Bellegarde Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 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 Lesser General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2". The Debian packaging is: Copyright (C) 2010-2012 Fathi Boudra Copyright (C) 2011-2012 Kai Wasserbäch and is licensed under the LGPL version 2, see "/usr/share/common-licenses/LGPL-2". debian/watch0000664000000000000000000000021712426440434010224 0ustar version=3 opts=pasv \ ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk2/([\d\.]+)/src/oxygen-gtk2-([\d\.]+)\.tar\.bz2 \ debian git-import-orig debian/docs0000664000000000000000000000000712426440434010043 0ustar README debian/patches/0000775000000000000000000000000012426455323010625 5ustar debian/patches/series0000664000000000000000000000002712426440434012036 0ustar dont-build-demos.patch debian/patches/dont-build-demos.patch0000664000000000000000000000126212426440434015012 0ustar From: Kai Wasserbäch Subject: Make building of the demos optional. Last-Update: 2012-03-14 Forwarded: not-needed --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: oxygen-gtk2-1.4.3/CMakeLists.txt =================================================================== --- oxygen-gtk2-1.4.3.orig/CMakeLists.txt 2014-02-12 07:09:30.026830383 -0800 +++ oxygen-gtk2-1.4.3/CMakeLists.txt 2014-02-12 07:09:30.018830383 -0800 @@ -200,5 +200,7 @@ add_subdirectory( src ) add_subdirectory( rc ) add_subdirectory( special-icons ) -add_subdirectory( demo ) +if( NOT DEBIAN_NO_DEMOS ) + add_subdirectory( demo ) +endif( NOT DEBIAN_NO_DEMOS ) debian/changelog0000664000000000000000000002676412426455167011075 0ustar gtk2-engines-oxygen (1.4.6-1ubuntu1) vivid; urgency=medium * Merge from Debian unstable. (LP: #1385316) -- Michał Zając Wed, 05 Nov 2014 16:30:21 +0100 gtk2-engines-oxygen (1.4.6-1) unstable; urgency=medium * New upstream release. * Drop fix-innershadow-crash.patch, applied upstream. * Add myself to uploaders. * Let dpkg-source use the default compression instead of bzip2. -- Felix Geyer Sat, 25 Oct 2014 15:03:39 +0200 gtk2-engines-oxygen (1.4.5-0ubuntu1) trusty; urgency=medium * New upstream bugfix release -- Jonathan Riddell Thu, 10 Apr 2014 16:26:49 +0100 gtk2-engines-oxygen (1.4.4-2) unstable; urgency=medium * Team upload. * Fix crash in LibreOffice save dialog. (Closes: #742051) - Cherry-pick upstream commit in fix-innershadow-crash.patch -- Felix Geyer Thu, 20 Mar 2014 20:15:45 +0100 gtk2-engines-oxygen (1.4.4-1) unstable; urgency=medium * Team upload. * New upstream release. - Fixes crashes in some application such as Eclipse. (Closes: #741401) * Bump Standards-Version to 3.9.5, no changes needed. -- Felix Geyer Sat, 15 Mar 2014 11:09:10 +0100 gtk2-engines-oxygen (1.4.3-0ubuntu1) trusty; urgency=medium * New upstream release * One major issue was fixed (basically some dangling pointers being wrongly accessed). (LP: #1219844) -- Scarlett Clark Wed, 12 Feb 2014 06:35:44 -0800 gtk2-engines-oxygen (1.4.0-1ubuntu1) trusty; urgency=low * Merge with debian, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends -- Jackson Doak Mon, 18 Nov 2013 07:00:08 +1100 gtk2-engines-oxygen (1.4.0-1) unstable; urgency=low * Team upload. * New upstream release. * Refresh dont-build-demos.patch. * Drop popen-instead-of-g_spawn_command_line_sync.patch, no longer needed. -- Ralf Jung Wed, 30 Oct 2013 08:58:18 +0100 gtk2-engines-oxygen (1.3.4-0ubuntu1) saucy; urgency=low * New upstream release * Drop popen-instead-of-g_spawn_command_line_sync.patch, applied upstream -- Rohan Garg Tue, 04 Jun 2013 07:05:25 +0100 gtk2-engines-oxygen (1.3.3-2ubuntu1) saucy; urgency=low * Merge with debian, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends -- Rohan Garg Fri, 31 May 2013 12:47:40 +0530 gtk2-engines-oxygen (1.3.3-2) unstable; urgency=low * Team upload. * Add popen-instead-of-g_spawn_command_line_sync.patch from upstream (Closes: #707699). -- Ralf Jung Thu, 23 May 2013 21:16:30 +0200 gtk2-engines-oxygen (1.3.3-1ubuntu1) saucy; urgency=low * Merge from Debian unstable, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends -- Felix Geyer Sun, 12 May 2013 11:17:23 +0200 gtk2-engines-oxygen (1.3.3-1) unstable; urgency=low * Team upload. * New upstream release. * Refresh dont-build-demos.patch. * Bumped Standards-Version to 3.9.4, no changes needed. -- Felix Geyer Sat, 11 May 2013 22:35:11 +0200 gtk2-engines-oxygen (1.3.1-0ubuntu1) raring; urgency=low * New upstream release. -- Felix Geyer Tue, 20 Nov 2012 11:50:45 +0100 gtk2-engines-oxygen (1.3.0-0ubuntu1) quantal; urgency=low * New upstream release -- Jonathan Riddell Fri, 20 Jul 2012 15:38:45 +0100 gtk2-engines-oxygen (1.2.4-1ubuntu1) quantal; urgency=low * Merge with Debian unstable, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends -- Jonathan Thomas Thu, 07 Jun 2012 09:39:24 -0400 gtk2-engines-oxygen (1.2.4-1) unstable; urgency=low * New upstream release. - Fix codeblocks crash. (Closes: #670830) [ Kai Wasserbäch ] * debian/control: Change B-D from libdbus-glib-1-dev to libglib2.0-dev >= 2.26.0, preferred by upstream's build system. [ Fathi Boudra ] * Update debian/rules: use DEB_LDFLAGS_MAINT_APPEND. (Closes: #669182) -- Fathi Boudra Tue, 22 May 2012 10:08:56 +0300 gtk2-engines-oxygen (1.2.3-0ubuntu1) quantal; urgency=low * New upstream release. - Fixes crash in Filezilla. (LP: #992133) -- Felix Geyer Sun, 06 May 2012 11:57:43 +0200 gtk2-engines-oxygen (1.2.2-1) unstable; urgency=low * New upstream release. * debian/patches/dont-build-demos.patch: Refreshed. * debian/control: Bumped Standards-Version, no further changes needed. * debian/copyright: Updated. -- Kai Wasserbäch Wed, 14 Mar 2012 19:11:12 +0100 gtk2-engines-oxygen (1.2.2-0ubuntu1) precise; urgency=low * New upstream release. * Build-depend on libglib2.0-dev instead of libdbus-glib-1-dev. -- Felix Geyer Sun, 18 Mar 2012 00:12:17 +0100 gtk2-engines-oxygen (1.2.2-1) unstable; urgency=low * New upstream release. * debian/patches/dont-build-demos.patch: Refreshed. * debian/control: Bumped Standards-Version, no further changes needed. * debian/copyright: Updated. -- Kai Wasserbäch Wed, 14 Mar 2012 19:11:12 +0100 gtk2-engines-oxygen (1.2.1-0ubuntu1) precise; urgency=low * New upstream release. -- Felix Geyer Wed, 07 Mar 2012 14:05:19 +0100 gtk2-engines-oxygen (1.2.0-1ubuntu1) precise; urgency=low * Merge from Debian unstable, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends -- Felix Geyer Mon, 23 Jan 2012 22:53:14 +0100 gtk2-engines-oxygen (1.2.0-1) unstable; urgency=low * New upstream release. * debian/watch: Updated (upstream renamed the tarball and changed the path). * debian/control: Bumped B-D on debhelper to >= 9. * debian/source.lintian-overrides: Removed, no longer needed. -- Kai Wasserbäch Sat, 21 Jan 2012 20:21:58 +0100 gtk2-engines-oxygen (1.1.6-1ubuntu1) precise; urgency=low * Merge from Debian testing, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends -- Felix Geyer Tue, 10 Jan 2012 12:13:18 +0100 gtk2-engines-oxygen (1.1.6-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Fri, 30 Dec 2011 12:24:19 +0200 gtk2-engines-oxygen (1.1.5-1) unstable; urgency=low * New upstream release. -- Kai Wasserbäch Thu, 24 Nov 2011 10:37:07 +0100 gtk2-engines-oxygen (1.1.4-1) unstable; urgency=low * New upstream release. * debian/patches/dont-build-demos.patch: Refreshed. * Move to debhelper compat level 9: - debian/rules: Remove dpkg-architecture invocation, dh v9 does it for us. - debian/control: Bump the B-D on debhelper and correct the B-D on cmake for multiarch. - debian/source.lintian-overrides: Added (temp. only). -- Kai Wasserbäch Tue, 18 Oct 2011 21:09:25 +0200 gtk2-engines-oxygen (1.1.3-1ubuntu1) precise; urgency=low * Merge from Debian unstable, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends -- Felix Geyer Sat, 15 Oct 2011 14:54:12 +0200 gtk2-engines-oxygen (1.1.3-1) unstable; urgency=low * New upstream release. * debian/control: Updated Vcs-* entries to point to anonscm.d.o. * Prepare for multiarch: - debian/control: · Bumped B-D on debhelper. · Bumped B-D on libgtk2.0-dev (multiarch ready since 2.24.5-4). · Added Pre-Depends and Multi-Arch entries to binary package. * Don't build the two demo applications: - debian/rules: Set DEBIAN_NO_DEMOS. - debian/patches/dont-build-demos.patch: Added to make demo building optional. -- Kai Wasserbäch Tue, 20 Sep 2011 12:08:39 +0200 gtk2-engines-oxygen (1.1.2-1ubuntu1) oneiric; urgency=low * Merge from Debian unstable, remaining changes: - Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends - Build for multiarch. + Add gtk_libdir_install_path.diff. - Remove oxygen-gtk-deco and oxygen-gtk-demo tools as they are useless and would have to be moved into a new package. -- Felix Geyer Thu, 08 Sep 2011 23:23:18 +0200 gtk2-engines-oxygen (1.1.2-1) unstable; urgency=low * New upstream release. (Closes: #640916) * debian/gtk2-engines-oxygen.lintian-overrides: Added with overrides for missing manpages (demo apps don't really need them). -- Kai Wasserbäch Thu, 08 Sep 2011 18:38:26 +0200 gtk2-engines-oxygen (1.1.1-0ubuntu2) oneiric; urgency=low * Build for multiarch. (LP: #828360) - Add gtk_libdir_install_path.diff. * Remove oxygen-gtk-deco and oxygen-gtk-demo tools as they are useless and would have to be moved into a new package. -- Felix Geyer Wed, 17 Aug 2011 14:31:00 +0200 gtk2-engines-oxygen (1.1.1-0ubuntu1) oneiric; urgency=low * New upstream release -- Scott Kitterman Tue, 09 Aug 2011 10:39:23 -0400 gtk2-engines-oxygen (1.1.0-1ubuntu2) oneiric; urgency=low * Put back dh_makeshlibs override that I shouldn't have removed -- Scott Kitterman Sat, 23 Jul 2011 12:40:25 -0400 gtk2-engines-oxygen (1.1.0-1ubuntu1) oneiric; urgency=low * Fix dh_shlibdeps to exclude libgtk2.0-0 from Depends - This engine is only relevant when a gtk2 application is installed and we want to avoid dragging gtk2 onto the Kubuntu CD -- Scott Kitterman Fri, 22 Jul 2011 18:03:03 -0400 gtk2-engines-oxygen (1.1.0-1) unstable; urgency=low * New upstream release. * Update debian/control: add libdbus-glib-1-dev build dependency. -- Fathi Boudra Sun, 19 Jun 2011 22:00:43 +0300 gtk2-engines-oxygen (1.0.5-1) unstable; urgency=low * New upstream version. * debian/gbp.conf: Make signed tags the default behaviour. * debian/control: Bumped Standards-Version to 3.9.2, no further changes required. * debian/copyright: Added myself to the "Debian packaging" section. -- Kai Wasserbäch Fri, 20 May 2011 10:13:26 +0200 gtk2-engines-oxygen (1.0.4-1) unstable; urgency=low * New upstream version. (Closes: #623442) -- Kai Wasserbäch Wed, 20 Apr 2011 12:49:21 +0200 gtk2-engines-oxygen (1.0.3-1) unstable; urgency=low * New upstream version. - debian/patches/LP719078_fix_assert_failure.patch: Dropped, was taken from upstream. * debian/rules: Added "--parallel" to dh_auto_configure invocation. * debian/watch: Added "git-import-orig" as a command. -- Kai Wasserbäch Mon, 14 Mar 2011 18:03:50 +0100 gtk2-engines-oxygen (1.0.2-2) unstable; urgency=low * Update debian/control: - Point to the correct VCS. - Bumped B-D on debhelper to 8. - Added kde-config-gtk-style to Suggests. * Add debian/watch file. * Add debian/patches/LP719078_fix_assert_failure.patch (LP: #719078) * Update debian/source: - local-options: Added with "unapply-patches". - options: Added to ensure BZip2 compression. * Update debian/compat: raise to 8. * Update debian/rules: - Ensure minimal linking. - Add .PHONY line. * debian/gbp.conf: Ensure pristine-tar usage. -- Kai Wasserbäch Sun, 20 Feb 2011 14:08:10 +0100 gtk2-engines-oxygen (1.0.2-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Fri, 11 Feb 2011 11:58:52 +0200 gtk2-engines-oxygen (1.0.0+git260+36e283c-1) unstable; urgency=low * Initial release. (Closes: #601046) -- Fathi Boudra Fri, 31 Dec 2010 10:31:44 +0200 debian/gbp.conf0000664000000000000000000000005712426440434010614 0ustar [DEFAULT] pristine-tar = True sign-tags = True