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


RevLine 
[6284]1Name:           xfce4-taskmanager
[9400]2Version:        1.1.0
3Release:        1%{?_dist_release}
[6284]4Summary:        Task Manager for Xfce
[8953]5Summary(ja):    Xfce タスクマネージャー
[6284]6
[6299]7License:        GPLv2+
[6284]8Group:          User Interface/Desktops
9URL:            http://goodies.xfce.org/projects/applications/xfce4-taskmanager
10
[9400]11Source0:        http://archive.xfce.org/src/apps/%{name}/1.1/%{name}-%{version}.tar.bz2
[6284]12
13BuildRoot:     %{_tmppath}/%{name}-%{version}-root
[9400]14BuildRequires: cairo-devel >= 1.5.0
[6284]15BuildRequires: desktop-file-utils
[9400]16BuildRequires: gtk2-devel >= 2.14.0
17BuildRequires: gtk3-devel >= 3.2.0
18BuildRequires: libwnck3-devel >= 3.2.0
[6284]19
[9400]20Requires:      xfce4-appfinder
21Requires:      xfce4-terminal
[6284]22Requires(post,postun):  desktop-file-utils
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
[8953]26Packager:       Takemikaduchi, inagaki
[6284]27
28
29%description
30Task Manager for Xfce.
31
[8953]32%description -l ja
33Xfce デスクトップ環境向けのタスクマネージャーです.
[6284]34
[8953]35
[6284]36%prep
37%setup -q
38
39%build
[9400]40%configure \
41    --enable-silent-rules \
42    --disable-static \
43    --enable-gtk3 \
44    --enable-wnck3 \
45    --disable-gksu
46   
[6284]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 \
[9400]57        --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
58        $RPM_BUILD_ROOT%{_datadir}/applications/xfce4-taskmanager.desktop
[6284]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,-)
[8953]75%doc AUTHORS ChangeLog COPYING NEWS README
[6284]76%{_bindir}/xfce4-taskmanager
77%{_datadir}/applications/xfce4-taskmanager.desktop
78
79%changelog
[9400]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
[8953]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
[8073]89- rebuild with VineSeed environment
90
[8953]91* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-1
[6284]92- initial build for Vine Linux
93
Note: See TracBrowser for help on using the repository browser.