]> git.pld-linux.org Git - packages/agave.git/blame - agave.spec
- up to 0.4.4
[packages/agave.git] / agave.spec
CommitLineData
f1ef6ff1 1Summary: Color scheme generator for GNOME
19894b04 2Summary(pl.UTF-8): Generator schematów kolorów dla GNOME
f1ef6ff1 3Name: agave
eb22dae5 4Version: 0.4.4
bd35e229 5Release: 1
f1ef6ff1 6License: GPL
d791f386 7Group: X11/Applications
f1ef6ff1 8Source0: http://download.gna.org/colorscheme/releases/%{name}-%{version}.tar.bz2
eb22dae5 9# Source0-md5: 376b4cfc4b63f3f42572207c84c9b182
bd35e229 10Patch0: %{name}-locale.patch
f1ef6ff1 11URL: http://home.gna.org/colorscheme/
01728f2c 12BuildRequires: boost-devel
f1ef6ff1 13BuildRequires: gconfmm-devel >= 2.12.0
45699bc9 14BuildRequires: gnome-doc-utils
01728f2c 15BuildRequires: gtkmm-devel >= 2.6.0
45699bc9 16BuildRequires: libglademm-devel
66ab8ac9 17BuildRequires: libgnomeui-devel
01728f2c 18BuildRequires: scrollkeeper
7f502651 19Requires(post,preun): GConf2
bd35e229 20Requires(post,postun): scrollkeeper
f1ef6ff1 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Have you ever been re-finishing a room in your home and found yourself
25asking "What color would go well with this"? Or been working on a new
26website and not been able to find colors that go well with eachother?
27
28Try Agave. Agave is a very simple application for the GNOME desktop
29that allows you to generate a variety of colorschemes from a single
30starting color. It is free software licensed under the open-source GPL
31License.
32
82f8cba7
JR
33%description -l pl.UTF-8
34Czy wykańczałeś kiedyś pokój w domu i zacząłeś zastanawiać się, jaki
35kolor pasowałby najbardziej? Albo pracowałeś nad nową stroną nie mogąc
36znaleźć pasujących kolorów?
d791f386 37
82f8cba7
JR
38Wypróbuj Agave. Jest to bardzo prosta aplikacja dla środowiska GNOME
39pozwalająca generować różnorodne schematy kolorów poczynając od
40jednego koloru początkowego. Jest to program wolnodostępny na licencji
d791f386
JB
41GPL.
42
f1ef6ff1 43%prep
44%setup -q
744928c0 45%patch0 -p1
46mv po/es{_ES,}.po
f1ef6ff1 47
48%build
bd35e229 49%configure \
50 --disable-scrollkeeper
f1ef6ff1 51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
bd35e229 59%find_lang %{name} --with-gnome
f1ef6ff1 60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
bd35e229 64%post
65%scrollkeeper_update_post
66%gconf_schema_install %{name}.schemas
67
68%preun
69%gconf_schema_uninstall %{name}.schemas
70
71%postun
72%scrollkeeper_update_postun
73
f1ef6ff1 74%files -f %{name}.lang
75%defattr(644,root,root,755)
76%doc README AUTHORS NEWS TODO ChangeLog
77%attr(755,root,root) %{_bindir}/agave
d791f386
JB
78%dir %{_datadir}/agave
79%dir %{_datadir}/agave/palettes
744928c0 80%{_datadir}/agave/palettes/*.gpl
d791f386 81%dir %{_datadir}/agave/pixmaps
744928c0 82%{_datadir}/agave/pixmaps/*.png
d791f386 83%dir %{_datadir}/agave/ui
7f502651 84%{_datadir}/agave/ui/agave.glade
f1ef6ff1 85%{_datadir}/agave/ui/agave.ui
86%{_datadir}/agave/ui/bookmarkspopup.ui
7f502651 87%{_datadir}/omf/agave
f1ef6ff1 88%{_desktopdir}/agave.desktop
eb22dae5 89%{_iconsdir}/hicolor/*/apps/agave.*
bd35e229 90%{_sysconfdir}/gconf/schemas/agave.schemas
This page took 0.467654 seconds and 4 git commands to generate.