Install desktop file into common place, than into private directory.
Remove md5 sum.
This commit is contained in:
parent
c860cf3091
commit
0b19b3f6e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266788
4 changed files with 14 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xine
|
||||
PORTVERSION= 0.99.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (xine-ui-0.99.6.tar.xz) = d468b4e7fe39ff19888261e1da9be914
|
||||
SHA256 (xine-ui-0.99.6.tar.xz) = 4eb1e3eb6c2ebba70f2e215a15d8b99bb3e2b0449c94105dc16e963a99a59ef3
|
||||
SIZE (xine-ui-0.99.6.tar.xz) = 1797144
|
||||
|
|
11
multimedia/xine/files/patch-misc__desktops__Makefile.in
Normal file
11
multimedia/xine/files/patch-misc__desktops__Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./misc/desktops/Makefile.in.orig 2010-03-06 04:34:49.000000000 +0300
|
||||
+++ ./misc/desktops/Makefile.in 2010-12-23 00:13:47.494601700 +0300
|
||||
@@ -269,7 +269,7 @@
|
||||
icon32_DATA = icons/32/xine.png
|
||||
icon48_DATA = icons/48/xine.png
|
||||
pixmap_DATA = xine.xpm
|
||||
-desktopdir = $(datadir)/xine/desktop
|
||||
+desktopdir = $(datadir)/applications
|
||||
desktop_DATA = xine.desktop
|
||||
all: all-am
|
||||
|
|
@ -5,6 +5,7 @@ bin/xine
|
|||
bin/xine-bugreport
|
||||
bin/xine-check
|
||||
bin/xine-remote
|
||||
share/applications/xine.desktop
|
||||
%%DOCSDIR%%/README.config_en
|
||||
%%DOCSDIR%%/README.cs.0.Introduction
|
||||
%%DOCSDIR%%/README.cs.10.Remote_control
|
||||
|
@ -63,7 +64,6 @@ share/icons/hicolor/48x48/apps/xine.png
|
|||
share/mime/packages/xine-ui.xml
|
||||
share/mime/text/x-xine.xml
|
||||
share/pixmaps/xine.xpm
|
||||
%%DATADIR%%/desktop/xine.desktop
|
||||
%%DATADIR%%/oxine/mainmenu
|
||||
%%DATADIR%%/oxine/mediamarks
|
||||
%%DATADIR%%/skins/xine-ui_logo.mpv
|
||||
|
@ -135,7 +135,6 @@ share/pixmaps/xine.xpm
|
|||
@dirrm %%DATADIR%%/skins/xinetic
|
||||
@dirrm %%DATADIR%%/skins
|
||||
@dirrm %%DATADIR%%/oxine
|
||||
@dirrm %%DATADIR%%/desktop
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
|
@ -149,6 +148,7 @@ share/pixmaps/xine.xpm
|
|||
@dirrmtry share/icons
|
||||
@dirrmtry share/doc/xitk
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry man/pl/man1
|
||||
@dirrmtry man/pl
|
||||
@dirrmtry man/fr/man1
|
||||
|
|
Loading…
Reference in a new issue