]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gnome-themes-standard/gnome-themes-standard.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / gnome-themes-standard / gnome-themes-standard.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gnome-themes-standard
7 ver_major = 3.11
8 ver_minor = 5
9 version = %{ver_major}.%{ver_minor}
10 release = 1
11
12 groups =
13 url = http://git.gnome.org/browse/gnome-themes-standard
14 license = LGPLv2+
15 summary = Standard themes for GNOME applications.
16
17 description
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.
21 end
22
23 source_dl = http://download.gnome.org/sources/%{name}/%{ver_major}/
24 sources = %{thisapp}.tar.xz
25
26 build
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
44 end
45
46 packages
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
89 end