]> git.pld-linux.org Git - packages/agave.git/blame - agave.spec
- added
[packages/agave.git] / agave.spec
CommitLineData
f1ef6ff1 1#
2Summary: Color scheme generator for GNOME
3Name: agave
4Version: 0.4.0
5Release: 0.1
6License: GPL
7Group: Applications
8Source0: http://download.gna.org/colorscheme/releases/%{name}-%{version}.tar.bz2
9# Source0-md5: 88a4f89acb62eab906b26803a760d7de
10URL: http://home.gna.org/colorscheme/
11BuildRequires: gconfmm-devel >= 2.12.0
12BuildRequires: gtkmm-devel >= 2.6.0
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Have you ever been re-finishing a room in your home and found yourself
17asking "What color would go well with this"? Or been working on a new
18website and not been able to find colors that go well with eachother?
19
20Try Agave. Agave is a very simple application for the GNOME desktop
21that allows you to generate a variety of colorschemes from a single
22starting color. It is free software licensed under the open-source GPL
23License.
24
25%prep
26%setup -q
27
28%build
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%find_lang agave
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files -f %{name}.lang
44%defattr(644,root,root,755)
45%doc README AUTHORS NEWS TODO ChangeLog
46%attr(755,root,root) %{_bindir}/agave
47%{_datadir}/agave/palettes/Tango-Palette.gpl
48%{_datadir}/agave/palettes/Visibone.gpl
49%{_datadir}/agave/palettes/Web.gpl
50%{_datadir}/agave/palettes/Ximian-Palette.gpl
51%{_datadir}/agave/pixmaps/darken.png
52%{_datadir}/agave/pixmaps/desaturate.png
53%{_datadir}/agave/pixmaps/lighten.png
54%{_datadir}/agave/pixmaps/saturate.png
55%{_datadir}/agave/ui/agave.ui
56%{_datadir}/agave/ui/bookmarkspopup.ui
57%{_desktopdir}/agave.desktop
58%{_iconsdir}/hicolor/48x48/apps/agave-icon.png
59%{_iconsdir}/hicolor/scalable/apps/agave-icon.svg
This page took 0.081841 seconds and 4 git commands to generate.