Author: tiwek Date: Tue Oct 17 08:45:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: brightside.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/brightside.spec diff -u /dev/null SPECS/brightside.spec:1.1 --- /dev/null Tue Oct 17 10:45:17 2006 +++ SPECS/brightside.spec Tue Oct 17 10:45:12 2006 @@ -0,0 +1,92 @@ +# $Revision$, $Date$ +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}/* + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/10/17 08:45:12 tiwek +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
