]> git.pld-linux.org Git - packages/brightside.git/commitdiff
- initial
authortiwek <tiwek@pld-linux.org>
Tue, 17 Oct 2006 08:45:12 +0000 (08:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    brightside.spec -> 1.1

brightside.spec [new file with mode: 0644]

diff --git a/brightside.spec b/brightside.spec
new file mode 100644 (file)
index 0000000..d8a8903
--- /dev/null
@@ -0,0 +1,80 @@
+Summary:       Brightside Screen Corners and Edges daemon
+Name:          brightside
+Version:       1.4.0
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://files.catmur.co.uk/brightside/%{name}-%{version}.tar.bz2
+# Source0-md5: eed041f45dfa5f29796fde9e302d68c6
+Patch0:                %{name}-wnck_workspace_activate.patch
+Patch1:                %{name}-gconf-mouse-speed.patch
+URL:           http://wiki.catmur.co.uk/Brightside
+BuildRequires: libwnck-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Brightside is a tool to add reactivity to the corners and edges of
+your Gnome desktop.
+
+Brightside provides edge flipping to allow you to switch to the
+adjacent workspace simply by pressing your mouse against the edge of
+the screen.
+
+Brightside also allows you to assign configurable actions to occur
+while you rest the mouse in a corner of the screen. Currently
+available actions comprise:
+
+- Fade out volume
+- Prevent screensaver starting
+- Start screensaver and lock screen
+- Enter DPMS standby mode
+- Enter DPMS suspend mode
+- Enter DPMS off mode
+- Dim laptop backlight
+- Custom action
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure \
+       --enable-dependency-tracking \
+       --enable-tray-icon
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install %{name}.schemas
+
+%preun
+%gconf_schema_uninstall %{name}.schemas
+
+
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/*
+%{_sysconfdir}/gconf/schemas/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
This page took 0.07383 seconds and 4 git commands to generate.