]> git.pld-linux.org Git - packages/byobu.git/commitdiff
add TerminalEmulator to desktop Categories auto/th/byobu-5.111-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 6 Sep 2016 04:52:48 +0000 (07:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 6 Sep 2016 04:52:48 +0000 (07:52 +0300)
byobu.spec
desktop.patch [new file with mode: 0644]

index d9a1836296d833527db751c49ca1f8159b4030a8..de50143fa1e51d1bc48ee0cd9c59adffca3934c4 100644 (file)
@@ -8,6 +8,7 @@ License:        GPL v3
 Group:         Applications/System
 Source0:       https://code.launchpad.net/byobu/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
 # Source0-md5: 286151043876bf9f7e884f95f706aa73
+Patch0:                desktop.patch
 URL:           https://launchpad.net/byobu
 BuildRequires: gettext-tools
 BuildRequires: rpm-pythonprov
@@ -44,6 +45,7 @@ narzędzia konfiguracyjne dla zarządcy okien, jakim jest GNU screen
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i -e '
        s#/share/doc/byobu#/share/doc/%{name}-%{version}#
diff --git a/desktop.patch b/desktop.patch
new file mode 100644 (file)
index 0000000..3427ca9
--- /dev/null
@@ -0,0 +1,9 @@
+--- /usr/share/byobu/desktop/byobu.desktop~    2015-12-02 19:49:44.000000000 +0200
++++ /usr/share/byobu/desktop/byobu.desktop     2016-09-06 07:51:18.683460874 +0300
+@@ -4,5 +4,5 @@
+ Icon=byobu
+ Exec=gnome-terminal --app-id us.kirkland.terminals.byobu -e byobu
+ Type=Application
+-Categories=GNOME;GTK;Utility;
++Categories=GNOME;GTK;Utility;TerminalEmulator;
+ X-GNOME-Gettext-Domain=byobu
This page took 0.089066 seconds and 4 git commands to generate.