]> git.pld-linux.org Git - packages/brightside.git/blob - brightside.spec
- tabs in preamble
[packages/brightside.git] / brightside.spec
1 Summary:        Brightside Screen Corners and Edges daemon
2 Summary(pl.UTF-8):      Brightside - demon rogów i krawędzi ekranu
3 Name:           brightside
4 Version:        1.4.0
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://files.catmur.co.uk/brightside/%{name}-%{version}.tar.bz2
9 # Source0-md5:  df6dfe0ffbf110036fa1a5549b21e9c3
10 Patch0:         %{name}-wnck_workspace_activate.patch
11 Patch1:         %{name}-gconf-mouse-speed.patch
12 URL:            http://wiki.catmur.co.uk/Brightside
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libtool
16 BuildRequires:  libwnck-devel
17 Requires(post,preun):   GConf2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Brightside is a tool to add reactivity to the corners and edges of
22 your GNOME desktop.
23
24 Brightside provides edge flipping to allow you to switch to the
25 adjacent workspace simply by pressing your mouse against the edge of
26 the screen.
27
28 Brightside also allows you to assign configurable actions to occur
29 while you rest the mouse in a corner of the screen. Currently
30 available 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
41 %description -l pl.UTF-8
42 Brightside to narzędzie dodające reaktywność rogom i krawędziom
43 pulpitu GNOME.
44
45 Brightside udostępnia zamianę krawędzi pozwalającą przełączyć się na
46 sąsiednie biurko poprzez samo naciśnięcie przycisku myszy na krawędzi
47 ekranu.
48
49 Brightside pozwala także przypisywać różne konfigurowalne akcje mające
50 zajść kiedy mysz pozostaje w rogu ekranu. Aktualnie dostępne akcje
51 obejmują:
52 - wyciszenie dźwięku
53 - zapobieganie włączeniu wygaszacza ekranu
54 - uruchomienie wygaszacza i zablokowanie ekranu
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
60
61 %prep
62 %setup -q
63 %patch0 -p1
64 %patch1 -p1
65
66 %build
67 %{__libtoolize}
68 %{__aclocal}
69 %{__autoconf}
70 %{__autoheader}
71 %{__automake}
72 %configure \
73         --enable-dependency-tracking \
74         --enable-tray-icon
75
76 %{__make}
77
78 %install
79 rm -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
87 rm -rf $RPM_BUILD_ROOT
88
89 %post
90 %gconf_schema_install %{name}.schemas
91
92 %preun
93 %gconf_schema_uninstall %{name}.schemas
94
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.079515 seconds and 3 git commands to generate.