Hello community,
here is the log from the commit of package elementary-icon-theme for
openSUSE:Factory checked in at 2019-01-21 11:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elementary-icon-theme (Old)
and /work/SRC/openSUSE:Factory/.elementary-icon-theme.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elementary-icon-theme"
Mon Jan 21 11:00:43 2019 rev:13 rq:667020 version:5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/elementary-icon-theme/elementary-icon-theme.changes
2018-04-19 15:31:51.601215560 +0200
+++
/work/SRC/openSUSE:Factory/.elementary-icon-theme.new.28833/elementary-icon-theme.changes
2019-01-21 11:02:16.207126593 +0100
@@ -1,0 +2,47 @@
+Wed Oct 17 18:45:47 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 5.0:
+ * Mimes/16: Fix bittorrent canvas size. Fixes #699
+ * symlink view-list-video-symbolic to camera-video-symbolic
+ (#698)
+ * partial download icon fixes
+ * application-x-partial-download (#697)
+ * Add appointment-soon and appointment-missed (#696)
+ * Add symlinks for appointment for all sizes (#695)
+ * Redesign starred icons (#693)
+ * Made a colored call-stop & call-end icon (#685)
+ * Update go-jump and add missing sizes (#686)
+ * Make new colored icons for print preview (#687)
+ * Add symbolic timer (#690)
+ * Add brighter stops to AppCenter roof (#680)
+ * README: add links to the color palette (#673)
+ * Add 64px bluetooth icon (#674)
+ * Create specialized VPN icons (#671)
+ * Remove duplicate symbolic network icon (#669)
+ * More contrasty folder glyphs (#666)
+ * Add network ethernet disconnected notification (#662)
+ * Non-symbolic view-refresh (#659)
+ * Add some 24px and 48px credit cards (#657)
+ * Make edit-trash in line style (#656)
+ * Add some 32px payment cards (#655)
+ * Add flatpak mime (#653)
+ * Remove unused cellular type symbolic icons (#644)
+ * edit-clear: fix some colors and add 32px (#654)
+ * Prefs power palette (#652)
+ * Add fingerprint device icons (#650)
+ * Make 48px circle shadows match (#651)
+ * Make bluetooth icon base more accurate (#648)
+
+-------------------------------------------------------------------
+Wed Jun 13 18:24:53 UTC 2018 - [email protected]
+
+- Add packages with palettes
+
+-------------------------------------------------------------------
+Fri Jun 8 22:49:07 UTC 2018 - [email protected]
+
+- Switch to git from bzr
+- Switch to meson
+- Spec file cleanup
+
+-------------------------------------------------------------------
Old:
----
icons-4.3.1.tar.gz
New:
----
icons-5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ elementary-icon-theme.spec ++++++
--- /var/tmp/diff_new_pack.SE04UK/_old 2019-01-21 11:02:19.451122414 +0100
+++ /var/tmp/diff_new_pack.SE04UK/_new 2019-01-21 11:02:19.455122408 +0100
@@ -16,57 +16,86 @@
#
-%define _version 4.x
Name: elementary-icon-theme
-Version: 4.3.1
+Version: 5.0
Release: 0
Summary: A Tango-styled icon theme
License: GPL-3.0-or-later
Group: System/GUI/Other
-URL: https://github.com/elementary/icons
+URL: https://elementary.io/
Source:
https://github.com/elementary/icons/archive/%{version}.tar.gz#/icons-%{version}.tar.gz
# PATCH-FIX-UPSTREAM elementary-icon-theme-chmod.patch [email protected]
-- https://github.com/elementary/icons/pull/130
Patch0: elementary-icon-theme-chmod.patch
-BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
+BuildRequires: meson >= 0.40.0
+Suggests: %{name}-gimp-palette
+Suggests: %{name}-inkscape-palette
BuildArch: noarch
%description
An original set of vector icons designed specifically for Elementary
OS and its desktop environment, Pantheon.
+%package gimp-palette
+Summary: Copic Colors for The Gimp Palettes
+Requires: %{name} = %{version}
+Requires: gimp
+
+%description gimp-palette
+An original set of vector icons designed specifically for Elementary
+OS and its desktop environment, Pantheon.
+
+This package contains a palette file for the GIMP.
+
+%package inkscape-palette
+Summary: Copic Colors for The Inkscape Palettes
+Requires: %{name} = %{version}
+Requires: inkscape
+
+%description inkscape-palette
+An original set of vector icons designed specifically for Elementary
+OS and its desktop environment, Pantheon.
+
+This package contains a palette file for inkscape.
+
%prep
%setup -q -n icons-%{version}
%patch0 -p1
%build
-%cmake
+%meson \
+ -Dvolume_icons=false
+%meson_build
%install
-%cmake_install
-
-# Remove weirdness.
-rm %{buildroot}/.VolumeIcon.{png,icns}
-
-%icon_theme_cache_create_ghost elementary
+%meson_install
%fdupes %{buildroot}%{_datadir}/icons/
+%{icon_theme_cache_create_ghost elementary}
-%if 0%{?suse_version} < 1500
%post
%icon_theme_cache_post elementary
# No need for %%icon_theme_cache_postun in %%postun since the theme won't
exist anymore.
-%endif
%files
-%if 0%{?suse_version} >= 1500
+%defattr(0644,root,root,0755)
%license COPYING
-%else
-%doc COPYING
-%endif
-%doc AUTHORS CONTRIBUTORS
+%doc AUTHORS CONTRIBUTING.md README.md
%{_datadir}/icons/elementary/
%ghost %{_datadir}/icons/elementary/icon-theme.cache
+%files gimp-palette
+%defattr(0644,root,root,0755)
+%dir %{_datadir}/gimp
+%dir %{_datadir}/gimp/2.0
+%dir %{_datadir}/gimp/2.0/palettes
+%{_datadir}/gimp/2.0/palettes/elementary.gpl
+
+%files inkscape-palette
+%defattr(0644,root,root,0755)
+%dir %{_datadir}/inkscape
+%dir %{_datadir}/inkscape/palettes
+%{_datadir}/inkscape/palettes/elementary.gpl
+
%changelog
++++++ icons-4.3.1.tar.gz -> icons-5.0.tar.gz ++++++
++++ 276895 lines of diff (skipped)