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