source: projects/specs/trunk/x/xfce4-taskmanager/xfce4-taskmanager-vl.spec @ 9400

Revision 9400, 2.2 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:           xfce4-taskmanager
2Version:        1.1.0
3Release:        1%{?_dist_release}
4Summary:        Task Manager for Xfce
5Summary(ja):    Xfce タスクマネージャー
6
7License:        GPLv2+
8Group:          User Interface/Desktops
9URL:            http://goodies.xfce.org/projects/applications/xfce4-taskmanager
10
11Source0:        http://archive.xfce.org/src/apps/%{name}/1.1/%{name}-%{version}.tar.bz2
12
13BuildRoot:     %{_tmppath}/%{name}-%{version}-root
14BuildRequires: cairo-devel >= 1.5.0
15BuildRequires: desktop-file-utils
16BuildRequires: gtk2-devel >= 2.14.0
17BuildRequires: gtk3-devel >= 3.2.0
18BuildRequires: libwnck3-devel >= 3.2.0
19
20Requires:      xfce4-appfinder
21Requires:      xfce4-terminal
22Requires(post,postun):  desktop-file-utils
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26Packager:       Takemikaduchi, inagaki
27
28
29%description
30Task Manager for Xfce.
31
32%description -l ja
33Xfce デスクトップ環境向けのタスクマネージャーです.
34
35
36%prep
37%setup -q
38
39%build
40%configure \
41    --enable-silent-rules \
42    --disable-static \
43    --enable-gtk3 \
44    --enable-wnck3 \
45    --disable-gksu
46   
47make %{?_smp_mflags}
48
49
50%install
51rm -rf $RPM_BUILD_ROOT
52make install DESTDIR=$RPM_BUILD_ROOT
53
54desktop-file-install \
55        --add-category="X-XFCE" \
56        --delete-original \
57        --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
58        $RPM_BUILD_ROOT%{_datadir}/applications/xfce4-taskmanager.desktop
59
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65
66%post
67update-desktop-database %{_datadir}/applications &> /dev/null || :
68
69%postun
70update-desktop-database %{_datadir}/applications &> /dev/null || :
71
72
73%files -f %{name}.lang
74%defattr(-,root,root,-)
75%doc AUTHORS ChangeLog COPYING NEWS README
76%{_bindir}/xfce4-taskmanager
77%{_datadir}/applications/xfce4-taskmanager.desktop
78
79%changelog
80* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1.0-1
81- updated to 1.1.0
82- built with gtk3 and libwnck3
83- added R: xfce4-appfinder and xfce4-terminal
84
85* Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-1
86- updated to 1.0.1
87
88* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-2
89- rebuild with VineSeed environment
90
91* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-1
92- initial build for Vine Linux
93
Note: See TracBrowser for help on using the repository browser.