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