]> git.pld-linux.org Git - packages/marco.git/blob - marco.spec
up to 1.22.3
[packages/marco.git] / marco.spec
1 # TODO
2 # - subpackages for themes (see metacity.spec)
3 # - find proper packages for %files
4 #
5 Summary:        MATE Desktop window manager
6 Summary(pl.UTF-8):      Zarządca okien środowiska MATE Desktop
7 Name:           marco
8 Version:        1.22.3
9 Release:        1
10 License:        LGPL v2+ and GPL v2+
11 Group:          X11/Window Managers
12 Source0:        http://pub.mate-desktop.org/releases/1.22/%{name}-%{version}.tar.xz
13 # Source0-md5:  7a9a06c714ffcaf42218901bc1c60521
14 URL:            http://wiki.mate-desktop.org/mate-window-manager
15 BuildRequires:  autoconf >= 2.50
16 BuildRequires:  automake
17 BuildRequires:  desktop-file-utils
18 BuildRequires:  gdk-pixbuf2-devel >= 2.0
19 BuildRequires:  gettext-tools >= 0.10.40
20 BuildRequires:  glib2-devel >= 1:2.50.0
21 BuildRequires:  gtk+3-devel >= 3.22.0
22 BuildRequires:  intltool >= 0.50.1
23 BuildRequires:  libcanberra-gtk3-devel
24 BuildRequires:  libgtop-devel >= 2.0
25 BuildRequires:  mate-common
26 BuildRequires:  mate-desktop-devel >= 1.9.3
27 BuildRequires:  pango-devel >= 1:1.2.0
28 BuildRequires:  rpmbuild(find_lang) >= 1.36
29 BuildRequires:  startup-notification-devel >= 0.7
30 BuildRequires:  tar >= 1:1.22
31 BuildRequires:  xorg-lib-libICE-devel
32 BuildRequires:  xorg-lib-libSM-devel
33 BuildRequires:  xorg-lib-libX11-devel
34 BuildRequires:  xorg-lib-libXcomposite-devel >= 0.3
35 BuildRequires:  xorg-lib-libXcursor-devel
36 BuildRequires:  xorg-lib-libXext-devel
37 BuildRequires:  xorg-lib-libXdamage-devel
38 BuildRequires:  xorg-lib-libXfixes-devel
39 BuildRequires:  xorg-lib-libXinerama-devel
40 BuildRequires:  xorg-lib-libXpresent-devel
41 BuildRequires:  xorg-lib-libXrandr-devel
42 BuildRequires:  xorg-lib-libXrender-devel
43 BuildRequires:  xz
44 BuildRequires:  yelp-tools
45 Requires:       %{name}-libs = %{version}-%{release}
46 Requires:       glib2 >= 1:2.50.0
47 Requires:       gsettings-desktop-schemas
48 Requires:       gtk+3 >= 3.22.0
49 Requires:       mate-icon-theme
50 Requires:       mate-settings-daemon
51 Requires:       zenity
52 Suggests:       mate-control-center
53 # can use any gtk+2 themes nicely, Adwaita specially
54 Suggests:       %{name}-themes
55 Obsoletes:      mate-window-manager
56 Obsoletes:      mate-window-manager-libs < 1.4.1-2
57 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
58
59 %description
60 MATE Desktop window manager. MATE Marco is a fork of GNOME Metacity.
61
62 %description -l pl.UTF-8
63 Zarządca okien środowiska MATE Desktop. MATE Marco to odgałęzienie
64 pakietu GNOME Metacity.
65
66 %package libs
67 Summary:        Marco (MATE window manager) library
68 Summary(pl.UTF-8):      Biblioteka Macro (zarządcy okien MATE)
69 Group:          X11/Libraries
70 Requires:       glib2 >= 1:2.50.0
71 Requires:       gtk+3 >= 3.22.0
72 Requires:       mate-desktop-libs >= 1.9.3
73 Requires:       pango >= 1:1.2.0
74 Requires:       startup-notification >= 0.7
75 Requires:       xorg-lib-libXcomposite >= 0.3
76 Obsoletes:      mate-window-manager-libs >= 1.4.1-2
77
78 %description libs
79 This package contains the shared library for Marco, the MATE window
80 manager.
81
82 %description libs -l pl.UTF-8
83 Pakiet zawierający bibliotekę współdzieloną Marco (zarządcy okien
84 MATE).
85
86 %package devel
87 Summary:        Development files for Marco (Mate window manager)
88 Summary(pl.UTF-8):      Pliki programistyczne Marco (zarządcy okien MATE)
89 Group:          Development/Libraries
90 Requires:       %{name}-libs = %{version}-%{release}
91 Requires:       glib2-devel >= 1:2.50.0
92 Requires:       gtk+3-devel >= 3.22.0
93 Requires:       mate-desktop-devel >= 1.9.3
94 Obsoletes:      mate-window-manager-devel
95
96 %description devel
97 Development files for Marco (Mate window manager).
98
99 %description devel -l pl.UTF-8
100 Pliki programistyczne Marco (zarządcy okien MATE).
101
102 %package themes
103 Summary:        Themes for MATE Window Manager
104 Summary(pl.UTF-8):      Motywy dla zarządcy okien MATE
105 Group:          Themes/GTK+
106 Requires:       %{name} = %{version}-%{release}
107 Obsoletes:      mate-window-manager-themes
108
109 %description themes
110 Themes for MATE Window Manager.
111
112 %description themes -l pl.UTF-8
113 Motywy dla zarządcy okien MATE
114
115 %prep
116 %setup -q
117
118 %build
119 %{__libtoolize}
120 %{__aclocal} -I m4
121 %{__autoconf}
122 %{__autoheader}
123 %{__automake}
124 %configure \
125         ZENITY=%{_bindir}/zenity \
126         --disable-scrollkeeper \
127         --disable-silent-rules \
128         --disable-static \
129         --with-gnu-ld \
130         --with-x
131
132 %{__make}
133
134 %install
135 rm -rf $RPM_BUILD_ROOT
136 %{__make} install \
137         DESTDIR=$RPM_BUILD_ROOT
138
139 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libmarco-private.la
140
141 # ku_IQ is outdated version of ku; the rest not supported by glibc
142 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,ie,jv,ku_IQ}
143
144 desktop-file-install \
145         --remove-category="MATE" \
146         --delete-original \
147         --dir=$RPM_BUILD_ROOT%{_desktopdir} \
148         $RPM_BUILD_ROOT%{_desktopdir}/marco.desktop
149
150 %find_lang %{name} --all-name --with-mate
151
152 %clean
153 rm -rf $RPM_BUILD_ROOT
154
155 %post
156 %glib_compile_schemas
157
158 %postun
159 %glib_compile_schemas
160
161 %post   libs -p /sbin/ldconfig
162 %postun libs -p /sbin/ldconfig
163
164 %files -f %{name}.lang
165 %defattr(644,root,root,755)
166 %doc AUTHORS ChangeLog NEWS README
167 %attr(755,root,root) %{_bindir}/marco
168 %attr(755,root,root) %{_bindir}/marco-message
169 %{_datadir}/marco
170 %{_datadir}/mate-control-center/keybindings/50-marco*.xml
171 %dir %{_datadir}/mate/wm-properties
172 %{_datadir}/mate/wm-properties/marco-wm.desktop
173 %{_datadir}/glib-2.0/schemas/org.mate.marco.gschema.xml
174 %{_desktopdir}/marco.desktop
175 %{_mandir}/man1/marco.1*
176 %{_mandir}/man1/marco-message.1*
177
178 # TODO: find better packages
179 %dir %{_datadir}/mate-control-center
180 %dir %{_datadir}/mate-control-center/keybindings
181
182 %files libs
183 %defattr(644,root,root,755)
184 %attr(755,root,root) %{_libdir}/libmarco-private.so.*.*.*
185 %attr(755,root,root) %ghost %{_libdir}/libmarco-private.so.2
186
187 %files devel
188 %defattr(644,root,root,755)
189 %attr(755,root,root) %{_bindir}/marco-theme-viewer
190 %attr(755,root,root) %{_bindir}/marco-window-demo
191 %attr(755,root,root) %{_libdir}/libmarco-private.so
192 %{_includedir}/marco-1
193 %{_pkgconfigdir}/libmarco-private.pc
194 %{_mandir}/man1/marco-theme-viewer.1*
195 %{_mandir}/man1/marco-window-demo.1*
196
197 %files themes
198 %defattr(644,root,root,755)
199 %{_datadir}/themes/ClearlooksRe
200 %{_datadir}/themes/Dopple-Left
201 %{_datadir}/themes/Dopple
202 %{_datadir}/themes/DustBlue
203 %{_datadir}/themes/Spidey-Left
204 %{_datadir}/themes/Spidey
205 %{_datadir}/themes/Splint-Left
206 %{_datadir}/themes/Splint
207 %{_datadir}/themes/WinMe
208 %{_datadir}/themes/eOS
This page took 0.058028 seconds and 3 git commands to generate.