]> git.pld-linux.org Git - packages/Thunar-archive-plugin.git/commitdiff
- new, thanks to Piotr Grymkowski auto/th/Thunar-archive-plugin-0_2_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 16 Sep 2006 18:09:28 +0000 (18:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Thunar-archive-plugin.spec -> 1.1

Thunar-archive-plugin.spec [new file with mode: 0644]

diff --git a/Thunar-archive-plugin.spec b/Thunar-archive-plugin.spec
new file mode 100644 (file)
index 0000000..a4afb66
--- /dev/null
@@ -0,0 +1,71 @@
+#
+%define                srcname thunar-archive-plugin
+#
+Summary:       Archive plugin for the Thunar file manager
+Summary(pl):   Wtyczka archiwum dla menad¿era plików Thunar
+Name:          Thunar-archive-plugin
+Version:       0.2.0
+Release:       1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://download.berlios.de/xfce-goodies/%{srcname}-%{version}.tar.bz2
+# Source0-md5: 64bc391a30920ddaf314b176c81f05da
+URL:           http://foo-projects.org/~benny/projects/thunar-archive-plugin/
+BuildRequires: Thunar-devel >= 0.2.2
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.311
+Requires:      Thunar >= 0.2.2
+Requires(post,postun): hicolor-icon-theme
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin allows to create and extract archive files using the file
+context menus in the Thunar file manager. It provides a generic
+scripting interface for archive managers.
+
+%description -l pl
+Ta wtyczka umo¿liwia tworzenie i rozpakowywanie archiwów u¿ywaj±c menu
+podrêcznego pliku w menad¿erze plików Thunar. Dostarcza ogólny
+interfejs dla zarz±dców archiwów.
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure \
+       --disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.la
+
+%find_lang %{srcname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{srcname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/thunarx-1/*
+%dir %{_libdir}/thunar-archive-plugin
+%attr(755,root,root) %{_libdir}/thunar-archive-plugin/*.tap
+%{_iconsdir}/hicolor/*/*/*
This page took 0.168757 seconds and 4 git commands to generate.