]> git.pld-linux.org Git - packages/volumeicon.git/blame - volumeicon.spec
- initial version 0.5.1
[packages/volumeicon.git] / volumeicon.spec
CommitLineData
9916e721
KM
1Summary: Lightweight volume control for the system tray
2Summary(pl.UTF-8): Lekka regulacja głośności w zasobniku systemowym
3Name: volumeicon
4Version: 0.5.1
5Release: 1
6License: GPL-3.0
7Group: X11/Applications/Sound
8URL: https://github.com/Maato/volumeicon
9Source0: https://github.com/Maato/volumeicon/archive/refs/tags/%{version}.tar.gz
10# Source0-md5: edbc503f2ead5706d3c388f2b3608a37
11Source1: %{name}.desktop
12BuildRequires: alsa-lib-devel
13BuildRequires: gtk+3-devel
14BuildRequires: intltool
15BuildRequires: keybinder-devel
16BuildRequires: libnotify-devel >= 0.5.0
17
18%description
19Volume Icon aims to be a lightweight volume control that sits in your
20system tray.
21
22Features:
23- Change volume by scrolling on the systray icon
24- Ability to choose which channel to control
25- Configurable stepsize
26- Several icon themes
27- Configurable external mixer
28- Volume slider
29- Hotkey support
30
31%description -l pl.UTF-8
32Ikona głośności ma być lekkim regulatorem głośności, który znajduje
33się w zasobniku systemowym.
34
35Cechy:
36- Zmiana głośności, poprzez przewijanie ikony na pasku zadań
37- Możliwość wyboru kanału do kontrolowania
38- Konfigurowalny rozmiar skoku
39- Kilka motywów ikon
40- Konfigurowalny mikser zewnętrzny
41- Suwak głośności
42- Obsługa klawiszy skrótów
43
44%prep
45%setup -q
46
47%build
48sh autogen.sh
49%configure \
50 --enable-notify \
51
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58install -d $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
59cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/
60%find_lang %{name}
61
62%files -f %{name}.lang
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog COPYING
65%attr(755,root,root) %{_bindir}/%{name}
66%{_datadir}/%{name}
67%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
68
69%clean
70rm -rf $RPM_BUILD_ROOT
This page took 0.077379 seconds and 4 git commands to generate.