- split off a wine-msi.desktop for installing MSI packages.
bnc#695105 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=196
This commit is contained in:
parent
ad17411116
commit
19192068c4
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e07a2ce16dee12b3f8483ec908ebfe6d62632627c6b20de6bd197cdb3428f3e8
|
||||
size 26196
|
||||
oid sha256:787f52cd668e644a7a5e2eea85ff0025b7163f449dd9b9867b6eb91fb624c238
|
||||
size 26725
|
||||
|
10
wine-msi.desktop
Normal file
10
wine-msi.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Exec=msiexec /i %f
|
||||
Name=Wine MSI Installer
|
||||
NoDisplay=true
|
||||
GenericName=Run MSI Installers
|
||||
Icon=wine
|
||||
Type=Application
|
||||
MimeType=application/x-msi;
|
||||
Encoding=UTF-8
|
||||
X-KDE-StartupNotify=false
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 15:46:39 UTC 2013 - meissner@suse.com
|
||||
|
||||
- split off a wine-msi.desktop for installing MSI packages.
|
||||
bnc#695105
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 21:42:31 UTC 2013 - meissner@suse.com
|
||||
|
||||
|
@ -68,6 +68,7 @@ Source1: http://kegel.com/wine/winetricks
|
||||
Source2: http://kegel.com/wine/wisotool
|
||||
Source3: README.SuSE
|
||||
Source4: wine.desktop
|
||||
Source6: wine-msi.desktop
|
||||
Source5: ubuntuwine.tar.bz2
|
||||
Source7: baselibs.conf
|
||||
# SUSE specific patches
|
||||
@ -165,6 +166,7 @@ install -d %{buildroot}%{_datadir}/applications/
|
||||
%suse_update_desktop_file %{SOURCE4} Emulator
|
||||
|
||||
install -m 0644 %SOURCE4 %{buildroot}%{_datadir}/applications/
|
||||
install -m 0644 %SOURCE6 %{buildroot}%{_datadir}/applications/
|
||||
install -m 0755 %SOURCE1 %{buildroot}%{_bindir}/
|
||||
install -m 0755 %SOURCE2 %{buildroot}%{_bindir}/
|
||||
mv %{buildroot}/%{_mandir}/de.UTF-8 %{buildroot}/%{_mandir}/de
|
||||
|
Loading…
Reference in New Issue
Block a user