2009-12-21 13:15:28 +00:00
|
|
|
#
|
2011-05-02 16:10:23 +00:00
|
|
|
# spec file for package lxappearance
|
2009-12-21 13:15:28 +00:00
|
|
|
#
|
2020-07-06 09:20:37 +00:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2009-12-21 13:15:28 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-07-06 09:20:37 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2009-12-21 13:15:28 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: lxappearance
|
2020-07-06 09:20:37 +00:00
|
|
|
Version: 0.6.3
|
2014-08-30 16:59:34 +00:00
|
|
|
Release: 0
|
2011-09-26 10:57:05 +00:00
|
|
|
Summary: It's a desktop-independent theme switcher for GTK+
|
2020-07-06 09:20:37 +00:00
|
|
|
License: GPL-2.0-only
|
2010-07-30 07:01:47 +00:00
|
|
|
Group: System/GUI/LXDE
|
2020-07-06 09:20:37 +00:00
|
|
|
URL: http://www.lxde.org/
|
|
|
|
Source0: https://sourceforge.net/projects/lxde/files/LXAppearance/%{name}-%{version}.tar.xz
|
2014-08-30 16:59:34 +00:00
|
|
|
BuildRequires: dbus-1-devel
|
|
|
|
BuildRequires: dbus-1-glib-devel
|
2012-05-29 14:06:06 +00:00
|
|
|
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
|
2020-07-06 09:20:37 +00:00
|
|
|
BuildRequires: pkgconfig
|
2012-05-29 14:06:06 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2014-08-30 16:59:34 +00:00
|
|
|
Recommends: %{name}-lang
|
|
|
|
Recommends: %{name}-obconf
|
2009-12-21 13:15:28 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
LXAppearance is part of LXDE project.
|
2011-09-26 10:57:05 +00:00
|
|
|
It's a desktop-independent theme switcher for GTK+.
|
2009-12-21 13:15:28 +00:00
|
|
|
|
2010-10-23 22:07:27 +00:00
|
|
|
%package devel
|
2011-03-14 14:39:38 +00:00
|
|
|
Summary: Lxappearance development files
|
|
|
|
Group: Development/Libraries/C and C++
|
2014-08-30 16:59:34 +00:00
|
|
|
Requires: %{name} = %{version}
|
2010-10-23 22:07:27 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files to build lxappearance plugins
|
|
|
|
|
|
|
|
%lang_package
|
2014-08-30 16:59:34 +00:00
|
|
|
|
2009-12-21 13:15:28 +00:00
|
|
|
%prep
|
2010-10-23 22:07:27 +00:00
|
|
|
%setup -q
|
2009-12-21 13:15:28 +00:00
|
|
|
|
|
|
|
%build
|
2014-01-21 21:42:35 +00:00
|
|
|
%configure \
|
|
|
|
--enable-dbus \
|
2020-07-06 09:20:37 +00:00
|
|
|
--sysconfdir=%{_sysconfdir}
|
|
|
|
%make_build
|
2009-12-21 13:15:28 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-06 09:20:37 +00:00
|
|
|
%make_install
|
2010-10-23 22:07:27 +00:00
|
|
|
# own the pugins dir so that we don't need it
|
|
|
|
# for each plugin we will install later
|
2014-08-30 16:59:34 +00:00
|
|
|
mkdir -p %{buildroot}/%{_libdir}/lxappearance/plugins
|
|
|
|
%suse_update_desktop_file %{name}
|
2009-12-21 13:15:28 +00:00
|
|
|
%fdupes -s %{buildroot}
|
2014-08-30 16:59:34 +00:00
|
|
|
%find_lang %{name}
|
2011-05-02 16:10:23 +00:00
|
|
|
|
2011-03-14 14:39:38 +00:00
|
|
|
%post
|
|
|
|
%desktop_database_post
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%desktop_database_postun
|
|
|
|
|
2010-10-23 22:07:27 +00:00
|
|
|
%files
|
2020-07-06 09:20:37 +00:00
|
|
|
%license COPYING
|
2014-08-30 16:59:34 +00:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%dir %{_datadir}/%{name}/ui
|
|
|
|
%{_datadir}/%{name}/ui/lxappearance.ui
|
|
|
|
%{_datadir}/%{name}/ui/about.ui
|
2020-07-06 09:20:37 +00:00
|
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
2014-08-30 16:59:34 +00:00
|
|
|
%dir %{_libdir}/lxappearance
|
|
|
|
%dir %{_libdir}/lxappearance/plugins
|
2010-10-23 22:07:27 +00:00
|
|
|
|
|
|
|
%files devel
|
2020-07-06 09:20:37 +00:00
|
|
|
%license COPYING
|
2014-08-30 16:59:34 +00:00
|
|
|
%dir %{_includedir}/%{name}
|
|
|
|
%{_includedir}/%{name}/%{name}.h
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2010-10-23 22:07:27 +00:00
|
|
|
|
2014-08-30 16:59:34 +00:00
|
|
|
%files lang -f %{name}.lang
|
2020-07-06 09:20:37 +00:00
|
|
|
%license COPYING
|
2009-12-21 13:15:28 +00:00
|
|
|
|
|
|
|
%changelog
|