source: projects/specs/trunk/x/xfce4-notes-plugin/xfce4-notes-plugin-vl.spec @ 9523

Revision 9523, 2.7 KB checked in by inagaki, 9 years ago (diff)

2015-04-21 Ryoichi INAGAKI <ryo1@…>

  • libnjb, orc, xfce4-{diskperf, notes, time-out}-plugin: updated
  • libofx: revumped release


Line 
1Name:           xfce4-notes-plugin
2Version:        1.8.0
3Release:        1%{?_dist_release}
4Summary:        Memo plugin for the Xfce4 panel
5Summary(ja):    Xfce パネル用 メモプラグイン
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
10
11Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/1.8/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  glib2-devel >= 2.24.0
16BuildRequires:  gtk2-devel >= 2.20.0
17BuildRequires:  libxfce4util-devel >= 4.10.0
18BuildRequires:  libxfce4ui-devel >= 4.10.0
19BuildRequires:  xfce4-panel-devel >= 4.10.0
20BuildRequires:  xfconf-devel >= 4.10.0
21BuildRequires:  unique-devel >= 1.0.0
22BuildRequires:  intltool perl-XML-Parser
23
24Requires(post,postun):  desktop-file-utils
25
26Vendor:         Project Vine
27Distribution:   Vine Linux
28Packager:       Takemikaduchi
29
30
31%description
32The notes plugin provides you a quick way to write down a todo list,
33to paste a piece of code, to leave a note to your friend, or whatever
34else you had like to do with a post'it.
35
36#'
37%prep
38%setup -q
39
40%build
41%configure --disable-static
42make %{?_smp_mflags}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make install DESTDIR=$RPM_BUILD_ROOT
47
48find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
49
50%find_lang %{name}
51
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56
57%post
58touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
59gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
60update-desktop-database %{_datadir}/applications &> /dev/null || :
61
62%postun
63if [ $1 -eq 0 ]; then
64    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
65    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
66fi
67update-desktop-database %{_datadir}/applications &> /dev/null || :
68
69
70%files -f %{name}.lang
71%defattr(-,root,root)
72%doc AUTHORS COPYING ChangeLog NEWS README
73%config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
74%{_bindir}/xfce4-notes
75%{_bindir}/xfce4-notes-settings
76%{_bindir}/xfce4-popup-notes
77%{_libdir}/xfce4/panel/plugins/libnotes.so*
78%{_datadir}/applications/xfce4-notes.desktop
79%{_datadir}/icons/hicolor/*/apps/%{name}.*
80%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
81%{_datadir}/%{name}
82
83%changelog
84* Tue Apr 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.8.0-1
85- new upstream release
86- remove BR: libxfcegui4-devel
87
88* Fri Apr  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.7-4
89- rebuilt with libxfcegui4 4.10.0-4
90
91* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.7-3
92- rebuilt with libxfce4util 4.12.1
93
94* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.7-2
95- rebuild with VineSeed environment
96
97* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.7-1
98- initial build for Vine Linux
99
Note: See TracBrowser for help on using the repository browser.