]> git.pld-linux.org Git - SPECS.git/blob - xfce4-lock-keys-plugin.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xfce4-lock-keys-plugin.spec
1 Summary:        Show status of lock key leds plugin for the Xfce panel
2 Summary(pl.UTF-8):      Wtyczka panelu Xfce pokazująca status diod klawiatury
3 Name:           xfce4-lock-keys-plugin
4 Version:        1.0.0
5 Release:        5
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.pld-linux.org/people/baggins/XFCE/%{name}-%{version}.tar.bz2
9 # Source0-md5:  40680ac5871637fc86d52850ca763ab6
10 BuildRequires:  libxfce4ui-devel
11 BuildRequires:  libxfce4util-devel
12 BuildRequires:  xfce4-dev-tools >= 4.8.0
13 BuildRequires:  xfce4-panel-devel >= 4.8.0
14 Requires:       xfce4-panel >= 4.8.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This plugin shows the status of the CAPS-, NUM- and SCROLL-Lock keys
19 of your keyboard.
20
21 %description -l pl.UTF-8
22 Ta wtyczka pokazuje stan diod CAPS-, NUM- i SCROLL-Lock klawiatury.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure \
29         --disable-static
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post
45 %update_icon_cache hicolor
46
47 %postun                                                                         
48 %update_icon_cache hicolor  
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS README THANKS
53 %attr(755,root,root) %{_libexecdir}/xfce4/panel-plugins/liblock-keys.so
54 %{_datadir}/xfce4/panel-plugins/lock-keys.desktop
55 %dir %{_datadir}/xfce4/xfce4-lock-keys-plugin
56 %{_datadir}/xfce4/xfce4-lock-keys-plugin/*.png
57 %{_iconsdir}/hicolor/*/apps/xfce4-lock-keys-plugin.*
This page took 0.183862 seconds and 3 git commands to generate.