From ecb2d9121854cd118c2ef76ca725a9b3005a5547a46408d391682d98bc202bd1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 12 May 2013 18:48:04 +0000 Subject: [PATCH 1/2] Accepting request 174945 from home:rmilasan:branches:GNOME:Apps - Rebrand also svg icons too, otherwise default icon is set to Ubuntu. OBS-URL: https://build.opensuse.org/request/show/174945 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/faenza-icon-theme?expand=0&rev=8 --- faenza-icon-theme.changes | 5 +++++ faenza-install | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/faenza-icon-theme.changes b/faenza-icon-theme.changes index 9b5b3f0..24e3ad5 100644 --- a/faenza-icon-theme.changes +++ b/faenza-icon-theme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 10 09:45:06 UTC 2013 - rmilasan@suse.com + +- Rebrand also svg icons too, otherwise default icon is set to Ubuntu. + ------------------------------------------------------------------- Tue Feb 19 19:09:38 UTC 2013 - nmo.marques@gmail.com diff --git a/faenza-install b/faenza-install index 50aa3c0..4848e52 100644 --- a/faenza-install +++ b/faenza-install @@ -41,7 +41,7 @@ class Faenza(): for variant in variants: for root, dirs, files in os.walk(variant): for f in files: - if fnmatch(f, target + '.png'): + if fnmatch(f, target + '.png') or fnmatch(f, target + '.svg'): icons.append(root + '/' + f) return 0 From c6e0063de4d86707a601348a1a197a5d508994bcd73f5cde83f77e06e62810f9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 12 May 2013 18:49:10 +0000 Subject: [PATCH 2/2] fix OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/faenza-icon-theme?expand=0&rev=9 --- faenza-icon-theme.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faenza-icon-theme.changes b/faenza-icon-theme.changes index 24e3ad5..b732b69 100644 --- a/faenza-icon-theme.changes +++ b/faenza-icon-theme.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri May 10 09:45:06 UTC 2013 - rmilasan@suse.com -- Rebrand also svg icons too, otherwise default icon is set to Ubuntu. +- Also rebrand svg icons, otherwise default icon is set to Ubuntu. ------------------------------------------------------------------- Tue Feb 19 19:09:38 UTC 2013 - nmo.marques@gmail.com