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