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