Accepting request 736742 from GNOME:Next
Go git, upstream is not releasing in a timely matter OBS-URL: https://build.opensuse.org/request/show/736742 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/adwaita-icon-theme?expand=0&rev=54
This commit is contained in:
parent
0b4691b9fd
commit
9cfe562a8b
15
_service
Normal file
15
_service
Normal file
@ -0,0 +1,15 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">70f2c400</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</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="disabled" name="set_version" />
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git</param>
|
||||
<param name="changesrevision">70f2c400d59660b4162aba9435666e0a1bf502e0</param></service></servicedata>
|
3
adwaita-icon-theme-3.34.0+16.obscpio
Normal file
3
adwaita-icon-theme-3.34.0+16.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:355b9f06403d6a81788ce4dc3f6b9b6d96b4132f966615cc533e1a1e6257a248
|
||||
size 100061710
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40b7e91f8263552b64d0f9beff33150291b086618ce498c71bf10035e48c7c7f
|
||||
size 18538068
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 09 20:45:08 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.34.0+16:
|
||||
+ Symbolic:
|
||||
- slightly smaller media-eject
|
||||
- centre alignment for go-next/previous
|
||||
- refined preferences-system-parental-controls
|
||||
- add preferences-system-parental-controls
|
||||
- fix missized copy icon; fix stroke in folder-new
|
||||
- view-more use circles
|
||||
- be less clever in the document icons
|
||||
- symbolic: refine clear icons; retire brush metaphor for
|
||||
clear-all
|
||||
- refine alarm shape
|
||||
+ Fullcolor: re-render; fix text-x-generic
|
||||
- Switch to git checkout, explicit commit from master branch.
|
||||
Following this, add libtool BuildRequires and pass autogen.sh,
|
||||
needed to boostrap since we are now using a checkout.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 16:23:04 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
5
adwaita-icon-theme.obsinfo
Normal file
5
adwaita-icon-theme.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: adwaita-icon-theme
|
||||
version: 3.34.0+16
|
||||
mtime: 1570476964
|
||||
commit: 70f2c400d59660b4162aba9435666e0a1bf502e0
|
||||
|
@ -17,16 +17,17 @@
|
||||
|
||||
|
||||
Name: adwaita-icon-theme
|
||||
Version: 3.34.0
|
||||
Version: 3.34.0+16
|
||||
Release: 0
|
||||
Summary: GNOME Icon Theme
|
||||
License: LGPL-3.0-or-later OR CC-BY-SA-3.0
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
|
||||
Source0: https://download.gnome.org/sources/adwaita-icon-theme/3.34/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gdk-pixbuf-loader-rsvg
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
# To make sure the icon theme cache gets generated
|
||||
Requires(post): gtk3-tools
|
||||
@ -40,6 +41,7 @@ The default GNOME icon theme, Adwaita.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user