]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gnome-themes-standard/gnome-themes-standard.nm
gzip: Update to 1.6.
[people/ms/ipfire-3.x.git] / gnome-themes-standard / gnome-themes-standard.nm
CommitLineData
bf5c2a8d
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = gnome-themes-standard
7version = 3.7.6
8release = 1
9
10groups =
11url = http://git.gnome.org/browse/gnome-themes-standard
12license = LGPLv2+
13summary = Standard themes for GNOME applications.
14
15description
16 The gnome-themes-standard package contains the standard theme for the GNOME
17 desktop, which provides default appearance for cursors, desktop background,
18 window borders and GTK+ applications.
19end
20
21source_dl = http://download.gnome.org/sources/%{name}/3.7/
22sources = %{thisapp}.tar.xz
23
24build
25 requires
26 /usr/bin/gtk-update-icon-cache
27 gtk3-devel >= 3.0.2
28 librsvg2-devel
29 intltool
30 end
31
32 configure_options += \
33 --disable-static \
34 --disable-gtk2-engine
35
36 install_cmds
37 mkdir -pv %{BUILDROOT}%{sysconfdir}/gtk-3.0
38
39 install -m 0664 %{DIR_SOURCE}/settings.ini \
40 %{BUILDROOT}%{sysconfdir}/gtk-3.0/
41 end
42end
43
44packages
45 package %{name}
46 requires
47 adwaita-cursor-theme = %{thisver}
48 adwaita-gtk3-theme = %{thisver}
49 end
50 end
51
52 package adwaita-cursor-theme
53 arch = noarch
54
55 summary = Adwaita cursor theme.
56 description
57 The adwaita-cursor-theme package contains a modern set of cursors originally
58 designed for the GNOME desktop.
59 end
60
61 files
62 %{datadir}/icons/Adwaita
63 end
64 end
65
66 package adwaita-gtk3-theme
67 summary = Adwaita gtk3 theme.
68 description
69 The adwaita-gtk3-theme package contains a gtk3 theme for presenting widgets
70 with a GNOME look and feel.
71 end
72
73 files
74 %{libdir}/gtk-3.0/
75 %{datadir}/themes/Adwaita/gtk-3.0
76 %{sysconfdir}/gtk-3.0/settings.ini
77 end
78 end
79
80 package %{name}-devel
81 template DEVEL
82 end
83
84 package %{name}-debuginfo
85 template DEBUGINFO
86 end
87end