]> git.pld-linux.org Git - packages/xfce4-taskbar-plugin.git/blob - xfce4-taskbar-plugin.spec
- release 6 (by relup.sh)
[packages/xfce4-taskbar-plugin.git] / xfce4-taskbar-plugin.spec
1 %define         snap 20130504
2 Summary:        Taskbar plugin which mimicks the Windows 7 taskbar (pinning applications, etc)
3 Name:           xfce4-taskbar-plugin
4 Version:        0.%{snap}
5 Release:        6
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        %{name}-%{snap}.tar.bz2
9 # Source0-md5:  259533052a8398e50496052699b75787
10 Patch0:         make.patch
11 Patch1:         dbus-glib.patch
12 URL:            http://git.xfce.org/panel-plugins/xfce4-taskbar-plugin/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtkhotkey-devel
16 BuildRequires:  libtool
17 BuildRequires:  libxfce4ui-devel
18 BuildRequires:  xfce4-dev-tools >= 4.12.0
19 BuildRequires:  xfce4-panel-devel >= 4.12.0
20 Requires:       xfce4-panel >= 4.12.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Taskbar plugin which mimicks the Windows 7 taskbar
25 (pinning applications, etc)
26
27 %prep
28 %setup -q -n %{name}
29 %patch0 -p1
30 %patch1 -p1
31
32 %build
33 %{__make} OPT="%{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT \
40         LIB=%{_lib}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README
48 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libtaskbar.so
49 %{_datadir}/xfce4/panel/plugins/taskbar.desktop
This page took 0.049003 seconds and 4 git commands to generate.