From 9cfe562a8b765d4de3a4a0e01f5f13e227b025e8ea0ebbf971ff5d51dbf09a75 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 10 Oct 2019 08:31:09 +0000 Subject: [PATCH] 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 --- _service | 15 +++++++++++++++ _servicedata | 4 ++++ adwaita-icon-theme-3.34.0+16.obscpio | 3 +++ adwaita-icon-theme-3.34.0.tar.xz | 3 --- adwaita-icon-theme.changes | 20 ++++++++++++++++++++ adwaita-icon-theme.obsinfo | 5 +++++ adwaita-icon-theme.spec | 6 ++++-- 7 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 _service create mode 100644 _servicedata create mode 100644 adwaita-icon-theme-3.34.0+16.obscpio delete mode 100644 adwaita-icon-theme-3.34.0.tar.xz create mode 100644 adwaita-icon-theme.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..147eeca --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git + git + 70f2c400 + @PARENT_TAG@+@TAG_OFFSET@ + enable + + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..7bf7e0b --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git + 70f2c400d59660b4162aba9435666e0a1bf502e0 \ No newline at end of file diff --git a/adwaita-icon-theme-3.34.0+16.obscpio b/adwaita-icon-theme-3.34.0+16.obscpio new file mode 100644 index 0000000..67a63b4 --- /dev/null +++ b/adwaita-icon-theme-3.34.0+16.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355b9f06403d6a81788ce4dc3f6b9b6d96b4132f966615cc533e1a1e6257a248 +size 100061710 diff --git a/adwaita-icon-theme-3.34.0.tar.xz b/adwaita-icon-theme-3.34.0.tar.xz deleted file mode 100644 index 396f41e..0000000 --- a/adwaita-icon-theme-3.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40b7e91f8263552b64d0f9beff33150291b086618ce498c71bf10035e48c7c7f -size 18538068 diff --git a/adwaita-icon-theme.changes b/adwaita-icon-theme.changes index 9b65035..a3bcfa6 100644 --- a/adwaita-icon-theme.changes +++ b/adwaita-icon-theme.changes @@ -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 diff --git a/adwaita-icon-theme.obsinfo b/adwaita-icon-theme.obsinfo new file mode 100644 index 0000000..f5953e8 --- /dev/null +++ b/adwaita-icon-theme.obsinfo @@ -0,0 +1,5 @@ +name: adwaita-icon-theme +version: 3.34.0+16 +mtime: 1570476964 +commit: 70f2c400d59660b4162aba9435666e0a1bf502e0 + diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 2b8ab3f..8377cf8 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -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