]> git.pld-linux.org Git - packages/xfce4-windowck-plugin.git/blame - xfce4-windowck-plugin.spec
- up to 0.4.4
[packages/xfce4-windowck-plugin.git] / xfce4-windowck-plugin.spec
CommitLineData
e1578d61 1Summary: Xfce panel plugin which allows to put the maximized window title and windows buttons on the panel
8f215d68 2Name: xfce4-windowck-plugin
f061b076 3Version: 0.4.4
e1578d61 4Release: 1
8f215d68
JR
5License: GPL v2
6Group: X11/Applications
7Source0: https://github.com/cedl38/xfce4-windowck-plugin/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
f061b076 8# Source0-md5: 6ea068db172e9a399db6889d3ca73358
8f215d68
JR
9URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: intltool
13BuildRequires: libtool
14BuildRequires: libxfce4ui-devel
e1578d61
JR
15BuildRequires: xfce4-dev-tools >= 4.12.0
16BuildRequires: xfce4-panel-devel >= 4.12.0
d8db9f10 17BuildRequires: xfce-preferred-applications
e1578d61 18Requires: xfce4-panel >= 4.12.0
8f215d68
JR
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
e1578d61
JR
22Xfce panel plugin which allows to put the maximized window title and
23windows buttons on the panel.
24
25It's main features are:
26
27- Show the title and buttons of the maximized window on the panel.
28- Allow window actions on buttons and title clicks (activate, (un)maximize, close).
29- Allow window action menu on left button click.
30- Title formatting options.
31- xfwm4/unity theming support for buttons.
8f215d68
JR
32
33%prep
34%setup -q
35
36%build
37./autogen.sh
38
39%{__intltoolize}
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure \
46 --disable-static
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
56
57%find_lang %{name}
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post
63%update_icon_cache hicolor
64
65%postun
66%update_icon_cache hicolor
67
68%files -f %{name}.lang
69%defattr(644,root,root,755)
70%doc AUTHORS NEWS README TODO
71%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwckbuttons.so
72%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwindowck.so
73%{_datadir}/xfce4/panel/plugins/wckbuttons.desktop
74%{_datadir}/xfce4/panel/plugins/windowck-plugin.desktop
75%{_iconsdir}/hicolor/*x*/apps/wckbuttons-plugin.png
76%{_iconsdir}/hicolor/*x*/apps/windowck-plugin.png
77%{_datadir}/themes/Windowck
f061b076 78%{_datadir}/themes/Windowck-dark
This page took 0.041562 seconds and 4 git commands to generate.