1
0

Accepting request 978216 from home:mauriziogalli

It's a fork and replacement for openSUSE-xfce-icon-theme

OBS-URL: https://build.opensuse.org/request/show/978216
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/adwaita-xfce-icon-theme?expand=0&rev=1
This commit is contained in:
Marcel Kuehlhorn 2022-05-23 13:04:35 +00:00 committed by Git OBS Bridge
commit 20cfc31a3e
8 changed files with 111 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

18
_service Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="localonly">
<param name="url">https://github.com/shimmerproject/adwaita-xfce-icon-theme.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mauriziogalli@opensuse.org</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="localonly"/>
<service name="tar" mode="localonly"/>
<service name="recompress" mode="localonly">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/shimmerproject/adwaita-xfce-icon-theme.git</param>
<param name="changesrevision">e151182b35ff87ac6016a9b9ded2b11800dc213c</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8930b13cac48b59fa1f3e32cf607db176bb775ddbc5d8ead40a57166ebe8f781
size 43020

View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Fri May 20 06:52:20 UTC 2022 - mauriziogalli@opensuse.org
- Update to version 0.0.1+git0.e151182:
* Just a release for the initial build
-------------------------------------------------------------------
Fri May 20 06:31:38 UTC 2022 - Maurizio Galli <maurizio.galli@suse.com>
- Initial build

View File

@ -0,0 +1,4 @@
name: adwaita-xfce-icon-theme
version: 0.0.1+git0.e151182
mtime: 1652987525
commit: e151182b35ff87ac6016a9b9ded2b11800dc213c

View File

@ -0,0 +1,48 @@
#
# spec file for package adwaita-xfce-icon-theme
#
# Copyright (c) 2022 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: adwaita-xfce-icon-theme
Version: 0.0.1+git0.e151182
Release: 0
Summary: Icon theme for Xfce complementing Adwaita
License: GPL-2.0-only
URL: https://github.com/shimmerproject/adwaita-xfce-icon-theme
Source0: %{name}-%{version}.tar.xz
BuildRequires: adwaita-icon-theme
BuildArch: noarch
%description
This icon theme is an extension for Adwaita fixing missing icons that are used in Xfce.
It is not a complete theme and inherits the bulk of icons from Adwaita.
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc README.md
%{_datadir}/icons/adwaita-xfce/
%changelog