forked from pool/lxqt-themes
osc copypac from project:X11:LXQt:git package:lxqt-themes revision:9
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-themes?expand=0&rev=1
This commit is contained in:
commit
b7b51a355a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
31
_service
Normal file
31
_service
Normal file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
<services>
|
||||
<service name="obs_scm">
|
||||
<param name="url">https://github.com/lxde/lxqt-themes.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar"/>
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version" />
|
||||
</services>
|
||||
-->
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/lxde/lxqt-themes.git</param>
|
||||
<param name="versionprefix">0.1</param>
|
||||
<param name="versionformat">git+%ct.%h</param>
|
||||
<param name="filename">lxqt-themes</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version"/>
|
||||
</services>
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d2ed4cf137216fdea9c0612f154b5e4354a2cc71a4405e7cc9993c753613570
|
||||
size 3204296
|
64
_service:set_version:lxqt-themes.spec
Normal file
64
_service:set_version:lxqt-themes.spec
Normal file
@ -0,0 +1,64 @@
|
||||
#
|
||||
# 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.1.git+1507650301.9d86cc5
|
||||
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: %{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: lxqt-build-tools
|
||||
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
|
||||
|
||||
%post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#doc ChangeLog README COPYING
|
||||
%dir %{_datadir}/lxqt
|
||||
%{_datadir}/lxqt/graphics
|
||||
%{_datadir}/lxqt/themes
|
||||
%{_datadir}/icons/hicolor/*/places/*.??g
|
||||
%{_datadir}/icons/hicolor/*/apps/*.??g
|
||||
|
||||
%changelog
|
4
lxqt-themes.changes
Normal file
4
lxqt-themes.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 6 17:51:17 UTC 2017 - and.november@opensuse.org
|
||||
|
||||
- initial package for openSUSE
|
64
lxqt-themes.spec
Normal file
64
lxqt-themes.spec
Normal file
@ -0,0 +1,64 @@
|
||||
#
|
||||
# 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.1
|
||||
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: %{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: lxqt-build-tools
|
||||
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
|
||||
|
||||
%post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#doc ChangeLog README COPYING
|
||||
%dir %{_datadir}/lxqt
|
||||
%{_datadir}/lxqt/graphics
|
||||
%{_datadir}/lxqt/themes
|
||||
%{_datadir}/icons/hicolor/*/places/*.??g
|
||||
%{_datadir}/icons/hicolor/*/apps/*.??g
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user