public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Ciesla <limburgher@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: New icons.
Date: Mon, 20 Jul 2026 18:59:09 GMT [thread overview]
Message-ID: <178457394968.1.414342897823108853.rpms-vym-cf94e6618cf7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vym
Branch : epel10
Commit : cf94e6618cf7c88c02c851f41b4707547f6a8eab
Author : Jon Ciesla <limburgher@gmail.com>
Date : 2012-04-04T15:16:18-05:00
Stats : +29/-6 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/vym/c/cf94e6618cf7c88c02c851f41b4707547f6a8eab?branch=epel10
Log:
New icons.
---
diff --git a/vym-logo-new-16.png b/vym-logo-new-16.png
new file mode 100644
index 0000000..07889ec
Binary files /dev/null and b/vym-logo-new-16.png differ
diff --git a/vym-logo-new-22.png b/vym-logo-new-22.png
new file mode 100644
index 0000000..8b4e16e
Binary files /dev/null and b/vym-logo-new-22.png differ
diff --git a/vym-logo-new-24.png b/vym-logo-new-24.png
new file mode 100644
index 0000000..3e5d0a5
Binary files /dev/null and b/vym-logo-new-24.png differ
diff --git a/vym-logo-new-256.png b/vym-logo-new-256.png
new file mode 100644
index 0000000..9ba7824
Binary files /dev/null and b/vym-logo-new-256.png differ
diff --git a/vym-logo-new-32.png b/vym-logo-new-32.png
new file mode 100644
index 0000000..d246bf1
Binary files /dev/null and b/vym-logo-new-32.png differ
diff --git a/vym-logo-new-48.png b/vym-logo-new-48.png
new file mode 100644
index 0000000..7a97741
Binary files /dev/null and b/vym-logo-new-48.png differ
diff --git a/vym.spec b/vym.spec
index f9e1d43..8f51415 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,7 +1,7 @@
%define __requires_exclude .*BugzillaClient.*
Name: vym
Version: 2.0.10
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: View your mind
Group: Applications/Productivity
@@ -13,6 +13,12 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
# See also BZ 511290
Source1: %{name}.desktop
Source2: vym.xml
+Source3: vym-logo-new-16.png
+Source4: vym-logo-new-22.png
+Source5: vym-logo-new-24.png
+Source6: vym-logo-new-32.png
+Source7: vym-logo-new-48.png
+Source8: vym-logo-new-256.png
#Patch0: vym-2.0.6-gcc470.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -57,16 +63,26 @@ desktop-file-install --vendor fedora \
%{SOURCE1}
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps
-%{__cp} -p icons/%{name}-16x16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
+%{__cp} -p %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{__cp} -p icons/%{name}.xpm %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.xpm
-%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
-%{__cp} -p icons/%{name}-128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/22x22/apps
+%{__cp} -p %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
+
+%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps
+%{__cp} -p %{SOURCE5} %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
+
+%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
+%{__cp} -p %{SOURCE6} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
-%{__cp} -p icons/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{__cp} -p %{SOURCE7} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{__cp} -p icons/%{name}-editor.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}-editor.png
+%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
+%{__cp} -p %{SOURCE8} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
+
+
install -m a+rx,u+w -d %{buildroot}%{_datadir}/mime/packages
install -p -m a+r,u+w %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/vym.xml
@@ -97,12 +113,19 @@ update-desktop-database &> /dev/null || :
%{_datadir}/%{name}/
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/icons/hicolor/16x16/apps/%{name}*
+%{_datadir}/icons/hicolor/22x22/apps/%{name}*
+%{_datadir}/icons/hicolor/24x24/apps/%{name}*
+%{_datadir}/icons/hicolor/32x32/apps/%{name}*
%{_datadir}/icons/hicolor/48x48/apps/%{name}*
-%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%{_datadir}/icons/hicolor/256x256/apps/%{name}*
%{_datadir}/mime/packages/vym.xml
%changelog
+* Wed Apr 04 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.10-2
+- Use icons with transparent background.
+- See https://fedorahosted.org/design-team/ticket/165
+
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.10-1
- New upstream.
- gcc patch upstreamed.
reply other threads:[~2026-07-20 18:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457394968.1.414342897823108853.rpms-vym-cf94e6618cf7@fedoraproject.org \
--to=limburgher@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox