]> git.pld-linux.org Git - packages/mate-netbook.git/blame - mate-netbook.spec
up to 1.18.0
[packages/mate-netbook.git] / mate-netbook.spec
CommitLineData
c5ee8a66
JB
1Summary: Simple window management tool
2Summary(pl.UTF-8): Proste narzędzie do zarządzania oknami
3Name: mate-netbook
9bf1abb8 4Version: 1.18.0
04f921a4 5Release: 1
db874592 6License: GPL v3
c5ee8a66 7Group: X11/Applications
9bf1abb8
JP
8Source0: http://pub.mate-desktop.org/releases/1.18/%{name}-%{version}.tar.xz
9# Source0-md5: a7dd11801ab61b4ce12669ae47a4499c
c5ee8a66
JB
10URL: http://mate-desktop.org/
11BuildRequires: autoconf >= 2.53
12BuildRequires: automake >= 1:1.9
645e1132 13BuildRequires: gettext-tools >= 0.10.40
91c046d1 14BuildRequires: glib2-devel >= 1:2.36.0
9bf1abb8 15BuildRequires: gtk+3-devel >= 3.14
1932573a 16BuildRequires: intltool >= 0.50.1
c5ee8a66
JB
17BuildRequires: libfakekey-devel
18BuildRequires: libtool >= 1:1.4.3
9bf1abb8
JP
19BuildRequires: libwnck-devel >= 3.0
20BuildRequires: mate-panel-devel >= 1.17.0
c5ee8a66
JB
21BuildRequires: pkgconfig
22BuildRequires: rpmbuild(find_lang) >= 1.36
23BuildRequires: tar >= 1:1.22
24BuildRequires: xorg-lib-libXtst-devel
25BuildRequires: xz
91c046d1
JB
26Requires(post,postun): glib2 >= 1:2.36.0
27Requires: glib2 >= 1:2.36.0
9bf1abb8
JP
28Requires: gtk+3 >= 3.14
29Requires: mate-panel >= 1.17.0
c5ee8a66
JB
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33A simple window management tool which:
34- allows you to set basic rules for a window type, such as maximise
35 or undecorate
36- allows exceptions to the rules, based on string matching for window
37 name and window class
38- allows 'reversing' of rules when the user manually changes
39 something:
40 - re-decorates windows on un-maximise
41
42%description -l pl.UTF-8
43Proste narzędzie do zarządzania oknami, które:
44- pozwala na ustawianie podstawowych reguł dla typu okna, takich jak
45 maksymalizacja lub usunięcie dekoracji
46- pozwala na wyjątki od reguł, w oparciu o dopasowywanie nazwy lub
47 klasy okna
48- pozwala na odwrócenie reguł, kiedy użytkownik coś zmieni:
49 - ponownie włącza dekoracje okien przy wyłączeniu maksymalizacji
50
51%prep
52%setup -q
c5ee8a66
JB
53
54%build
55%{__intltoolize}
56%{__libtoolize}
57%{__aclocal}
58%{__autoconf}
59%{__autoheader}
60%{__automake}
61%configure \
9bf1abb8 62 --disable-silent-rules
c5ee8a66
JB
63
64%{__make}
65
66%install
67rm -rf $RPM_BUILD_ROOT
68
69%{__make} install \
70 DESTDIR=$RPM_BUILD_ROOT
71
9bf1abb8 72%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,ku_IQ,jv,pms}
c5ee8a66
JB
73
74%find_lang %{name}
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%post
80%glib_compile_schemas
81
82%postun
83%glib_compile_schemas
84
85%files -f %{name}.lang
86%defattr(644,root,root,755)
87%doc AUTHORS ChangeLog NEWS README
88%attr(755,root,root) %{_bindir}/mate-maximus
89%attr(755,root,root) %{_libexecdir}/mate-window-picker-applet
90/etc/xdg/autostart/mate-maximus-autostart.desktop
91%{_datadir}/dbus-1/services/org.mate.panel.applet.MateWindowPickerFactory.service
92%{_datadir}/glib-2.0/schemas/org.mate.maximus.gschema.xml
93%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.mate-window-picker-applet.gschema.xml
94%{_datadir}/mate-panel/applets/org.mate.panel.MateWindowPicker.mate-panel-applet
95%{_datadir}/mate-panel/ui/mate-window-picker-applet-menu.xml
0f4ca44a 96%{_mandir}/man1/mate-maximus.1*
This page took 0.075917 seconds and 4 git commands to generate.