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