]> git.pld-linux.org Git - packages/mate-netbook.git/blob - mate-netbook.spec
- more specific URL, macros for glib_compile_schemas
[packages/mate-netbook.git] / mate-netbook.spec
1 Summary:        Simple window management tool
2 Summary(pl.UTF-8):      Proste narzędzie do zarządzania oknami
3 Name:           mate-netbook
4 Version:        1.26.0
5 Release:        1
6 License:        GPL v3
7 Group:          X11/Applications
8 Source0:        https://pub.mate-desktop.org/releases/1.26/%{name}-%{version}.tar.xz
9 # Source0-md5:  9eb98f9009b7b3791da3965130e3e100
10 URL:            https://wiki.mate-desktop.org/mate-desktop/components/mate-netbook/
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  gettext-tools >= 0.19.8
14 BuildRequires:  glib2-devel >= 1:2.50.0
15 BuildRequires:  gtk+3-devel >= 3.22
16 BuildRequires:  libfakekey-devel
17 BuildRequires:  libtool >= 1:1.4.3
18 BuildRequires:  libwnck-devel >= 3.0
19 BuildRequires:  mate-panel-devel >= 1.17.0
20 BuildRequires:  pkgconfig
21 BuildRequires:  rpmbuild(find_lang) >= 1.36
22 BuildRequires:  rpmbuild(macros) >= 1.592
23 BuildRequires:  tar >= 1:1.22
24 BuildRequires:  xorg-lib-libXtst-devel
25 BuildRequires:  xz
26 Requires(post,postun):  glib2 >= 1:2.50.0
27 Requires:       glib2 >= 1:2.50.0
28 Requires:       gtk+3 >= 3.22
29 Requires:       mate-panel >= 1.17.0
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
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
36 %description
37 A 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
47 Proste 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
57
58 %build
59 %{__libtoolize}
60 %{__aclocal}
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure \
65         --libexecdir=%{matepanel_libexecdir} \
66         --disable-silent-rules
67
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT
75
76 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,ie,jv,ku_IQ,nqo,pms}
77
78 %find_lang %{name}
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post
84 %glib_compile_schemas
85
86 %postun
87 %glib_compile_schemas
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog NEWS README
92 %attr(755,root,root) %{_bindir}/mate-maximus
93 %attr(755,root,root) %{matepanel_libexecdir}/mate-window-picker-applet
94 /etc/xdg/autostart/mate-maximus-autostart.desktop
95 %{_datadir}/dbus-1/services/org.mate.panel.applet.MateWindowPickerFactory.service
96 %{_datadir}/glib-2.0/schemas/org.mate.maximus.gschema.xml
97 %{_datadir}/glib-2.0/schemas/org.mate.panel.applet.mate-window-picker-applet.gschema.xml
98 %{_datadir}/mate-panel/applets/org.mate.panel.MateWindowPicker.mate-panel-applet
99 %{_datadir}/mate-panel/ui/mate-window-picker-applet-menu.xml
100 %{_mandir}/man1/mate-maximus.1*
This page took 0.118353 seconds and 3 git commands to generate.