[mate-file-manager-open-terminal] Initial import

leigh123linux leigh123linux at fedoraproject.org
Fri Oct 26 11:39:01 UTC 2012


commit 0ce24ad7476e430e069e15866f50fd2f5ac6c14f
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Oct 26 12:38:28 2012 +0100

    Initial import

 .gitignore                           |    1 +
 mate-file-manager-open-terminal.spec |   66 ++++++++++++++++++++++++++++++++++
 sources                              |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e6568dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mate-file-manager-open-terminal-1.4.0.tar.xz
diff --git a/mate-file-manager-open-terminal.spec b/mate-file-manager-open-terminal.spec
new file mode 100644
index 0000000..413d53e
--- /dev/null
+++ b/mate-file-manager-open-terminal.spec
@@ -0,0 +1,66 @@
+Name:           mate-file-manager-open-terminal
+Version:        1.4.0
+Release:        1%{?dist}
+Summary:        Mate-file-manager extension for an open terminal shortcut
+
+License:        GPLv2+
+URL:            http://mate-desktop.org
+Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
+
+BuildRequires:  mate-common
+BuildRequires:  pkgconfig(libcaja-extension)
+BuildRequires:  pkgconfig(mate-desktop-2.0)
+BuildRequires:  pkgconfig(mate-doc-utils)
+BuildRequires:  pkgconfig(mateconf-2.0)
+
+Requires(post): mate-conf 
+Requires(pre): mate-conf 
+Requires(preun): mate-conf
+
+%description
+The mate-file-manager-open-terminal extension provides a right-click "Open
+Terminal" option for mate-file-manager users who prefer that option.
+
+
+%prep
+%setup -q
+NOCONFIGURE=1 ./autogen.sh
+
+
+%build
+%configure --disable-static \
+           --disable-schemas-install
+
+make %{?_smp_mflags}
+
+
+%install
+export MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+make install DESTDIR=$RPM_BUILD_ROOT
+unset MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/caja/extensions-2.0/*.la
+
+%find_lang caja-open-terminal
+
+%post
+%mateconf_schema_upgrade caja-open-terminal
+
+%pre
+%mateconf_schema_prepare caja-open-terminal 
+
+%preun
+%mateconf_schema_remove caja-open-terminal
+
+
+%files -f caja-open-terminal.lang
+%doc AUTHORS ChangeLog README COPYING
+%{_sysconfdir}/mateconf/schemas/caja-open-terminal.schemas
+%{_libdir}/caja/extensions-2.0/libcaja-open-terminal.so
+
+
+
+%changelog
+* Thu Oct 25 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-1
+- Initial build
+
diff --git a/sources b/sources
index e69de29..3445096 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1019df5f91c984d73dda14195c2ba7b1  mate-file-manager-open-terminal-1.4.0.tar.xz


More information about the scm-commits mailing list