]> git.pld-linux.org Git - packages/xfce4-windowck-plugin.git/blobdiff - xfce4-windowck-plugin.spec
- up to 0.5.1
[packages/xfce4-windowck-plugin.git] / xfce4-windowck-plugin.spec
index 823861e8661d8f697e525fa05c8c5bcc52d04ad3..f4e68bdc9111ccff9a815f4c471d42221575ef7f 100644 (file)
@@ -1,20 +1,22 @@
 Summary:       Xfce panel plugin which allows to put the maximized window title and windows buttons on the panel
 Name:          xfce4-windowck-plugin
-Version:       0.4.6
-Release:       3
+Version:       0.5.1
+Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       https://github.com/cedl38/xfce4-windowck-plugin/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: a9d711a5ea0d3e7947e1fb4d4724e481
+Source0:       https://archive.xfce.org/src/panel-plugins/xfce4-windowck-plugin/0.5/%{name}-%{version}.tar.bz2
+# Source0-md5: 9dc7dfbf53dea83678719ab150f5fb0c
 URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: gtk+3-devel >= 3.22.0
 BuildRequires: intltool
 BuildRequires: libtool
+BuildRequires: libwnck-devel >= 3.22
 BuildRequires: libxfce4ui-devel
+BuildRequires: xfce-preferred-applications
 BuildRequires: xfce4-dev-tools >= 4.14.0
 BuildRequires: xfce4-panel-devel >= 4.14.0
-BuildRequires: xfce-preferred-applications
 Requires:      xfce4-panel >= 4.14.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,7 +27,8 @@ windows buttons on the panel.
 It's main features are:
 
 - Show the title and buttons of the maximized window on the panel.
-- Allow window actions on buttons and title clicks (activate, (un)maximize, close).
+- Allow window actions on buttons and title clicks (activate,
+  (un)maximize, close).
 - Allow window action menu on left button click.
 - Title formatting options.
 - xfwm4/unity theming support for buttons.
@@ -34,8 +37,6 @@ It's main features are:
 %setup -q
 
 %build
-./autogen.sh
-
 %{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
@@ -54,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
 
+# unsupported locale
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ie,ru_RU}
+
 %find_lang %{name}
 
 %clean
@@ -67,12 +71,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README.md TODO
+%doc AUTHORS NEWS README.md
 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwckbuttons.so
+%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwckmenu.so
 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwindowck.so
 %{_datadir}/xfce4/panel/plugins/wckbuttons.desktop
+%{_datadir}/xfce4/panel/plugins/wckmenu-plugin.desktop
 %{_datadir}/xfce4/panel/plugins/windowck-plugin.desktop
 %{_iconsdir}/hicolor/*x*/apps/wckbuttons-plugin.png
+%{_iconsdir}/hicolor/*x*/apps/wckmenu-plugin.png
 %{_iconsdir}/hicolor/*x*/apps/windowck-plugin.png
 %{_datadir}/themes/Windowck
 %{_datadir}/themes/Windowck-dark
This page took 0.074548 seconds and 4 git commands to generate.