source: projects/specs/trunk/x/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-vl.spec @ 10776

Revision 10776, 3.3 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Name:           xfce4-whiskermenu-plugin               
2Version:        1.5.0
3Release:        4%{?_dist_release}
4Summary:        An alternate application launcher for Xfce
5
6Group:          User Interface/Desktops
7License:        GPLv2+
8URL:            http://gottcode.org/xfce4-whiskermenu-plugin/
9Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/1.5/%{name}-%{version}-src.tar.bz2
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  cmake
13BuildRequires:  exo-devel
14BuildRequires:  garcon-devel
15BuildRequires:  xfce4-panel-devel
16BuildRequires:  libxfce4ui-devel
17BuildRequires:  libxfce4util-devel
18BuildRequires:  gettext
19Requires:       xfce4-panel
20Requires:       hicolor-icon-theme
21       
22Vendor:         Project Vine
23Distribution:   Vine Linux
24
25%description
26Alternate application launcher for Xfce. When you open it you are shown
27a list of applications you have marked as favorites. You can browse through
28all of your installed applications by clicking on the category buttons on the
29side. Top level categories make browsing fast, and simple to switch between.
30Additionally, Whisker Menu keeps a list of the last ten applications
31that you’ve launched from it
32
33%prep
34%setup -q
35
36%build
37%cmake
38make %{?_smp_mflags}
39
40
41%install
42make install DESTDIR=%{buildroot}
43
44%find_lang %{name}
45
46%post
47/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
48
49%postun
50if [ $1 -eq 0 ] ; then
51    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
52    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
53fi
54
55%posttrans
56/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
57
58%files -f %{name}.lang
59%doc README NEWS COPYING
60%{_bindir}/xfce4-popup-whiskermenu
61%{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
62# Type=X-XFCE-PanelPlugin is a valid extension of freedesktop.org specs, but
63# desktop-file-utils refuse to install or verify these files
64%{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
65%{_datadir}/icons/hicolor/*/apps/xfce4-whiskermenu.*g
66%{_mandir}/man1/xfce4-popup-whiskermenu.1*
67
68%changelog
69* Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> - 1.5.0-4
70- rebuild with gcc-5.4.0
71
72* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5.0-3
73- Initial build for Vine Linux
74
75* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 1.5.0-2
76- Rebuild for Xfce 4.12
77
78* Sun Feb 22 2015 Filipe Rosset <rosset.filipe@gmail.com> - 1.5.0-1
79- Rebuilt for new upstream release 1.5.0, fixes rhbz #1194183
80
81* Sun Dec 28 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.4.2-1
82- Updated to the 1.4.2 version
83
84* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
86
87* Sat Jul 19 2014 Filipe Rosset <rosset.filipe@gmail.com> - 1.4.0-1
88- Rebuilt for new upstream release 1.4.0
89
90* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
92
93* Wed Mar 19 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.3.2-1
94- Bumped to new upstream release 1.3.2
95
96* Wed Jan 15 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.3.1-1
97- Bumped to new upstream release 1.3.1
98
99* Thu Dec 5 2013 Eduardo Echeverria <echevemaster@gmail.com> - 1.2.2-1
100- Bumped to new upstream release 1.2.2
101
102* Fri Sep 13 2013 Eduardo Echeverria <echevemaster@gmail.com> - 1.1.1-1
103- Initial Packaging
104
Note: See TracBrowser for help on using the repository browser.