]> git.pld-linux.org Git - packages/oxygen-gtk3.git/blob - oxygen-gtk3.spec
- up to 1.4.1
[packages/oxygen-gtk3.git] / oxygen-gtk3.spec
1 Summary:        Oxygen-Gtk3 - a port of the default KDE widget theme (Oxygen), to gtk3
2 Name:           oxygen-gtk3
3 Version:        1.4.1
4 Release:        1
5 License:        LGPL v2.1
6 Group:          Themes/GTK+
7 Source0:        ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2
8 # Source0-md5:  231854fbe379dd441518195c45d08201
9 URL:            https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
10 BuildRequires:  cairo-devel
11 BuildRequires:  cmake >= 2.8.0
12 BuildRequires:  dbus-glib-devel
13 BuildRequires:  gtk+3-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  pkgconfig
16 BuildRequires:  rpmbuild(macros) >= 1.600
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Oxygen-Gtk3 is a port of the default KDE widget theme (Oxygen)
21 to gtk3.
22
23 It's primary goal is to ensure visual consistency between gtk3 and
24 qt-based applications running under kde. A secondary objective is to
25 also have a stand-alone nice looking gtk3 theme that would behave well
26 on other Desktop Environments.
27
28 Unlike other attempts made to port the kde oxygen theme to gtk3, this
29 attempt does not depend on Qt (via some Qt to Gtk3 conversion engine),
30 nor does render the widget appearance via hard coded pixmaps, which
31 otherwise breaks everytime some setting is changed in kde.
32
33 %prep
34 %setup -q
35
36 %build
37 install -d build
38 cd build
39 %cmake \
40         ../
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %{__make} -C build install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %attr(755,root,root) %{_libdir}/gtk-3.*/3.*.*/theming-engines/liboxygen-gtk.so
54 %dir %{_datadir}/themes/oxygen-gtk
55 %dir %{_datadir}/themes/oxygen-gtk/gtk-3.*
56 %{_datadir}/themes/oxygen-gtk/gtk-3.*/argb-apps.conf
57 %{_datadir}/themes/oxygen-gtk/gtk-3.*/icons4
58 %{_datadir}/themes/oxygen-gtk/gtk-3.*/kdeglobals
59 %{_datadir}/themes/oxygen-gtk/gtk-3.*/oxygenrc
60 %{_datadir}/themes/oxygen-gtk/gtk-3.*/*.css
61 %dir %{_datadir}/themes/oxygen-gtk/gtk-3.*/special-icons
62 %{_datadir}/themes/oxygen-gtk/gtk-3.*/special-icons/standardbutton-closetab-16.png
63 %{_datadir}/themes/oxygen-gtk/gtk-3.*/special-icons/standardbutton-closetab-down-16.png
64 %{_datadir}/themes/oxygen-gtk/gtk-3.*/special-icons/standardbutton-closetab-hover-16.png
This page took 0.064463 seconds and 3 git commands to generate.