Dominique Leuenberger 2019-10-17 11:04:53 +00:00 committed by Git OBS Bridge
commit d93c8d7c6b
7 changed files with 94 additions and 27 deletions

15
_service Normal file
View 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">e4547491</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
View 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">e454749159c79966ddd9a7412f46be08ed526994</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:698db6e407bb987baec736c6a30216dfc0317e3ca2403c7adf3a5aa46c193286
size 18540012

View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Sat Oct 12 11:00:10 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.34.0+13:
+ Symbolic:
- 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
- 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>
- Update to version 3.34.0:
+ Fullcolor: update media-optical to the new style.
-------------------------------------------------------------------
Sun Sep 8 09:33:14 NZST 2019 - luke@ljones.dev
- Update to version 3.33.92:
+ symbolic:
- send-to metaphor.
- battery-missing-symbolic.
- pixel perfect question mark.
- mail-attachment metrics.
- view-reveal, view-conceal for passwords.
- keyboard.
- folders as inode.
- orientation icons.
- touch-disabled.
- weather-tornado.
- battery level icons.
+ fullcolor: colorful packages.
-------------------------------------------------------------------
Mon Mar 18 17:58:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -0,0 +1,5 @@
name: adwaita-icon-theme
version: 3.34.0+13
mtime: 1570215131
commit: e454749159c79966ddd9a7412f46be08ed526994

View File

@ -17,16 +17,17 @@
Name: adwaita-icon-theme
Version: 3.32.0
Version: 3.34.0+13
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.32/%{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