diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-16 07:50:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-16 07:50:52 +0000 |
commit | 887e501a55e07cd36cdb06b7d7fdfee54346a666 (patch) | |
tree | 4884768a92c0c04b6d68cc76f4b7c98904d25741 /games/hexalate | |
parent | cb82a84ad27733ce5636e1e70ca0b98d84710e51 (diff) | |
download | ports-887e501a55e07cd36cdb06b7d7fdfee54346a666.tar.gz ports-887e501a55e07cd36cdb06b7d7fdfee54346a666.zip |
Notes
Diffstat (limited to 'games/hexalate')
-rw-r--r-- | games/hexalate/Makefile | 10 | ||||
-rw-r--r-- | games/hexalate/distinfo | 5 | ||||
-rw-r--r-- | games/hexalate/pkg-plist | 6 |
3 files changed, 16 insertions, 5 deletions
diff --git a/games/hexalate/Makefile b/games/hexalate/Makefile index 9794d5d55dde..dbd0fa284619 100644 --- a/games/hexalate/Makefile +++ b/games/hexalate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hexalate -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,8 +11,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Color matching game -USES= tar:bzip2 qmake -USE_QT4= corelib gui moc_build rcc_build +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= compiler:c++11-lib qmake tar:bzip2 +USE_QT5= core gui widgets buildtools_build linguisttools_build +USE_GL= gl INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/games/hexalate/distinfo b/games/hexalate/distinfo index 7b17c5f4bebd..155a374ca663 100644 --- a/games/hexalate/distinfo +++ b/games/hexalate/distinfo @@ -1,2 +1,3 @@ -SHA256 (hexalate-1.0.3-src.tar.bz2) = a391ba44aa0f5bd618385dbe17e059947b829b85315aecb19edd1c863b3ebe3c -SIZE (hexalate-1.0.3-src.tar.bz2) = 336589 +TIMESTAMP = 1476278805 +SHA256 (hexalate-1.1.0-src.tar.bz2) = 74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c +SIZE (hexalate-1.1.0-src.tar.bz2) = 662438 diff --git a/games/hexalate/pkg-plist b/games/hexalate/pkg-plist index 33c61491848d..1035694fa901 100644 --- a/games/hexalate/pkg-plist +++ b/games/hexalate/pkg-plist @@ -1,4 +1,5 @@ bin/hexalate +share/appdata/hexalate.appdata.xml share/applications/hexalate.desktop %%DATADIR%%/translations/hexalate_ca.qm %%DATADIR%%/translations/hexalate_cs.qm @@ -9,6 +10,8 @@ share/applications/hexalate.desktop %%DATADIR%%/translations/hexalate_et.qm %%DATADIR%%/translations/hexalate_fr.qm %%DATADIR%%/translations/hexalate_hu.qm +%%DATADIR%%/translations/hexalate_it.qm +%%DATADIR%%/translations/hexalate_lt.qm %%DATADIR%%/translations/hexalate_ms.qm %%DATADIR%%/translations/hexalate_nl.qm %%DATADIR%%/translations/hexalate_pl.qm @@ -16,6 +19,7 @@ share/applications/hexalate.desktop %%DATADIR%%/translations/hexalate_ro.qm %%DATADIR%%/translations/hexalate_ru.qm %%DATADIR%%/translations/hexalate_tr.qm +share/icons/hicolor/1024x1024/apps/hexalate.png share/icons/hicolor/128x128/apps/hexalate.png share/icons/hicolor/16x16/apps/hexalate.png share/icons/hicolor/22x22/apps/hexalate.png @@ -23,5 +27,7 @@ share/icons/hicolor/24x24/apps/hexalate.png share/icons/hicolor/256x256/apps/hexalate.png share/icons/hicolor/32x32/apps/hexalate.png share/icons/hicolor/48x48/apps/hexalate.png +share/icons/hicolor/512x512/apps/hexalate.png share/icons/hicolor/64x64/apps/hexalate.png +share/man/man6/hexalate.6 share/pixmaps/hexalate.xpm |