SHA256
1
0
forked from pool/lxqt-themes
lxqt-themes/lxqt-themes.spec
Michael Vetter a43a6fed50 - Update to 0.12.0:
* Fixed CHANGELOG
  * Release 0.12.1: Update changelog
  * Readme licenses (#6)
  * Update README.md
  * new README.md
  * Added missed AUTHORS and COPYING files
  * Release 0.12.0: Update changelog
  * Don't export github related stuff
  * lxqt-panel/Kbindicator: Fixes a QLabel issue in the config dialog
  * liblxqt make no sense here
  * Copied issue template
  * Release 0.11.96: Update changelog
  * Remove some more session stuff from CMakeLists.txt
  * Remove not theme and graphic related things
  * Made The Dark Theme Really Dark (#62)
  * Use the LXQtConfigVars module
  * Remove cpack (#61)
  * themes-system: Add "background" property to panel
  * themes: Remove Screensaver styles
  * Move Italian desktop entry to correct path
  * Create lxqt-powermanagement_it.desktop
  * build: Revert @6d6d2bef54
  * build: Add xmessage as "dependency"
  * themes: Take layoutDirection into account
  * Fix the search textfield style for all themes (#52)
  * Added style for the ColorPicker plugin.
  * Fix bg-fg color swapping in Frost (#50)
  * theme system: Force no icon for main menu
  * First experiment in theming the new search menu feature.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-themes?expand=0&rev=2
2017-10-23 12:41:06 +00:00

60 lines
1.8 KiB
RPMSpec

#
# spec file for package lxqt-themes
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: lxqt-themes
Version: 0.12.0
Release: 0
Summary: Themes, graphics and icons for LXQt
License: GPL-2.0+ and LGPL-2.1+
Group: System/GUI/LXQt
Url: https://github.com/lxde/lxqt-themes
Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
BuildRequires: cmake >= 3.0.2
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: lxqt-build-tools-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Themes, graphics and icons for LXQt.
%prep
%setup -q
%build
%cmake
make %{?_smp_mflags}
%install
%cmake_install
%fdupes -s %{buildroot}%{_datadir}/lxqt/themes
%files
%defattr(-,root,root)
%doc CHANGELOG README.md COPYING
%dir %{_datadir}/lxqt
%{_datadir}/lxqt/graphics
%{_datadir}/lxqt/themes
%{_datadir}/icons/hicolor/*/places/*.??g
%{_datadir}/icons/hicolor/*/apps/*.??g
%changelog