]> git.pld-linux.org Git - packages/xfce4-volumed-pulse.git/blob - xfce4-volumed-pulse.spec
- up to 0.2.4
[packages/xfce4-volumed-pulse.git] / xfce4-volumed-pulse.spec
1 Summary:        Volume management daemon for XFCE
2 Summary(pl.UTF-8):      Demon poziomu dźwięku XFCE
3 Name:           xfce4-volumed-pulse
4 Version:        0.2.4
5 Release:        1
6 License:        GPL v3
7 Group:          Applications/System
8 Source0:        https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  39ec8029b1d17f8c9e764e8bfb0db94d
10 URL:            https://launchpad.net/xfce4-volumed-pulse
11 BuildRequires:  glib2-devel >= 1:2.26
12 BuildRequires:  gtk+3-devel >= 3.20
13 BuildRequires:  keybinder3-devel >= 0.2.0
14 BuildRequires:  libnotify-devel >= 0.1.3
15 BuildRequires:  pkgconfig >= 1:0.9.0
16 BuildRequires:  pulseaudio-devel >= 0.9.19
17 BuildRequires:  xfce4-dev-tools >= 4.8.0
18 BuildRequires:  xfconf-devel >= 4.8.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This daemon is responsible of making the volume up/down and mute keys
23 of the keyboard work automatically, and uses the XFCE mixer's defined
24 card and track for chosing which track to act on. It also provides
25 volume change / mute toggle notifications.
26
27 %description -l pl.UTF-8
28 Ten demon zapewnia automatyczne działanie klawiszy głośności na
29 klawiaturze przy użyciu miksera XFCE. Udostępnia również
30 powiadomienia.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README THANKS TODO
52 %attr(755,root,root) %{_bindir}/xfce4-volumed-pulse
53 /etc/xdg/autostart/xfce4-volumed-pulse.desktop
This page took 0.142851 seconds and 4 git commands to generate.