source: projects/specs/trunk/t/thunar-archive-plugin/thunar-archive-plugin-vl.spec @ 9400

Revision 9400, 2.1 KB checked in by inagaki, 9 years ago (diff)

2015-03-01 Ryoichi INAGAKI <ryo1@…>

  • mousepad, parole, xarchiver, xfburn, xfce4-screenshooter, xfce4-taskmanager: updated
  • orage, thunar-*-plugin, xfce4-dict, xfce4-mixer, xfce4-notifyd, xfce4-terminal: rebuilt
  • ristretto: NEW
  • xfce4-appfinder: enabled gtk3


Line 
1Name:           thunar-archive-plugin
2Summary:        Adds archive operations to the Thunar file context menus
3Summary(ja):    Thunar のコンテキストメニューにアーカイブ操作を追加するプラグイン
4Version:        0.3.1
5Release:        2%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/thunar-plugins/%{name}
10
11Source0:        http://archive.xfce.org/src/thunar-plugins/%{name}/0.3/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  Thunar-devel >= 0.4.0
15BuildRequires:  libexo-devel >= 0.5.0
16BuildRequires:  libxfce4util-devel >= 4.6.0
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       Takemikaduchi, inagaki
21
22
23%description
24The thunar-archive-plugin is a plugin for the Thunar File Manager, which
25adds archive operations to the file context menus. Using this plugin you
26will be able to extract and create archive files from within Thunar using
27a single click.
28
29
30%prep
31%setup -q
32
33%build
34%configure --disable-static
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
42
43%find_lang %{name}
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%post
51touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
52gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
53
54%postun
55if [ $1 -eq 0 ]; then
56    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
57    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
58fi
59
60
61%files -f %{name}.lang
62%defattr(-,root,root)
63%doc AUTHORS COPYING ChangeLog NEWS README
64%{_libdir}/thunarx-2/%{name}.so
65%{_libexecdir}/%{name}
66%{_datadir}/icons/hicolor/*/apps/*
67
68
69%changelog
70* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
71- rebuilt with libxfce4util 4.12.1
72- added Japanese summary
73
74* Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-1
75- updated to 0.3.1
76
77* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-2
78- rebuild with VineSeed environment
79
80* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-1
81- initial build for Vine Linux
82
Note: See TracBrowser for help on using the repository browser.