]> git.pld-linux.org Git - SPECS.git/blob - matchbox-applet-startup-monitor.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / matchbox-applet-startup-monitor.spec
1 Summary:        Matchbox applet that provides feedback on application startup
2 Summary(pl.UTF-8):      Aplet środowiska Matchbox informujący o uruchamianiu aplikacji
3 Name:           matchbox-applet-startup-monitor
4 Version:        0.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://downloads.yoctoproject.org/releases/matchbox/mb-applet-startup-monitor/%{version}/mb-applet-startup-monitor-%{version}.tar.bz2
9 # Source0-md5:  ea4b3c1ebee3f731b77a2d4bf8e9aa3c
10 URL:            https://www.yoctoproject.org/software-item/matchbox/
11 BuildRequires:  libmatchbox-devel
12 BuildRequires:  startup-notification-devel
13 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Matchbox applet that provides feedback on application startup.
18
19 %description -l pl.UTF-8
20 Aplet środowiska Matchbox informujący o uruchamianiu aplikacji.
21
22 %prep
23 %setup -q -n mb-applet-startup-monitor-%{version}
24
25 %build
26 # not always defined when using recent xorg headers
27 CPPFLAGS="%{rpmcppflags} -DFALSE=0 -DTRUE=1"
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/mb-applet-startup-monitor
43 %{_pixmapsdir}/hourglass-*.png
This page took 0.251244 seconds and 3 git commands to generate.