-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathxfce4-i3-workspaces-plugin.spec
52 lines (40 loc) · 1.06 KB
/
xfce4-i3-workspaces-plugin.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Summary: A workspaces plugin for xfce4 and the i3 window manager
Name: xfce4-i3-workspaces-plugin
Version: 1.3.1
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL v3
URL: https://github.com/altdesktop/xfce4-i3-workspaces-plugin
BuildRequires: libtool
BuildRequires: gtk2-devel
BuildRequires: xfce4-dev-tools
BuildRequires: libxfce4ui-devel
BuildRequires: libxfce4util-devel
BuildRequires: xfce4-panel-devel
BuildRequires: i3ipc-glib
%if 0%{?suse_version} >= 1500
Requires: libglib-2_0-0
%else
Requires: glib2
%endif
Requires: libxfce4ui
Requires: libxfce4util
Requires: xfce4-panel
Requires: i3ipc-glib
%description
A workspaces plugin for xfce4 and the i3 window manager.
%prep
%setup -q
%build
./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
make
%install
%make_install
%files
%doc COPYING
%doc README.md
%{_libdir}/xfce4/panel/plugins/libi3workspaces.*
%{_datadir}/xfce4/panel/plugins/i3-workspaces.desktop
%{_datadir}/icons/hicolor/48x48/apps/xfce4-sample-plugin.png
%{_datadir}/icons/hicolor/scalable/apps/xfce4-sample-plugin.svg
%changelog