debian/0000775000000000000000000000000012254745667007212 5ustar debian/rules0000775000000000000000000000042312254745607010263 0ustar #!/usr/bin/make -f LDFLAGS = -Wl,--as-needed %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-animation override_dh_auto_install: dh_auto_install chrpath -d debian/gtk2-engines-equinox/usr/lib/gtk-2.0/2.10.0/engines/libequinox.so debian/changelog0000664000000000000000000000220312254745662011054 0ustar gtk2-engines-equinox (1.50-0ubuntu4) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to try to fix FTBFS on ppc64el. -- Logan Rosen Thu, 19 Dec 2013 23:46:23 -0500 gtk2-engines-equinox (1.50-0ubuntu3) trusty; urgency=low * Use autotools-dev to update config.{guess,sub} and fix the arm64 FTBFS. -- Logan Rosen Wed, 30 Oct 2013 02:16:57 -0400 gtk2-engines-equinox (1.50-0ubuntu2) quantal; urgency=low * Only include instead of individual header files. -- Michael Bienia Thu, 27 Sep 2012 17:09:27 +0200 gtk2-engines-equinox (1.50-0ubuntu1) oneiric; urgency=low * New upstream release. * Remove README.source, not needed with the 3.0 format. * debian/control: - Bump Standards-Version to 3.9.2. - Depend on chrpath. * debian/rules: - Remove repack rule, not needed anymore. - Strip rpath. -- Maia Kozheva Tue, 03 May 2011 23:40:18 +0700 gtk2-engines-equinox (1.20-0ubuntu1) maverick; urgency=low * Initial release. (LP: #593073) -- Maia Kozheva Sat, 12 Jun 2010 22:19:02 +0700 debian/compat0000664000000000000000000000000212234122050010355 0ustar 7 debian/copyright0000664000000000000000000000455712234122050011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Files: * License: GPL-2+ Copyright: Richard Stellingwerff Daniel Borgmann Doug Whiteley Andrea Cimitan Andrea Cimitan Eric Matthews Matthieu James Files: src/animation.h src/equinox_rc_style.h src/equinox_style.h src/equinox_rc_style.c License: LGPL-2+ Files: debian/* Copyright: 2010, Maia Kozheva License: GPL-2+ Files: debian/patches/99_ltmain_as-needed.patch Copyright: 2009, Chow Loong Jin License: GPL-2+ License: GPL-2+ 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 of the License, 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . A full copy of this license can be found in /usr/share/common-licenses/GPL-2 License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library 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 Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA . A full copy of this license can be found in /usr/share/common-licenses/LGPL-2 debian/source/0000775000000000000000000000000012234122170010462 5ustar debian/source/format0000664000000000000000000000001412234122050011665 0ustar 3.0 (quilt) debian/control0000664000000000000000000000131712254745635010612 0ustar Source: gtk2-engines-equinox Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Maia Kozheva Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev (>= 2.10.0), chrpath, dh-autoreconf Standards-Version: 3.9.2 Homepage: http://gnome-look.org/content/show.php/Equinox+Gtk+Engine?content=121881 Package: gtk2-engines-equinox Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Equinox GTK+ theme engine Equinox is a theme engine for the GTK+ widget toolkit, a heavily modified derivative of the Aurora engine (version 1.40). . GTK+ is a multi-platform toolkit for creating graphical user interfaces. debian/patches/0000775000000000000000000000000012234122170010611 5ustar debian/patches/01_only-include-glib.h0000664000000000000000000000067012234122050014577 0ustar Index: gtk2-engines-equinox-1.50/src/animation.c =================================================================== --- gtk2-engines-equinox-1.50.orig/src/animation.c 2011-01-10 10:53:12.000000000 +0100 +++ gtk2-engines-equinox-1.50/src/animation.c 2012-09-27 17:08:43.000000000 +0200 @@ -7,7 +7,7 @@ #include "animation.h" #ifdef HAVE_ANIMATION -#include +#include struct _AnimationInfo { GTimer *timer; debian/patches/99_ltmain_as-needed.patch0000664000000000000000000000204412234122050015341 0ustar # Description: Fix ltmain.sh to handle -Wl,--as-needed properly # Origin: vendor # Forwarded: not-needed Index: gtk2-engines-aurora2/ltmain.sh =================================================================== --- gtk2-engines-aurora2.orig/ltmain.sh 2009-12-22 16:25:37.576986936 +0800 +++ gtk2-engines-aurora2/ltmain.sh 2009-12-22 16:25:49.569467206 +0800 @@ -1794,6 +1794,11 @@ arg=`$echo "X$arg" | $Xsed -e "s/^ //"` ;; + -Wl,--as-needed) + deplibs="$deplibs $arg" + continue + ;; + -Wl,*) args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` arg= @@ -2134,6 +2139,15 @@ lib= found=no case $deplib in + -Wl,--as-needed) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + fi + continue + ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" debian/patches/series0000664000000000000000000000006112234122050012020 0ustar 99_ltmain_as-needed.patch 01_only-include-glib.h