forked from pool/lxappearance
lxappearance 0.6.3 OBS-URL: https://build.opensuse.org/request/show/818709 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxappearance?expand=0&rev=50
103 lines
2.6 KiB
RPMSpec
103 lines
2.6 KiB
RPMSpec
#
|
|
# spec file for package lxappearance
|
|
#
|
|
# Copyright (c) 2020 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: lxappearance
|
|
Version: 0.6.3
|
|
Release: 0
|
|
Summary: It's a desktop-independent theme switcher for GTK+
|
|
License: GPL-2.0-only
|
|
Group: System/GUI/LXDE
|
|
URL: http://www.lxde.org/
|
|
Source0: https://sourceforge.net/projects/lxde/files/LXAppearance/%{name}-%{version}.tar.xz
|
|
BuildRequires: dbus-1-devel
|
|
BuildRequires: dbus-1-glib-devel
|
|
BuildRequires: docbook-utils
|
|
BuildRequires: docbook-xsl-stylesheets
|
|
BuildRequires: fdupes
|
|
BuildRequires: gnome-icon-theme
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: libxslt
|
|
BuildRequires: perl
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
Recommends: %{name}-lang
|
|
Recommends: %{name}-obconf
|
|
|
|
%description
|
|
LXAppearance is part of LXDE project.
|
|
It's a desktop-independent theme switcher for GTK+.
|
|
|
|
%package devel
|
|
Summary: Lxappearance development files
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{name} = %{version}
|
|
|
|
%description devel
|
|
Development files to build lxappearance plugins
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
--enable-dbus \
|
|
--sysconfdir=%{_sysconfdir}
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
# own the pugins dir so that we don't need it
|
|
# for each plugin we will install later
|
|
mkdir -p %{buildroot}/%{_libdir}/lxappearance/plugins
|
|
%suse_update_desktop_file %{name}
|
|
%fdupes -s %{buildroot}
|
|
%find_lang %{name}
|
|
|
|
%post
|
|
%desktop_database_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
|
|
%files
|
|
%license COPYING
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%dir %{_datadir}/%{name}
|
|
%dir %{_datadir}/%{name}/ui
|
|
%{_datadir}/%{name}/ui/lxappearance.ui
|
|
%{_datadir}/%{name}/ui/about.ui
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
%dir %{_libdir}/lxappearance
|
|
%dir %{_libdir}/lxappearance/plugins
|
|
|
|
%files devel
|
|
%license COPYING
|
|
%dir %{_includedir}/%{name}
|
|
%{_includedir}/%{name}/%{name}.h
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%files lang -f %{name}.lang
|
|
%license COPYING
|
|
|
|
%changelog
|