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