public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: Added mime type, BZ434929.
@ 2026-07-20 18:58 Jon Ciesla
0 siblings, 0 replies; only message in thread
From: Jon Ciesla @ 2026-07-20 18:58 UTC (permalink / raw)
To: git-commits
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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:58 [rpms/vym] epel10: Added mime type, BZ434929 Jon Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox