]> git.pld-linux.org Git - packages/exo.git/commitdiff
- added mate-terminal to terminal emulator helpers auto/th/exo-0.10.2-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 15 Mar 2014 16:18:46 +0000 (17:18 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 15 Mar 2014 16:18:46 +0000 (17:18 +0100)
- rel 2

exo.spec
mate-terminal.patch [new file with mode: 0644]

index 39853c4884d7a7e417c6b7e82fb707f7a05fb3c8..df9a6b29abd42b0ed9320fd3a2c59345cb345435 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -8,11 +8,12 @@ Summary:      Extension library to Xfce developed by os-cillation
 Summary(pl.UTF-8):     Biblioteka rozszerzeń do Xfce opracowana przez os-cillation
 Name:          exo
 Version:       0.10.2
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Libraries
 Source0:       http://archive.xfce.org/src/xfce/exo/0.10/%{name}-%{version}.tar.bz2
 # Source0-md5: c70f2a217811bfba2e62f938d4b8f748
+Patch0:                mate-terminal.patch
 URL:           http://www.os-cillation.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -102,6 +103,7 @@ Statyczna biblioteka libexo.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 
diff --git a/mate-terminal.patch b/mate-terminal.patch
new file mode 100644 (file)
index 0000000..427084e
--- /dev/null
@@ -0,0 +1,25 @@
+diff -urN exo-0.10.2.orig/exo-helper/helpers/Makefile.am exo-0.10.2/exo-helper/helpers/Makefile.am
+--- exo-0.10.2.orig/exo-helper/helpers/Makefile.am     2012-12-27 13:50:31.000000000 +0100
++++ exo-0.10.2/exo-helper/helpers/Makefile.am  2014-03-15 16:42:03.144495543 +0100
+@@ -26,6 +26,7 @@
+       konqueror.desktop.in.in                                         \
+       links.desktop.in.in                                             \
+       lynx.desktop.in.in                                              \
++      mate-terminal.desktop.in.in                                     \
+       midori.desktop.in.in                                            \
+       mozilla-browser.desktop.in.in                                   \
+       mozilla-mailer.desktop.in.in                                    \
+diff -urN exo-0.10.2.orig/exo-helper/helpers/mate-terminal.desktop.in.in exo-0.10.2/exo-helper/helpers/mate-terminal.desktop.in.in
+--- exo-0.10.2.orig/exo-helper/helpers/mate-terminal.desktop.in.in     1970-01-01 01:00:00.000000000 +0100
++++ exo-0.10.2/exo-helper/helpers/mate-terminal.desktop.in.in  2014-03-15 16:41:19.670633465 +0100
+@@ -0,0 +1,10 @@
++[Desktop Entry]
++Version=1.0
++Icon=utilities-terminal
++Type=X-XFCE-Helper
++_Name=MATE Terminal
++StartupNotify=true
++X-XFCE-Binaries=mate-terminal;
++X-XFCE-Category=TerminalEmulator
++X-XFCE-Commands=%B;
++X-XFCE-CommandsWithParameter=%B -x %s;
This page took 0.097528 seconds and 4 git commands to generate.