]> git.pld-linux.org Git - packages/oxygen-gtk3.git/blame - oxygen-gtk3.spec
- up to 1.4.1
[packages/oxygen-gtk3.git] / oxygen-gtk3.spec
CommitLineData
437e3dd2
JR
1Summary: Oxygen-Gtk3 - a port of the default KDE widget theme (Oxygen), to gtk3
2Name: oxygen-gtk3
a9f059e6 3Version: 1.4.1
437e3dd2
JR
4Release: 1
5License: LGPL v2.1
6Group: Themes/GTK+
7Source0: ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2
a9f059e6 8# Source0-md5: 231854fbe379dd441518195c45d08201
437e3dd2
JR
9URL: https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
10BuildRequires: cairo-devel
11BuildRequires: cmake >= 2.8.0
12BuildRequires: dbus-glib-devel
13BuildRequires: gtk+3-devel
14BuildRequires: libstdc++-devel
15BuildRequires: pkgconfig
16BuildRequires: rpmbuild(macros) >= 1.600
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Oxygen-Gtk3 is a port of the default KDE widget theme (Oxygen)
21to gtk3.
22
23It's primary goal is to ensure visual consistency between gtk3 and
24qt-based applications running under kde. A secondary objective is to
25also have a stand-alone nice looking gtk3 theme that would behave well
26on other Desktop Environments.
27
28Unlike other attempts made to port the kde oxygen theme to gtk3, this
29attempt does not depend on Qt (via some Qt to Gtk3 conversion engine),
30nor does render the widget appearance via hard coded pixmaps, which
31otherwise breaks everytime some setting is changed in kde.
32
33%prep
34%setup -q
35
36%build
37install -d build
38cd build
39%cmake \
40 ../
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45%{__make} -C build install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -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.071547 seconds and 4 git commands to generate.