=== added directory usr/share/appdata,

usr/share/appdata/byobu.appdata.xml: LP: #1322556
This commit is contained in:
Dustin Kirkland 2014-07-26 15:51:40 -05:00
commit ee1bb2a508
2 changed files with 25 additions and 0 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ byobu (5.83) unreleased; urgency=medium
- hard code LANG=C before launching byobu-config
* usr/lib/byobu/include/dirs.in: LP: #1346869
- be little smarter about detecting a usable /dev/shm
* === added directory usr/share/appdata,
usr/share/appdata/byobu.appdata.xml: LP: #1322556
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 22 Jul 2014 07:21:56 -0700

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Dustin Kirkland <kirkland@byobu.co> -->
<application>
<id type="desktop">byobu.desktop</id>
<metadata_license>GPL-3</metadata_license>
<project_license>GPL-3</project_license>
<name>Byobu</name>
<summary>Text window manager, shell multiplexer, integrated DevOps environment</summary>
<description>
<p>
Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions.
</p>
<p>
Using Byobu, you can quickly create and move between different windows over a single SSH connection or TTY terminal, split each of those windows into multiple panes, monitor dozens of important statistics about your system, detach and reattach to sessions later while your programs continue to run in the background.
</p>
</description>
<screenshots>
<screenshot type="default" width="800" height="600">http://byobu.co/img/screenshot.png</screenshot>
</screenshots>
<url type="homepage">http://byobu.co</url>
<updatecontact>kirkland@byobu.co</updatecontact>
<project_group>Byobu</project_group>
</application>