debian/0000755000000000000000000000000012256370433007173 5ustar debian/rules0000755000000000000000000000036512163057737010265 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: cmake -DCMAKE_INSTALL_PREFIX=/usr override_dh_install: dh_install dh_install debian/terminal-tango.xpm $(DESTDIR)/usr/share/pixmaps rm -f debian/sakura/usr/share/doc/sakura/INSTALL debian/copyright0000644000000000000000000001001112163057737011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sakura Upstream-Contact: David Gómez Source: http://www.pleyades.net/david/sakura.php Files: * Copyright: 2006-2008, David Gómez 2008, Hong Jen Yee (PCMan) License: GPL-2 Files: debian/* Copyright: 2008-2011, Andrew Starr-Bochicchio 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, version 2. . 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 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 the /usr/share/common-licenses/GPL-2 file. Files: terminal-tango.svg debian/terminal-tango.xpm X-Note: This icon part of the Tango Icon Theme. The "license" text below is from: /usr/share/doc/tango-icon-theme/copyright Copyright: Public Domain License: public-domain In the preparation of the 0.8.90 release Novell took care of tracking down all the contributors to get them to relicense their artwork into Public Domain. . The COPYING file of the tarball states the following: | The icons in this repository are herefore released into the Public Domain. . Additionally the copyright status of the files was tracked in the CVS and the rdf properties of the SVGs adjusted for all files that were put into Public Domain (see rdf:about and rdf:resource). Both fields contain a link to the Creative Commons Public Domain Dediciation[0] as reproduced below: | Public Domain Dedication | | Copyright-Only Dedication (based on United States law) or Public Domain | Certification | | The person or persons who have associated work with this document (the | "Dedicator" or "Certifier") hereby either (a) certifies that, to the best | of his knowledge, the work of authorship identified is in the public | domain of the country from which the work is published, or (b) | hereby dedicates whatever copyright the dedicators holds in the work | of authorship identified below (the "Work") to the public domain. A | certifier, moreover, dedicates any copyright interest he may have in | the associated work, and for these purposes, is described as a | "dedicator" below. | | A certifier has taken reasonable steps to verify the copyright | status of this work. Certifier recognizes that his good faith efforts | may not shield him from liability if in fact the work certified is not | in the public domain. | | Dedicator makes this dedication for the benefit of the public at | large and to the detriment of the Dedicator's heirs and successors. | Dedicator intends this dedication to be an overt act of relinquishment | in perpetuity of all present and future rights under copyright law, | whether vested or contingent, in the Work. Dedicator understands that | such relinquishment of all rights includes the relinquishment of all | rights to enforce (by lawsuit or otherwise) those copyrights in the | Work. | | Dedicator recognizes that, once placed in the public domain, the Work | may be freely reproduced, distributed, transmitted, used, modified, | built upon, or otherwise exploited by anyone for any purpose, commercial | or non-commercial, and in any way, including by methods that have not | yet been invented or conceived. [0] http://creativecommons.org/licenses/publicdomain/ debian/changelog0000644000000000000000000001335612256370433011055 0ustar sakura (3.1.3-1) unstable; urgency=medium * New upstream release. * Bump Standards-Version to 3.9.5, no changes needed. -- Andrew Starr-Bochicchio Tue, 24 Dec 2013 15:39:51 -0500 sakura (3.1.1-1) unstable; urgency=low * New upstream release (Closes: #714860). * Use anonscm.debian.org in the Vcs-Git field to please lintian. -- Andrew Starr-Bochicchio Sat, 23 Nov 2013 12:03:25 -0500 sakura (3.1.0-1) unstable; urgency=low * New upstream release. * Update debian/watch. * Bump Standards-Version to 3.9.4, no changes needed. * Drop deprecated DM-Upload-Allowed field and use my @debian.org address in the Maintainer field. * Bump debian/compat to 9. -- Andrew Starr-Bochicchio Thu, 27 Jun 2013 12:24:04 -0400 sakura (3.0.4-2) unstable; urgency=low * debian/patches: Drop all disabled patches and close-right-page-on-child-exit.patch, it was also applied upstream. -- Andrew Starr-Bochicchio Thu, 03 May 2012 02:20:08 -0400 sakura (3.0.4-1) unstable; urgency=low * new upstream release: . disabled patches: dynamic-cwd-path.patch (LP: #977232) (see below for details), retain-opacity-level.patch * unfuzzified: close-right-page-on-child-exit.patch -- Norbert Preining Tue, 01 May 2012 09:50:33 +0900 sakura (3.0.3-3) UNRELEASED; urgency=low * dynamic-cwd-path.patch: replaces fix_FTBFS4Hurd.patch, patch by Sebastian Reichel. Better dynamic string allocation handling for PATH_MAX. This patch also fixes the not keeping cwd in new tabs bug (LP: #977232) -- Norbert Preining Tue, 01 May 2012 08:49:14 +0900 sakura (3.0.3-2) unstable; urgency=low * close-right-page-on-child-exit.patch: When a child process exits, sakura closes the current notebook page, which can be different from the page in which the child process was actually running. Thanks to Thibaut Girka! (Closes: #668988) * retain-opacity-level.patch: Backport fix for opacity setting not being retained on tab creation. (LP: #969294) -- Andrew Starr-Bochicchio Tue, 17 Apr 2012 21:26:43 -0400 sakura (3.0.3-1) unstable; urgency=low * New upstream release. * debian/copyright: Update for 1.0 release of the machine-readable format. * Drop fix_login_option.patch, applied upstream. * debian/control: Update build dependencies, use libgtk-3-dev and libvte-2.90-dev. * Update Standards-Version to 3.9.3, no changes needed. -- Andrew Starr-Bochicchio Fri, 30 Mar 2012 11:02:58 -0400 sakura (2.4.2-4) unstable; urgency=low * Fix FTBFS on Hurd. This patch solves the build problems for GNU/Hurd due to PATH_MAX issues. The solution is to make dynamic string allocations instead of using fixed length buffers. Thanks to Tanguy LE CARROUR. (Closes: #887105) -- Andrew Starr-Bochicchio Sun, 12 Feb 2012 11:39:31 -0500 sakura (2.4.2-3) unstable; urgency=low * set DM-Upload-Allowed to yes -- Norbert Preining Wed, 25 Jan 2012 13:17:04 +0900 sakura (2.4.2-2) unstable; urgency=low * debian/copyright: - License was mistakenly noted as GPL-2+. This was incorrect. It should simply be GPL-2 (Closes: #638971). Thanks to Wen-Yen Chuang. - Update to respect current DEP-5 spec. * debian/control: - Correct homepage field for new url (Closes: #648363). - Run wrap-and-sort to clean up white space. * debian/patches/fix_login_option.patch: Backport fix from upstream vcs for broken --login option (Closes: #639652, LP: #887105). * debian/{watch, rules}: Upstream now hosts releases in a location that uscan can find. Update watch file to look in the right location and remove now un-needed get-orig-source target. -- Andrew Starr-Bochicchio Tue, 23 Aug 2011 09:06:41 -0400 sakura (2.4.2-1) unstable; urgency=low [ Norbert Preining ] * Change the vcs locations in debian/control. [ Andrew Starr-Bochicchio ] * New upstream release. * debian/control: - Bump Standards-Version to 3.9.2, no changes needed. - Bump libgtk2.0-dev and libvte-dev build deps. - Update Vcs-Browser field again due to Aloith changes. -- Andrew Starr-Bochicchio Tue, 02 Aug 2011 14:33:44 -0400 sakura (2.3.8-1) unstable; urgency=low * Initial Debian release. (Closes: #467375) -- Andrew Starr-Bochicchio Tue, 18 May 2010 12:54:42 -0400 sakura (2.3.8-0ubuntu1) maverick; urgency=low * New upstream release. * Deleate un-needed debian/README.source file. -- Andrew Starr-Bochicchio Sat, 15 May 2010 14:08:12 -0400 sakura (2.3.7-0ubuntu1) lucid; urgency=low * New upstream bugfix release. -- Andrew Starr-Bochicchio Mon, 08 Mar 2010 18:36:28 -0500 sakura (2.3.6-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: Bump Standards-Version to 3.8.4 * Moved to DebSrc version 3.0 (quilt). -- Andrew Starr-Bochicchio Tue, 16 Feb 2010 23:10:30 -0500 sakura (2.3.5-0ubuntu1) lucid; urgency=low * New upstream release. * Drop debian/sakura.pod, manpage included upstream. * Drop debian/patches/10_desktopfile_validate, incuded upstream. * debain/{rules, control}: - Drop quilt. - Move to dh 7 * debian/control: - Bump Standards-Version to 3.8.3 - Drop old Vcs fields. Now maintained directly in lp:ubuntu/sakura * debian/copyright: Update Dep-5 compliance. -- Andrew Starr-Bochicchio Mon, 14 Dec 2009 14:35:00 -0500 sakura (2.3.4-0ubuntu1) karmic; urgency=low * Initial release (LP: #384711) -- Andrew Starr-Bochicchio Tue, 23 Jun 2009 23:58:16 -0400 debian/terminal-tango.xpm0000644000000000000000000002523611750416566012660 0ustar /* XPM */ static char * terminal_tango_xpm[] = { "32 32 542 2", " c None", ". c #B1B4AC", "+ c #B2B4AD", "@ c #AFB1AA", "# c #ADB0A8", "$ c #ABADA7", "% c #AAACA5", "& c #A8AAA4", "* c #A6A8A2", "= c #A4A7A0", "- c #A2A59E", "; c #A0A39C", "> c #9FA19B", ", c #9CA098", "' c #9A9D96", ") c #999B94", "! c #979992", "~ c #959791", "{ c #9A9D94", "] c #DFDFDD", "^ c #DADBDA", "/ c #D4D5D4", "( c #D5D5D4", "_ c #D5D6D4", ": c #D8D9D8", "< c #D3D5D2", "[ c #6C7068", "} c #CECECB", "| c #DADCDA", "1 c #C8C9C7", "2 c #B6B7B5", "3 c #B6B7B6", "4 c #B7B7B6", "5 c #B7B8B7", "6 c #B8B8B7", "7 c #B8B9B7", "8 c #B9B9B8", "9 c #B9BAB9", "0 c #BABAB9", "a c #BABBB9", "b c #BBBBBA", "c c #BBBCBA", "d c #BBBCBB", "e c #BCBDBB", "f c #BDBDBC", "g c #BDBEBC", "h c #BDBEBD", "i c #BEBFBD", "j c #BEBFBE", "k c #D7D8D7", "l c #B8BAB6", "m c #E1E2DF", "n c #CCCDCB", "o c #8F908D", "p c #4D5243", "q c #393C33", "r c #393D34", "s c #3A3D34", "t c #3A3D35", "u c #3B3E34", "v c #3B3E35", "w c #3B3F36", "x c #3A3E34", "y c #3B3F34", "z c #3B3F35", "A c #3C4036", "B c #3C4135", "C c #3C4136", "D c #3D4136", "E c #3D4137", "F c #505844", "G c #A4A5A4", "H c #C9CAC8", "I c #CED0CC", "J c #797879", "K c #2B3024", "L c #454C3B", "M c #4A503F", "N c #4A503E", "O c #49503E", "P c #48503C", "Q c #484F3C", "R c #474F3C", "S c #474F3B", "T c #474E3B", "U c #464D3A", "V c #464D39", "W c #444D38", "X c #454C38", "Y c #444C38", "Z c #3F4733", "` c #22281A", " . c #9FA19D", ".. c #C1C2BF", "+. c #CBCCCA", "@. c #7A797A", "#. c #282D21", "$. c #879275", "%. c #9CA987", "&. c #9CA986", "*. c #9AA885", "=. c #9AA884", "-. c #98A683", ";. c #98A682", ">. c #96A580", ",. c #95A47F", "'. c #95A37F", "). c #94A37E", "!. c #93A17C", "~. c #92A17C", "{. c #91A07B", "]. c #90A07A", "^. c #8F9F78", "/. c #8F9E77", "(. c #8D9D76", "_. c #8D9D75", ":. c #8C9C73", "<. c #8B9B73", "[. c #778562", "}. c #202618", "|. c #A0A29E", "1. c #BABCB9", "2. c #C7C8C5", "3. c #E2E2DF", "4. c #7A7A7A", "5. c #262A1F", "6. c #859170", "7. c #9AA982", "8. c #99A981", "9. c #98A680", "0. c #97A67F", "a. c #96A67D", "b. c #95A57C", "c. c #94A47B", "d. c #93A47A", "e. c #92A379", "f. c #92A278", "g. c #91A277", "h. c #91A176", "i. c #90A075", "j. c #8EA074", "k. c #8D9F73", "l. c #8D9F72", "m. c #8D9F71", "n. c #8C9E70", "o. c #8C9E6F", "p. c #77875E", "q. c #1E2315", "r. c #A0A29F", "s. c #B3B4B1", "t. c #C3C4C1", "u. c #7B7B7B", "v. c #23271B", "w. c #7C8968", "x. c #91A07A", "y. c #90A078", "z. c #8F9E78", "A. c #8E9E77", "B. c #8C9D75", "C. c #8C9B73", "D. c #8B9C72", "E. c #8A9A71", "F. c #88996E", "G. c #87996E", "H. c #87986D", "I. c #88986D", "J. c #86986B", "K. c #86976B", "L. c #87986B", "M. c #7D915F", "N. c #728752", "O. c #5C6E3E", "P. c #141A09", "Q. c #A1A2A0", "R. c #ACADAA", "S. c #BEBFBC", "T. c #E0E1DE", "U. c #7E7E7E", "V. c #202519", "W. c #6E7A5D", "X. c #7F8C6B", "Y. c #7E8B6A", "Z. c #7D8A69", "`. c #7C8A68", " + c #7B8967", ".+ c #7B8966", "++ c #798765", "@+ c #788664", "#+ c #788862", "$+ c #788761", "%+ c #788661", "&+ c #76845F", "*+ c #75845E", "=+ c #75845D", "-+ c #708059", ";+ c #6A7B51", ">+ c #5C6E41", ",+ c #4F6232", "'+ c #4E6030", ")+ c #4F6231", "!+ c #44552B", "~+ c #101707", "{+ c #A2A4A0", "]+ c #A5A7A3", "^+ c #B9BAB8", "/+ c #DFE0DD", "(+ c #818181", "_+ c #1D2216", ":+ c #667155", "<+ c #768462", "[+ c #809A71", "}+ c #768D63", "|+ c #71805C", "1+ c #72805D", "2+ c #72815E", "3+ c #727F5C", "4+ c #707F5B", "5+ c #707E5A", "6+ c #6F7D58", "7+ c #6D7C57", "8+ c #6E7D58", "9+ c #697852", "0+ c #54653A", "a+ c #4E5F32", "b+ c #4A5C2E", "c+ c #4B5D2E", "d+ c #4B5E2F", "e+ c #4B5E30", "f+ c #415129", "g+ c #0F1506", "h+ c #A3A5A2", "i+ c #9EA09C", "j+ c #B4B5B2", "k+ c #DEDFDC", "l+ c #838384", "m+ c #1A1E13", "n+ c #647251", "o+ c #74825D", "p+ c #92AD84", "q+ c #E5F8E5", "r+ c #A5BE98", "s+ c #7E946A", "t+ c #708259", "u+ c #6F7E57", "v+ c #6F7F57", "w+ c #6E7E56", "x+ c #6E7D56", "y+ c #697950", "z+ c #5A6D3F", "A+ c #4F6230", "B+ c #506432", "C+ c #506533", "D+ c #516533", "E+ c #516534", "F+ c #46572C", "G+ c #0D1304", "H+ c #A3A4A1", "I+ c #979994", "J+ c #B0B2AE", "K+ c #DCDEDB", "L+ c #C7C8C6", "M+ c #858585", "N+ c #171B10", "O+ c #5C694A", "P+ c #6A7854", "Q+ c #84A177", "R+ c #F1FFF3", "S+ c #FFFFFF", "T+ c #ECF4EB", "U+ c #B4CDAE", "V+ c #739062", "W+ c #61734A", "X+ c #64734C", "Y+ c #546639", "Z+ c #4C5E31", "`+ c #4B5D2F", " @ c #4C5F30", ".@ c #4C5F2F", "+@ c #0B1103", "@@ c #A2A39F", "#@ c #90928D", "$@ c #ABADA9", "%@ c #DADCD9", "&@ c #C0C2BF", "*@ c #878787", "=@ c #14180E", "-@ c #4E583E", ";@ c #5A6647", ">@ c #586846", ",@ c #5B734A", "'@ c #85A27A", ")@ c #B8D0B3", "!@ c #E0ECDE", "~@ c #EBFBEC", "{@ c #98BA91", "]@ c #3B4E25", "^@ c #3C4C26", "/@ c #3D4D27", "(@ c #3E4E27", "_@ c #354322", ":@ c #0A1002", "<@ c #A0A19E", "[@ c #898B86", "}@ c #A6A8A4", "|@ c #D9D9D7", "1@ c #B9BAB7", "2@ c #888888", "3@ c #10150A", "4@ c #465036", "5@ c #505C3E", "6@ c #4C593B", "7@ c #4A5C38", "8@ c #58734A", "9@ c #83A57A", "0@ c #C0DABE", "a@ c #E7FCE7", "b@ c #A2C49E", "c@ c #374922", "d@ c #394724", "e@ c #394924", "f@ c #394925", "g@ c #3A4925", "h@ c #3A4A25", "i@ c #324020", "j@ c #080D01", "k@ c #9E9F9C", "l@ c #83847F", "m@ c #A1A39E", "n@ c #D6D8D5", "o@ c #B2B3B0", "p@ c #8A8A8A", "q@ c #0D1107", "r@ c #3F4B2E", "s@ c #475533", "t@ c #638356", "u@ c #CDE5CB", "v@ c #F6FFF7", "w@ c #F4FCF4", "x@ c #C3D8C0", "y@ c #698A5E", "z@ c #3A5026", "A@ c #3B4A26", "B@ c #3B4B26", "C@ c #3C4C27", "D@ c #3D4C27", "E@ c #344221", "F@ c #070C01", "G@ c #9C9D9B", "H@ c #7C7E78", "I@ c #9B9D99", "J@ c #D4D5D2", "K@ c #8B8B8B", "L@ c #070B02", "M@ c #2E3A1E", "N@ c #334120", "O@ c #638458", "P@ c #F4FFF5", "Q@ c #A2BF9B", "R@ c #536E46", "S@ c #384A26", "T@ c #344222", "U@ c #364323", "V@ c #364423", "W@ c #364523", "X@ c #374523", "Y@ c #374524", "Z@ c #374624", "`@ c #303C1F", " # c #050A00", ".# c #9B9C99", "+# c #747671", "@# c #969893", "## c #D2D3D1", "$# c #A4A6A1", "%# c #8D8C8C", "&# c #050900", "*# c #252F19", "=# c #2A351C", "-# c #49663F", ";# c #45643A", "># c #273619", ",# c #2B361C", "'# c #2C381D", ")# c #2D381D", "!# c #2D391D", "~# c #2D391E", "{# c #26321A", "]# c #040800", "^# c #999A98", "/# c #73756F", "(# c #939691", "_# c #D0D1CE", ":# c #9D9E9A", "<# c #8E8E8E", "[# c #030600", "}# c #222B17", "|# c #27331A", "1# c #28341B", "2# c #263119", "3# c #28341A", "4# c #28331A", "5# c #242E16", "6# c #252E16", "7# c #273118", "8# c #29341B", "9# c #29351B", "0# c #232D17", "a# c #020700", "b# c #92938F", "c# c #CECFCC", "d# c #969793", "e# c #8F8F8F", "f# c #010400", "g# c #202916", "h# c #25301A", "i# c #26311A", "j# c #2F4024", "k# c #7C9F77", "l# c #87A581", "m# c #87A582", "n# c #89A884", "o# c #506E48", "p# c #27321A", "q# c #28331B", "r# c #222C17", "s# c #74766F", "t# c #8E918C", "u# c #8E908B", "v# c #909190", "w# c #000200", "x# c #1B2412", "y# c #202A16", "z# c #202A17", "A# c #212A17", "B# c #2E3D25", "C# c #ACCBAA", "D# c #BED7BD", "E# c #BED8BD", "F# c #C1DCBF", "G# c #65835F", "H# c #202B16", "I# c #1E2614", "J# c #999A97", "K# c #747670", "L# c #8C8E89", "M# c #CACBC8", "N# c #888A84", "O# c #929292", "P# c #000100", "Q# c #151C0E", "R# c #182011", "S# c #192211", "T# c #16250F", "U# c #15240E", "V# c #15230E", "W# c #192612", "X# c #182111", "Y# c #8A8C86", "Z# c #C7C9C7", "`# c #80827D", " $ c #8E8E8D", ".$ c #070B04", "+$ c #000000", "@$ c #9B9B9A", "#$ c #878984", "$$ c #C5C7C4", "%$ c #7A7C76", "&$ c #7B7D77", "*$ c #8D8E8C", "=$ c #919190", "-$ c #929291", ";$ c #949493", ">$ c #969695", ",$ c #989897", "'$ c #999A99", ")$ c #999999", "!$ c #9A999B", "~$ c #979797", "{$ c #9B9B9B", "]$ c #9B9C9A", "^$ c #7A7D77", "/$ c #858781", "($ c #BCBEBA", "_$ c #767872", ":$ c #B9C5AC", "<$ c #8CB265", "[$ c #676865", "}$ c #73766F", "|$ c #7F807C", "1$ c #757871", "2$ c #777973", "3$ c #80827C", "4$ c #7E807B", "5$ c #797B75", "6$ c #757770", "7$ c #757771", "8$ c #757672", "9$ c #8CB164", "0$ c #85AF5A", "a$ c #737472", "b$ c #8D8F8A", "c$ c #656862", "d$ c #777A74", "e$ c #BBBCB9", "f$ c #C5C6C3", "g$ c #C2C3C1", "h$ c #C0C1BE", "i$ c #B9BAB6", "j$ c #B2B3AF", "k$ c #AFB0AD", "l$ c #AEAFAB", "m$ c #ABACA8", "n$ c #A8A9A6", "o$ c #A6A7A3", "p$ c #A4A5A1", "q$ c #A1A29E", "r$ c #9FA19C", "s$ c #9C9C9A", "t$ c #9A9A98", "u$ c #999A96", "v$ c #9A9B97", "w$ c #959792", "x$ c #8F908B", "y$ c #858782", "z$ c #62665F", "A$ c #494C46", "B$ c #484C44", "C$ c #484C45", "D$ c #484D45", "E$ c #494D45", "F$ c #494D46", "G$ c #494E46", "H$ c #4A4E46", "I$ c #4A4E47", "J$ c #4A4F47", "K$ c #4B4F47", "L$ c #4B4F48", "M$ c #4B5048", "N$ c #4C5049", "O$ c #4C5149", "P$ c #4D514A", "Q$ c #4E514B", " ", " ", " . + + + + + + + + + . @ # $ % & * = - ; > , ' ) ! ~ ", " { ] ^ / ( ( ( ( ( ( ( ( ( ( ( ( ( _ _ _ _ _ _ _ _ ( / : < [ ", " } | 1 2 2 2 2 2 3 4 5 6 7 8 9 0 a b c d e f g h i j j 1 k l ", " m n o p q r r r s r s t u v w x v y z z A B C D E D F G H I ", " m n J K L M N N N O O P Q R S T S T U V V W X Y Y Z ` ...+. ", " m n @.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.[.}.|.1.2. ", " 3.n 4.5.6.7.8.9.0.0.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t. ", " m n u.v.w.x.y.z.A._.B.C.D.E.E.F.G.H.I.J.K.K.L.M.N.O.P.Q.R.S. ", " T.n U.V.W.X.Y.Z.`. +.+++@+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+ ", " /+n (+_+:+<+[+}+|+1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+e+f+g+h+i+j+ ", " k+n l+m+n+o+p+q+r+s+t+u+v+w+x+y+z+A+B+C+D+D+D+D+E+F+G+H+I+J+ ", " K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z+`+e+e+e+e+e+ @.@ @f++@@@#@$@ ", " %@&@*@=@-@;@>@,@'@)@!@~@{@]@^@/@/@/@/@(@(@(@(@(@(@_@:@<@[@}@ ", " |@1@2@3@4@5@6@7@8@9@0@a@b@c@d@e@e@e@f@f@g@g@g@h@h@i@j@k@l@m@ ", " n@o@p@q@r@s@t@u@v@w@x@y@z@A@B@B@B@^@^@C@C@C@C@D@/@E@F@G@H@I@ ", " J@$@K@L@M@N@O@P@Q@R@S@T@U@V@V@V@W@W@X@X@Y@Y@Z@Z@Z@`@ #.#+#@# ", " ##$#%#&#*#=#-#;#>#,#'#'#'#'#'#)#)#)#!#!#!#!#!#~#~#{#]#^#/#(# ", " _#:#<#[#}#|#1#2#|#|#3#4#5#5#5#5#6#6#6#7#8#9#9#9#9#0#a#^#/#b# ", " c#d#e#f#g#h#h#i#i#i#i#j#k#l#m#m#m#m#n#o#p#q#1#1#1#r#f#^#s#t# ", " n u#v#w#x#y#z#z#A#A#A#B#C#D#D#E#E#E#F#G#H#r#0#0#0#I#w#J#K#L# ", " M#N#O#P#Q#R#R#R#R#R#R#S#T#U#U#U#U#U#V#W#R#R#R#X#X#Q#P#J#K#Y# ", " Z#`# $.$P#P#P#P#P#P#+$+$+$+$+$+$+$+$+$+$+$+$+$+$+$+$[#@$K##$ ", " $$%$&$*$=$-$;$>$,$'$@$@$@$@$@$@$@$@$@$@$)$!$)$~$'${$]$^$K#/$ ", " ($%$_$_$_$_$_$_$_$_$_$_$_$_$_$_$_$_$_$K#:$<$[$/#}$|$1$_$2$3$ ", " 4$o@5$K#6$7$7$7$7$7$7$7$7$7$7$7$7$7$7$8$9$0$a$%$&$b$7$2$/$c$ ", " d$e$f$g$h$g e$i$2 j+j$k$l$m$n$o$p$q$r$s$t$u$v$v$w$x$y$z$ ", " A$B$C$C$D$E$F$F$G$H$I$I$J$K$L$L$L$M$N$N$N$O$P$P$P$Q$ ", " ", " ", " "}; debian/sakura.menu0000644000000000000000000000023711750416566011357 0ustar ?package(sakura):needs="X11" section="Applications/Terminal Emulators"\ icon="/usr/share/pixmaps/terminal-tango.xpm" title="Sakura" command="/usr/bin/sakura" debian/watch0000644000000000000000000000016412163057745010232 0ustar version=3 https://launchpad.net/sakura/ \ .*/\+download/sakura(?:-|\.|_|_v)(\d\S*)[\._](?:tar\.xz|tar\.bz2|tar\.gz) debian/sakura.prerm0000644000000000000000000000020311750416566011531 0ustar #!/bin/sh set -e #DEBHELPER# if [ "$1" = "remove" ]; then update-alternatives --remove x-terminal-emulator /usr/bin/sakura fi debian/compat0000644000000000000000000000000212163060324010361 0ustar 9 debian/control0000644000000000000000000000162112256370267010603 0ustar Source: sakura Section: x11 Priority: optional Maintainer: Andrew Starr-Bochicchio Uploaders: Andrew Lee , Norbert Preining Build-Depends: cmake, debhelper (>= 9), libgtk-3-dev, libvte-2.90-dev, perl Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/collab-maint/sakura.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sakura.git;a=summary Homepage: http://www.pleyades.net/david/projects/sakura Package: sakura Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: x-terminal-emulator Description: simple but powerful libvte-based terminal emulator Sakura is a terminal emulator based on GTK+ and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator. debian/source/0000755000000000000000000000000012121232134010455 5ustar debian/source/format0000644000000000000000000000001411761710026011675 0ustar 3.0 (quilt) debian/sakura.postinst0000644000000000000000000000044111750416566012273 0ustar #!/bin/sh -e set -e #DEBHELPER# if [ "$1" = "configure" ]; then update-alternatives --install /usr/bin/x-terminal-emulator \ x-terminal-emulator /usr/bin/sakura 40 \ --slave /usr/share/man/man1/x-terminal-emulator.1.gz \ x-terminal-emulator.1.gz /usr/share/man/man1/sakura.1.gz fi