mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update to 0.6.5
PR: ports/177583 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
This commit is contained in:
parent
61694be5f7
commit
85c016df7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316251
4 changed files with 33 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= qmetro
|
PORTNAME= qmetro
|
||||||
PORTVERSION= 0.5.7
|
PORTVERSION= 0.6.5
|
||||||
CATEGORIES= misc graphics
|
CATEGORIES= misc graphics
|
||||||
MASTER_SITES= SF/${PORTNAME}/source/
|
MASTER_SITES= SF/${PORTNAME}/source/
|
||||||
|
|
||||||
|
@ -12,7 +12,10 @@ COMMENT= Map of the transport system for many city subways
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
USE_QT4= gui xml qmake_build uic_build moc_build rcc_build
|
INSTALLS_ICONS= yes
|
||||||
|
USE_QT4= gui xml qmake_build uic_build moc_build multimedia \
|
||||||
|
rcc_build
|
||||||
|
USE_DOS2UNIX= rc/alarm.pri
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
|
cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (qmetro-0.5.7.zip) = ef37eae4f46fc296211c31545699334c276ca11a78a6f757b9b663c4d70b99a3
|
SHA256 (qmetro-0.6.5.zip) = c9dcd7a14811064be7010e19097420cfcb25802a5511546960509da0bbcc59e2
|
||||||
SIZE (qmetro-0.5.7.zip) = 915842
|
SIZE (qmetro-0.6.5.zip) = 1244346
|
||||||
|
|
16
misc/qmetro/files/patch-rc_alarm.pri
Normal file
16
misc/qmetro/files/patch-rc_alarm.pri
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
--- rc/alarm.pri.orig 2013-04-02 11:27:07.017366450 +0000
|
||||||
|
+++ rc/alarm.pri 2013-04-02 11:36:52.435366521 +0000
|
||||||
|
@@ -8,13 +8,6 @@ QT += multimedia
|
||||||
|
CONFIG += mobility
|
||||||
|
MOBILITY = multimedia
|
||||||
|
|
||||||
|
-unix:!macx:!maemo5:!contains(MEEGO_EDITION,harmattan):!symbian {
|
||||||
|
-QT -= multimedia
|
||||||
|
-INCLUDEPATH += /usr/include/QtMultimediaKit \
|
||||||
|
- /usr/include/QtMobility
|
||||||
|
-#LIBS += -lQtMultimediaKit
|
||||||
|
-}
|
||||||
|
-
|
||||||
|
|
||||||
|
DEFINES += QMETRO_HAVE_ALARM=1
|
||||||
|
|
|
@ -3,13 +3,15 @@ share/applications/qmetro.desktop
|
||||||
share/icons/hicolor/64x64/apps/qmetro.png
|
share/icons/hicolor/64x64/apps/qmetro.png
|
||||||
share/icons/hicolor/80x80/apps/qmetro.png
|
share/icons/hicolor/80x80/apps/qmetro.png
|
||||||
share/icons/hicolor/scalable/apps/qmetro.svg
|
share/icons/hicolor/scalable/apps/qmetro.svg
|
||||||
share/qmetro/locale/cs.lng
|
%%DATADIR%%/locale/cs.lng
|
||||||
share/qmetro/locale/es.lng
|
%%DATADIR%%/locale/es.lng
|
||||||
share/qmetro/locale/fr.lng
|
%%DATADIR%%/locale/fr.lng
|
||||||
share/qmetro/map/Moscow.pmz
|
%%DATADIR%%/map/Moscow.pmz
|
||||||
@dirrm share/qmetro/map
|
%%DATADIR%%/skin/Android.zip
|
||||||
@dirrm share/qmetro/locale
|
@dirrm %%DATADIR%%/locale
|
||||||
@dirrm share/qmetro
|
@dirrm %%DATADIR%%/map
|
||||||
|
@dirrm %%DATADIR%%/skin
|
||||||
|
@dirrm %%DATADIR%%
|
||||||
@dirrmtry share/icons/hicolor/scalable/apps
|
@dirrmtry share/icons/hicolor/scalable/apps
|
||||||
@dirrmtry share/icons/hicolor/scalable
|
@dirrmtry share/icons/hicolor/scalable
|
||||||
@dirrmtry share/icons/hicolor/80x80/apps
|
@dirrmtry share/icons/hicolor/80x80/apps
|
||||||
|
@ -17,4 +19,5 @@ share/qmetro/map/Moscow.pmz
|
||||||
@dirrmtry share/icons/hicolor/64x64/apps
|
@dirrmtry share/icons/hicolor/64x64/apps
|
||||||
@dirrmtry share/icons/hicolor/64x64
|
@dirrmtry share/icons/hicolor/64x64
|
||||||
@dirrmtry share/icons/hicolor
|
@dirrmtry share/icons/hicolor
|
||||||
|
@dirrmtry share/icons
|
||||||
@dirrmtry share/applications
|
@dirrmtry share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue