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