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