diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 88 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 31 | ||||
-rw-r--r-- | debian/copyright | 23 | ||||
-rw-r--r-- | debian/indicator-printers.install | 1 | ||||
-rw-r--r-- | debian/local/ubuntu-mono-dark/status/16/printer-symbolic.svg | 77 | ||||
-rw-r--r-- | debian/local/ubuntu-mono-dark/status/22/printer-symbolic.svg | 77 | ||||
-rw-r--r-- | debian/local/ubuntu-mono-dark/status/24/printer-symbolic.svg | 72 | ||||
-rw-r--r-- | debian/local/ubuntu-mono-light/status/16/printer-symbolic.svg | 71 | ||||
-rw-r--r-- | debian/local/ubuntu-mono-light/status/22/printer-symbolic.svg | 71 | ||||
-rw-r--r-- | debian/local/ubuntu-mono-light/status/24/printer-symbolic.svg | 66 | ||||
-rwxr-xr-x | debian/rules | 16 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
14 files changed, 597 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5eab099 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,88 @@ +indicator-printers (0.1.6-0ubuntu3) quantal; urgency=low + + * Cherry-pick a fix in trunk for FTBFS (cups changed its API): + - Don't access CUPS' ipp_attribute_t directly. Thanks Larsu + + -- Didier Roche <didrocks@ubuntu.com> Fri, 07 Sep 2012 17:07:36 +0200 + +indicator-printers (0.1.6-0ubuntu2) quantal; urgency=low + + * debian/control: + - Don't recommend Unity; indicators work in GNOME Classic session + without Unity being installed + + -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 31 Aug 2012 20:04:34 -0400 + +indicator-printers (0.1.6-0ubuntu1) precise; urgency=low + + * New upstream release. + * Add test coverage build targets + + -- Ted Gould <ted@ubuntu.com> Wed, 04 Apr 2012 15:05:58 -0500 + +indicator-printers (0.1.5-0ubuntu1) precise; urgency=low + + * New upstream release. + - translate accessible description (LP: #957522) + - set lease durations on cups subscriptions (LP: #959195) + - draw number of jobs as lozenge + + -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Tue, 20 Mar 2012 18:50:39 +0100 + +indicator-printers (0.1.4-0ubuntu1) precise; urgency=low + + * New upstream release. + - fix small i18n problems, thanks Gabor! (LP: #945547) + + -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Tue, 06 Mar 2012 22:21:12 +0100 + +indicator-printers (0.1.3-0ubuntu2) precise; urgency=low + + * Add symbolic printer icons by Daniel Planas Armangue (LP: #840151) + + -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Thu, 23 Feb 2012 15:57:28 +0100 + +indicator-printers (0.1.3-0ubuntu1) precise; urgency=low + + * New upstream release. + - generate dbus service file with the correct path + - use IndicatorServiceManager to manage the lifecycle of the service + + -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Fri, 17 Feb 2012 19:30:24 +0100 + +indicator-printers (0.1.1-0ubuntu1) precise; urgency=low + + * New upstream release. + - prepare for i18n + - make sure CUPS' dbus notification is on while the service is running + - fix build system to enable out-of-tree builds + + * debian/control + - bump libindicator dependency 0.3.91 + + -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Thu, 16 Feb 2012 21:19:35 +0100 + +indicator-printers (0.1-0ubuntu2) precise; urgency=low + + * debian/control: + - Flesh out description a tad more + - Recommend system-config-printer-gnome + + -- Michael Terry <mterry@ubuntu.com> Wed, 15 Feb 2012 10:21:08 -0500 + +indicator-printers (0.1-0ubuntu1) precise; urgency=low + + * Sponsored to Ubuntu, thanks Lars! + * debian/control: + - recommends "unity | indicator-renderer", indicators are not that + useful without a renderer + - slightly improve the description + * debian/copyright: + - updated to the current format + * debian/rules: + - comment DEB_BUILDDIR to workaround a out of srcdir build issue + + [ Lars Uebernickel ] + * Initial release. + + -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 15:08:11 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..dacc89f --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: indicator-printers +Section: gnome +Priority: extra +Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> +XSBC-Original-Maintainer: Lars Uebernickel <lars.uebernickel@canonical.com> +Build-Depends: debhelper (>= 8), + cdbs (>= 0.4.41), + autotools-dev, + dh-autoreconf, + libglib2.0-dev (>= 2.22.3), + libgtk-3-dev, + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), + libindicator3-dev (>= 0.3.91), + libcups2-dev +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/indicator-printers +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/indicator-printers/ubuntu + +Package: indicator-printers +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + cups (>= 1.5) +Recommends: indicator-applet (>= 0.2) | indicator-renderer, + system-config-printer-gnome +Description: indicator showing active print jobs + This indicator is designed to let you view and control active print jobs. + . + It requires some way to be hosted into a panel. Either Unity or an indicator + plugin for your desktop environment. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..685f046 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: indicator-printers +Upstream-Contact: Lars Uebernickel <lars.uebernickel@canonical.com> +Source: https://launchpad.net/indicator-printers + +Files: * +Copyright: 2012 Canonical Ltd +License: GPL-3 + 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, version 3 of the License. + . + 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, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + diff --git a/debian/indicator-printers.install b/debian/indicator-printers.install new file mode 100644 index 0000000..b23a476 --- /dev/null +++ b/debian/indicator-printers.install @@ -0,0 +1 @@ +debian/local/* /usr/share/icons diff --git a/debian/local/ubuntu-mono-dark/status/16/printer-symbolic.svg b/debian/local/ubuntu-mono-dark/status/16/printer-symbolic.svg new file mode 100644 index 0000000..09239cf --- /dev/null +++ b/debian/local/ubuntu-mono-dark/status/16/printer-symbolic.svg @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3229" + height="16" + width="16" + version="1.0" + inkscape:version="0.48.2 r9819" + sodipodi:docname="printer-error.svg"> + <defs + id="defs8" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="958" + inkscape:window-height="1026" + id="namedview6" + showgrid="true" + showguides="false" + inkscape:zoom="15.170655" + inkscape:cx="8.0354254" + inkscape:cy="1.1477" + inkscape:window-x="7" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="g2992" + transform="translate(-4,-5)"> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccssccccc" + id="rect3001-6-6" + d="M 8,5 C 7.446,5 7,6.446 7,7 L 7,9 4.75,9 C 4.3345,9 4,9.3345 4,9.75 l 0,5.5 C 4,15.6655 4.3345,16 4.75,16 L 7,16 7,20 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2.25,0 C 19.6655,16 20,15.6655 20,15.25 l 0,-5.5 C 20,9.3345 19.6655,9 19.25,9 L 17,9 17,7 C 17,6.446 16.554,5 16,5 z m 0.75,2 6.5,0 C 15.6655,7 16,7.3345 16,7.75 L 16,10 8,10 8,7.75 C 8,7.3345 8.3345,7 8.75,7 z M 8,14 l 8,0 0,5 -8,0 z" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccsscccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect3001-8" + d="M 8,5 C 7.446,5 7,5.446 7,6 L 7,8 5,8 C 4.5845,8 4,8.5845 4,9 l 0,5 c 0,0.4155 0.5845,1 1,1 l 2,0 0,4 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2,0 c 0.4155,0 1,-0.5845 1,-1 L 20,9 C 20,8.5845 19.4155,8 19,8 L 17,8 17,6 C 17,5.446 16.554,5 16,5 z m 0.75,1 6.5,0 C 15.6655,6 16,6.3345 16,6.75 L 16,9 8,9 8,6.75 C 8,6.3345 8.3345,6 8.75,6 z m 4.25,4 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m -9,3 8,0 0,6 -8,0 z m 1,2 0,1 6,0 0,-1 z m 0,2 0,1 4,0 0,-1 z" + style="fill:#dfdbd2;fill-opacity:1;stroke:none" /> + </g> +</svg> diff --git a/debian/local/ubuntu-mono-dark/status/22/printer-symbolic.svg b/debian/local/ubuntu-mono-dark/status/22/printer-symbolic.svg new file mode 100644 index 0000000..c089131 --- /dev/null +++ b/debian/local/ubuntu-mono-dark/status/22/printer-symbolic.svg @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3229" + height="22" + width="22" + version="1.0" + inkscape:version="0.48.2 r9819" + sodipodi:docname="printer-printing.svg"> + <defs + id="defs8" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="958" + inkscape:window-height="1026" + id="namedview6" + showgrid="true" + showguides="false" + inkscape:zoom="10.727273" + inkscape:cx="10.321253" + inkscape:cy="-0.6550817" + inkscape:window-x="7" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="g2992" + transform="translate(-1,-1)"> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccssccccc" + id="rect3001-6-6" + d="M 8,5 C 7.446,5 7,6.446 7,7 L 7,9 4.75,9 C 4.3345,9 4,9.3345 4,9.75 l 0,5.5 C 4,15.6655 4.3345,16 4.75,16 L 7,16 7,20 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2.25,0 C 19.6655,16 20,15.6655 20,15.25 l 0,-5.5 C 20,9.3345 19.6655,9 19.25,9 L 17,9 17,7 C 17,6.446 16.554,5 16,5 z m 0.75,2 6.5,0 C 15.6655,7 16,7.3345 16,7.75 L 16,10 8,10 8,7.75 C 8,7.3345 8.3345,7 8.75,7 z M 8,14 l 8,0 0,5 -8,0 z" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccsscccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect3001-8" + d="M 8,5 C 7.446,5 7,5.446 7,6 L 7,8 5,8 C 4.5845,8 4,8.5845 4,9 l 0,5 c 0,0.4155 0.5845,1 1,1 l 2,0 0,4 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2,0 c 0.4155,0 1,-0.5845 1,-1 L 20,9 C 20,8.5845 19.4155,8 19,8 L 17,8 17,6 C 17,5.446 16.554,5 16,5 z m 0.75,1 6.5,0 C 15.6655,6 16,6.3345 16,6.75 L 16,9 8,9 8,6.75 C 8,6.3345 8.3345,6 8.75,6 z m 4.25,4 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m -9,3 8,0 0,6 -8,0 z m 1,2 0,1 6,0 0,-1 z m 0,2 0,1 4,0 0,-1 z" + style="fill:#dfdbd2;fill-opacity:1;stroke:none" /> + </g> +</svg> diff --git a/debian/local/ubuntu-mono-dark/status/24/printer-symbolic.svg b/debian/local/ubuntu-mono-dark/status/24/printer-symbolic.svg new file mode 100644 index 0000000..33ce65f --- /dev/null +++ b/debian/local/ubuntu-mono-dark/status/24/printer-symbolic.svg @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3014" + height="24" + width="24" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="printer-printing.svg"> + <defs + id="defs11" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="958" + inkscape:window-height="1026" + id="namedview9" + showgrid="true" + inkscape:zoom="18" + inkscape:cx="11.131331" + inkscape:cy="7.4882386" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3014"> + <inkscape:grid + type="xygrid" + id="grid2999" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3019"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <path + inkscape:connector-curvature="0" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none" + d="M 8,5 C 7.446,5 7,6.446 7,7 L 7,9 4.75,9 C 4.3345,9 4,9.3345 4,9.75 l 0,5.5 C 4,15.6655 4.3345,16 4.75,16 L 7,16 7,20 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2.25,0 C 19.6655,16 20,15.6655 20,15.25 l 0,-5.5 C 20,9.3345 19.6655,9 19.25,9 L 17,9 17,7 C 17,6.446 16.554,5 16,5 z m 0.75,2 6.5,0 C 15.6655,7 16,7.3345 16,7.75 L 16,10 8,10 8,7.75 C 8,7.3345 8.3345,7 8.75,7 z M 8,14 l 8,0 0,5 -8,0 z" + id="rect3001-6" + sodipodi:nodetypes="sscsssscsssscsssscssssssccssccccc" /> + <path + style="fill:#dfdbd2;fill-opacity:1;stroke:none" + d="M 8,5 C 7.446,5 7,5.446 7,6 L 7,8 5,8 C 4.5845,8 4,8.5845 4,9 l 0,5 c 0,0.4155 0.5845,1 1,1 l 2,0 0,4 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2,0 c 0.4155,0 1,-0.5845 1,-1 L 20,9 C 20,8.5845 19.4155,8 19,8 L 17,8 17,6 C 17,5.446 16.554,5 16,5 z m 0.75,1 6.5,0 C 15.6655,6 16,6.3345 16,6.75 L 16,9 8,9 8,6.75 C 8,6.3345 8.3345,6 8.75,6 z m 4.25,4 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m -9,3 8,0 0,6 -8,0 z m 1,2 0,1 6,0 0,-1 z m 0,2 0,1 4,0 0,-1 z" + id="rect3001" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sscsssscsssscsssscssssssccsscccccccccccccccccccccccccccccc" /> +</svg> diff --git a/debian/local/ubuntu-mono-light/status/16/printer-symbolic.svg b/debian/local/ubuntu-mono-light/status/16/printer-symbolic.svg new file mode 100644 index 0000000..16f52de --- /dev/null +++ b/debian/local/ubuntu-mono-light/status/16/printer-symbolic.svg @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3229" + height="16" + width="16" + version="1.0" + inkscape:version="0.48.2 r9819" + sodipodi:docname="printer-error.svg"> + <defs + id="defs8" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="958" + inkscape:window-height="1026" + id="namedview6" + showgrid="true" + showguides="false" + inkscape:zoom="15.170655" + inkscape:cx="14.963622" + inkscape:cy="0.95075352" + inkscape:window-x="7" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="g2992" + transform="translate(-4,-5)"> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccsscccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect3001-8" + d="M 8,5 C 7.446,5 7,5.446 7,6 L 7,8 5,8 C 4.5845,8 4,8.5845 4,9 l 0,5 c 0,0.4155 0.5845,1 1,1 l 2,0 0,4 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2,0 c 0.4155,0 1,-0.5845 1,-1 L 20,9 C 20,8.5845 19.4155,8 19,8 L 17,8 17,6 C 17,5.446 16.554,5 16,5 z m 0.75,1 6.5,0 C 15.6655,6 16,6.3345 16,6.75 L 16,9 8,9 8,6.75 C 8,6.3345 8.3345,6 8.75,6 z m 4.25,4 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m -9,3 8,0 0,6 -8,0 z m 1,2 0,1 6,0 0,-1 z m 0,2 0,1 4,0 0,-1 z" + style="fill:#3c3c3c;fill-opacity:1;stroke:none" /> + </g> +</svg> diff --git a/debian/local/ubuntu-mono-light/status/22/printer-symbolic.svg b/debian/local/ubuntu-mono-light/status/22/printer-symbolic.svg new file mode 100644 index 0000000..ffa3129 --- /dev/null +++ b/debian/local/ubuntu-mono-light/status/22/printer-symbolic.svg @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3229" + height="22" + width="22" + version="1.0" + inkscape:version="0.48.2 r9819" + sodipodi:docname="printer-printing.svg"> + <defs + id="defs8" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="958" + inkscape:window-height="1026" + id="namedview6" + showgrid="true" + showguides="false" + inkscape:zoom="15.170655" + inkscape:cx="27.224135" + inkscape:cy="1.9395045" + inkscape:window-x="7" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="g2992" + transform="translate(-1,-1)"> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccsscccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect3001-8" + d="M 8,5 C 7.446,5 7,5.446 7,6 L 7,8 5,8 C 4.5845,8 4,8.5845 4,9 l 0,5 c 0,0.4155 0.5845,1 1,1 l 2,0 0,4 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2,0 c 0.4155,0 1,-0.5845 1,-1 L 20,9 C 20,8.5845 19.4155,8 19,8 L 17,8 17,6 C 17,5.446 16.554,5 16,5 z m 0.75,1 6.5,0 C 15.6655,6 16,6.3345 16,6.75 L 16,9 8,9 8,6.75 C 8,6.3345 8.3345,6 8.75,6 z m 4.25,4 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m -9,3 8,0 0,6 -8,0 z m 1,2 0,1 6,0 0,-1 z m 0,2 0,1 4,0 0,-1 z" + style="fill:#3c3c3c;fill-opacity:1;stroke:none" /> + </g> +</svg> diff --git a/debian/local/ubuntu-mono-light/status/24/printer-symbolic.svg b/debian/local/ubuntu-mono-light/status/24/printer-symbolic.svg new file mode 100644 index 0000000..eb12abd --- /dev/null +++ b/debian/local/ubuntu-mono-light/status/24/printer-symbolic.svg @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3014" + height="24" + width="24" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="printer-printing.svg"> + <defs + id="defs11" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="958" + inkscape:window-height="1026" + id="namedview9" + showgrid="true" + inkscape:zoom="6.363961" + inkscape:cx="11.79442" + inkscape:cy="1.2573142" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3014"> + <inkscape:grid + type="xygrid" + id="grid2999" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3019"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <path + style="fill:#3c3c3c;fill-opacity:1;stroke:none" + d="M 8,5 C 7.446,5 7,5.446 7,6 L 7,8 5,8 C 4.5845,8 4,8.5845 4,9 l 0,5 c 0,0.4155 0.5845,1 1,1 l 2,0 0,4 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2,0 c 0.4155,0 1,-0.5845 1,-1 L 20,9 C 20,8.5845 19.4155,8 19,8 L 17,8 17,6 C 17,5.446 16.554,5 16,5 z m 0.75,1 6.5,0 C 15.6655,6 16,6.3345 16,6.75 L 16,9 8,9 8,6.75 C 8,6.3345 8.3345,6 8.75,6 z m 4.25,4 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m -9,3 8,0 0,6 -8,0 z m 1,2 0,1 6,0 0,-1 z m 0,2 0,1 4,0 0,-1 z" + id="rect3001" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sscsssscsssscsssscssssssccsscccccccccccccccccccccccccccccc" /> +</svg> diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..84e343d --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +#DEB_BUILDDIR = build + +include /usr/share/cdbs/1/rules/autoreconf.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --disable-static + +CFLAGS += -Wno-error=deprecated-declarations +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +common-install-arch:: + find debian/indicator-printers -name \*.la -delete + find debian/indicator-printers -name \*.a -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..c090eb6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/indicator-printers/+download .*/indicator-printers-([0-9.]+)\.tar\.gz |