]> git.pld-linux.org Git - packages/brightside.git/blame - brightside.spec
- tabs in preamble
[packages/brightside.git] / brightside.spec
CommitLineData
810ae124 1Summary: Brightside Screen Corners and Edges daemon
835087b6 2Summary(pl.UTF-8): Brightside - demon rogów i krawędzi ekranu
810ae124 3Name: brightside
4Version: 1.4.0
5Release: 1
6License: GPL
7Group: Applications
8Source0: http://files.catmur.co.uk/brightside/%{name}-%{version}.tar.bz2
42dc48ce 9# Source0-md5: df6dfe0ffbf110036fa1a5549b21e9c3
810ae124 10Patch0: %{name}-wnck_workspace_activate.patch
11Patch1: %{name}-gconf-mouse-speed.patch
12URL: http://wiki.catmur.co.uk/Brightside
ec68a935
JB
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: libtool
810ae124 16BuildRequires: libwnck-devel
ec68a935 17Requires(post,preun): GConf2
810ae124 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Brightside is a tool to add reactivity to the corners and edges of
ec68a935 22your GNOME desktop.
810ae124 23
24Brightside provides edge flipping to allow you to switch to the
25adjacent workspace simply by pressing your mouse against the edge of
26the screen.
27
28Brightside also allows you to assign configurable actions to occur
29while you rest the mouse in a corner of the screen. Currently
30available actions comprise:
31
32- Fade out volume
33- Prevent screensaver starting
34- Start screensaver and lock screen
35- Enter DPMS standby mode
36- Enter DPMS suspend mode
37- Enter DPMS off mode
38- Dim laptop backlight
39- Custom action
40
95c4ce1e
JR
41%description -l pl.UTF-8
42Brightside to narzędzie dodające reaktywność rogom i krawędziom
ec68a935
JB
43pulpitu GNOME.
44
95c4ce1e
JR
45Brightside udostępnia zamianę krawędzi pozwalającą przełączyć się na
46sąsiednie biurko poprzez samo naciśnięcie przycisku myszy na krawędzi
ec68a935
JB
47ekranu.
48
95c4ce1e
JR
49Brightside pozwala także przypisywać różne konfigurowalne akcje mające
50zajść kiedy mysz pozostaje w rogu ekranu. Aktualnie dostępne akcje
51obejmują:
52- wyciszenie dźwięku
53- zapobieganie włączeniu wygaszacza ekranu
ec68a935 54- uruchomienie wygaszacza i zablokowanie ekranu
95c4ce1e
JR
55- wejście w tryb DPMS standby
56- wejście w tryb DPMS suspend
57- wejście w tryb DPMS off
58- przyciemnienie podświetlenia wyświetlacza w laptopie
59- akcje zdefiniowane przez użytkownika
ec68a935 60
810ae124 61%prep
62%setup -q
63%patch0 -p1
64%patch1 -p1
65
66%build
67%{__libtoolize}
68%{__aclocal}
69%{__autoconf}
70%{__autoheader}
71%{__automake}
810ae124 72%configure \
73 --enable-dependency-tracking \
74 --enable-tray-icon
75
76%{__make}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80
81%{__make} install \
82 DESTDIR=$RPM_BUILD_ROOT
83
84%find_lang %{name} --with-gnome --all-name
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%post
90%gconf_schema_install %{name}.schemas
91
92%preun
93%gconf_schema_uninstall %{name}.schemas
94
810ae124 95%files -f %{name}.lang
96%defattr(644,root,root,755)
97%doc AUTHORS ChangeLog NEWS README
98%attr(755,root,root) %{_bindir}/*
99%{_pixmapsdir}/*
100%{_sysconfdir}/gconf/schemas/*
101%dir %{_datadir}/%{name}
102%{_datadir}/%{name}/*
This page took 0.087795 seconds and 4 git commands to generate.