- Update to 4.0.1.0
PR: 177246 Submitted by: ports fury
This commit is contained in:
parent
be8f3db69f
commit
bfbcf63854
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315202
3 changed files with 7 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= x2goclient
|
||||
PORTVERSION= 4.0.0.3
|
||||
PORTVERSION= 4.0.1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/
|
||||
|
||||
|
@ -44,10 +44,6 @@ post-patch:
|
|||
's|Q_OS_LINUX|Q_OS_UNIX| ; \
|
||||
/<linux\/fs.h>/s|^|//| ; \
|
||||
/#define USELDAP/s|^|//|'
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/MACOSX/s|^|#|' ${WRKSRC}/x2goclient.pro
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/bin/||' ${WRKSRC}/desktop/x2goclient.desktop
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}
|
||||
|
@ -62,7 +58,7 @@ do-install:
|
|||
@${MKDIR} ${DESKTOPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/desktop/x2goclient.desktop \
|
||||
${DESKTOPDIR}
|
||||
.for dir in 16x16 32x32 64x64 128x128
|
||||
.for dir in 16x16 32x32 48x48 64x64 128x128
|
||||
@${MKDIR} ${PREFIX}/share/icons/hicolor/${dir}/apps
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/${dir}/x2goclient.png \
|
||||
${PREFIX}/share/icons/hicolor/${dir}/apps
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (x2goclient-4.0.0.3.tar.gz) = 924173da382ee7a409488852936551c320d0597bcc2a57c50ce2125b93d6e78d
|
||||
SIZE (x2goclient-4.0.0.3.tar.gz) = 1240383
|
||||
SHA256 (x2goclient-4.0.1.0.tar.gz) = 3c72760f901ef6801529b9b5d8c3333002a53c65bdaeb9832f80d65f44665ed6
|
||||
SIZE (x2goclient-4.0.1.0.tar.gz) = 1323833
|
||||
|
|
|
@ -4,6 +4,7 @@ share/applications/x2goclient.desktop
|
|||
share/icons/hicolor/128x128/apps/x2goclient.png
|
||||
share/icons/hicolor/16x16/apps/x2goclient.png
|
||||
share/icons/hicolor/32x32/apps/x2goclient.png
|
||||
share/icons/hicolor/48x48/apps/x2goclient.png
|
||||
share/icons/hicolor/64x64/apps/x2goclient.png
|
||||
%%DATADIR%%/icons/x2goclient.xpm
|
||||
%%DATADIR%%/icons/x2goclient.png
|
||||
|
@ -12,6 +13,8 @@ share/icons/hicolor/64x64/apps/x2goclient.png
|
|||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/icons/hicolor/64x64/apps
|
||||
@dirrmtry share/icons/hicolor/64x64
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
|
|
Loading…
Reference in a new issue