debian/0000755000000000000000000000000012236040724007166 5ustar debian/control0000644000000000000000000000111412236040604010563 0ustar Source: gartoon-redux Section: gnome Priority: optional Maintainer: Edubuntu Developers Build-Depends: debhelper (>= 7), librsvg2-bin Standards-Version: 3.9.1 Homepage: http://www.gnome-look.org/content/show.php/Gartoon+Redux?content=74841 Package: gnome-icon-theme-gartoon-redux Architecture: all Depends: ${misc:Depends}, librsvg2-common, libswitch-perl Description: Cartoon-style SVG icon theme based on Gartoon Gartoon Redux is an expanded version of the Gartoon theme, with dozens of new icons. PNG renderings of the SVG icons are also provided. debian/postinst0000644000000000000000000000035211474771164011010 0ustar #!/bin/bash set -e perl -w /usr/share/icons/GartoonRedux/fix-logo.pl --icondir=/usr/share/icons/GartoonRedux if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache -f /usr/share/icons/GartoonRedux/ fi #DEBHELPER# debian/docs0000644000000000000000000000000711474771164010052 0ustar README debian/watch0000644000000000000000000000010711474771164010231 0ustar version=3 http://tweenk.artfx.pl/gartoon/gartoon-redux-(\d.*)\.tar\.gz debian/changelog0000644000000000000000000000102112236040665011036 0ustar gartoon-redux (1.10-0ubuntu3) trusty; urgency=low * Add missing dependency on libswitch-perl. -- Stéphane Graber Mon, 04 Nov 2013 19:54:01 -0500 gartoon-redux (1.10-0ubuntu2) precise; urgency=low * Fix FTBFS now that rsvg was renamed to rsvg-convert. -- Stéphane Graber Tue, 10 Apr 2012 23:09:30 +0200 gartoon-redux (1.10-0ubuntu1) natty; urgency=low * Initial Release (closes LP: #523489) -- Jonathan Carter Mon, 29 Nov 2010 13:36:45 -0500 debian/compat0000644000000000000000000000000211474771164010400 0ustar 7 debian/prerm0000644000000000000000000000012411474771164010247 0ustar #!/bin/sh set -e rm -f /usr/share/icons/GartoonRedux/icon-theme.cache #DEBHELPER# debian/rules0000755000000000000000000000156211474772400010260 0ustar #!/usr/bin/make -f # -*- makefile -*- package = gnome-icon-theme-gartoon-redux # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 Makefile: configure dh_testdir ./configure --prefix=/usr --defer-fixlogo build: build-stamp build-stamp: Makefile dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) clean rm -f Makefile dh_prep install: build dh_testdir dh_testroot dh_prep $(MAKE) PREFIX=$(CURDIR)/debian/$(package)/usr install # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs changelog dh_installdocs dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: build install # Nothing to do binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/patches/0000755000000000000000000000000011741121515010613 5ustar debian/patches/fix-rsvg-call0000644000000000000000000000114511741121515013215 0ustar Description: Change call from rsvg to rsvg-convert Author: Stéphane Graber Index: gartoon-redux-1.10/configure =================================================================== --- gartoon-redux-1.10.orig/configure 2012-04-10 23:10:16.000000000 +0200 +++ gartoon-redux-1.10/configure 2012-04-10 23:11:25.382406368 +0200 @@ -150,7 +150,7 @@ my $size = shift; my $zoom_factor = $size / 90; return "$target: $source\n" . - "\trsvg -x $zoom_factor -y $zoom_factor $source $target"; + "\trsvg-convert -x $zoom_factor -y $zoom_factor -o $target $source"; } sub usage { debian/patches/series0000644000000000000000000000001611741120601012020 0ustar fix-rsvg-call debian/gnome-icon-theme-gartoon-redux.debhelper.log0000644000000000000000000000001012236040724017540 0ustar dh_prep debian/copyright0000644000000000000000000000304511474771164011137 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat Upstream-Name: Gartoon Redux Upstream-Maintainer: Krzysztof Kosiński Upstream-Source: http://www.gnome-look.org/content/show.php/Gartoon+Redux?content=74841 Files: * Copyright: © 2008-2009 Krzysztof Kosiński Copyright: © 2008 David Liang Copyright: © 2008 reassuringlyoffensive Copyright: © 2004 Kuswanto Copyright: © 2004 La Mula Francis Copyright: © 2004 Tiago Bortoletto Copyright: © 2004 James Birkett Copyright: © 2004 Ian Megibben License: GPL-2+ 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; 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA X-Comment: On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL Files: debian/* Copyright: © 2008-2009 Krzysztof Kosiński License: GPL-2+ debian/source/0000755000000000000000000000000011741120524010463 5ustar debian/source/format0000644000000000000000000000001411474772630011707 0ustar 3.0 (quilt)