public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Ciesla <limb@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: Added mime type, BZ434929.
Date: Mon, 20 Jul 2026 18:58:51 GMT [thread overview]
Message-ID: <178457393184.1.8048081610320606601.rpms-vym-defee725dc7d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vym
Branch : epel10
Commit : defee725dc7d2ed8e2f0d95dcaca08f0e215c253
Author : Jon Ciesla <limb@fedoraproject.org>
Date : 2008-06-10T18:38:01+00:00
Stats : +10/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/vym/c/defee725dc7d2ed8e2f0d95dcaca08f0e215c253?branch=epel10
Log:
Added mime type, BZ434929.
---
diff --git a/vym.desktop b/vym.desktop
index d4433bc..8ffbddf 100644
--- a/vym.desktop
+++ b/vym.desktop
@@ -2,8 +2,9 @@
Encoding=UTF-8
Name=Vym
Comment=View your mind
-Exec=vym
-Icon=vym.png
+Exec=vym %f
+Icon=vym
+MimeType=application/x-vym;application/zip;
Terminal=false
Type=Application
Categories=Qt;KDE;Office;
diff --git a/vym.spec b/vym.spec
index ad4aead..0c9a6d9 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,6 +1,6 @@
Name: vym
Version: 1.10.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: View your mind
Group: Applications/Productivity
@@ -76,6 +76,8 @@ touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
+
+update-desktop-database &> /dev/null || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
@@ -83,6 +85,7 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
+update-desktop-database &> /dev/null || :
%files
%defattr(-,root,root,-)
@@ -95,6 +98,9 @@ fi
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%changelog
+* Tue Jun 10 2008 Jon Ciesla <limb@jcomserv.net> - 1.10.0-4
+- Added mime type, BZ434929.
+
* Fri Feb 08 2008 Jon Ciesla <limb@jcomserv.net> - 1.10.0-3
- GCC 4.3 rebuild.
reply other threads:[~2026-07-20 18:58 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=178457393184.1.8048081610320606601.rpms-vym-defee725dc7d@fedoraproject.org \
--to=limb@fedoraproject.org \
--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