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