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