diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-08 17:22:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-08 17:22:50 +0000 |
commit | 14bf979c829ab18b0554650a26a580b4e2643f0c (patch) | |
tree | 898960f905abcbe743590de6b63ff68be78a49a5 /games/peg-e | |
parent | d2b692548dc3944e8f6c6aaf223d2aa54f4cbb7b (diff) | |
download | ports-14bf979c829ab18b0554650a26a580b4e2643f0c.tar.gz ports-14bf979c829ab18b0554650a26a580b4e2643f0c.zip |
- Update to 1.2.1
Notes
Notes:
svn path=/head/; revision=401066
Diffstat (limited to 'games/peg-e')
-rw-r--r-- | games/peg-e/Makefile | 9 | ||||
-rw-r--r-- | games/peg-e/distinfo | 4 | ||||
-rw-r--r-- | games/peg-e/pkg-plist | 30 |
3 files changed, 38 insertions, 5 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index 14f31cea9de1..a8497e01a3f5 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peg-e -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,8 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Peg elimination game -USES= tar:bzip2 qmake -USE_QT4= corelib gui moc_build rcc_build +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= compiler:c++11-lib qmake tar:bzip2 +USE_QT5= core gui widgets qmake_build buildtools_build INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/games/peg-e/distinfo b/games/peg-e/distinfo index 6ff1528aa869..5a4e52f20c93 100644 --- a/games/peg-e/distinfo +++ b/games/peg-e/distinfo @@ -1,2 +1,2 @@ -SHA256 (peg-e-1.1.2-src.tar.bz2) = 2eefce91eea0f3a412fa79193ed5f66b25d5eb86b8e35e58c3a4f3b62e7cf59d -SIZE (peg-e-1.1.2-src.tar.bz2) = 151224 +SHA256 (peg-e-1.2.1-src.tar.bz2) = bf96ad7e84f3244f614ccf08c1dbc4f1bdae4bb2cc362a99ecee322ee7e38635 +SIZE (peg-e-1.2.1-src.tar.bz2) = 474773 diff --git a/games/peg-e/pkg-plist b/games/peg-e/pkg-plist index cff96ac3df47..0c6117a2c5f6 100644 --- a/games/peg-e/pkg-plist +++ b/games/peg-e/pkg-plist @@ -1,5 +1,7 @@ bin/peg-e +share/appdata/peg-e.appdata.xml share/applications/peg-e.desktop +share/icons/hicolor/1024x1024/apps/peg-e.png share/icons/hicolor/128x128/apps/peg-e.png share/icons/hicolor/16x16/apps/peg-e.png share/icons/hicolor/22x22/apps/peg-e.png @@ -7,11 +9,39 @@ share/icons/hicolor/24x24/apps/peg-e.png share/icons/hicolor/256x256/apps/peg-e.png share/icons/hicolor/32x32/apps/peg-e.png share/icons/hicolor/48x48/apps/peg-e.png +share/icons/hicolor/512x512/apps/peg-e.png share/icons/hicolor/64x64/apps/peg-e.png share/icons/hicolor/scalable/apps/peg-e.svg +share/man/man6/peg-e.6 +%%DATADIR%%/icons/hicolor/16x16/document-new.png +%%DATADIR%%/icons/hicolor/16x16/edit-redo.png +%%DATADIR%%/icons/hicolor/16x16/edit-undo.png +%%DATADIR%%/icons/hicolor/16x16/view-refresh.png +%%DATADIR%%/icons/hicolor/22x22/document-new.png +%%DATADIR%%/icons/hicolor/22x22/edit-redo.png +%%DATADIR%%/icons/hicolor/22x22/edit-undo.png +%%DATADIR%%/icons/hicolor/22x22/view-refresh.png +%%DATADIR%%/icons/hicolor/32x32/document-new.png +%%DATADIR%%/icons/hicolor/32x32/edit-redo.png +%%DATADIR%%/icons/hicolor/32x32/edit-undo.png +%%DATADIR%%/icons/hicolor/32x32/view-refresh.png +%%DATADIR%%/icons/hicolor/64x64/document-new.png +%%DATADIR%%/icons/hicolor/64x64/edit-redo.png +%%DATADIR%%/icons/hicolor/64x64/edit-undo.png +%%DATADIR%%/icons/hicolor/64x64/view-refresh.png +%%DATADIR%%/icons/hicolor/index.theme +%%DATADIR%%/translations/pege_cs.qm +%%DATADIR%%/translations/pege_de.qm +%%DATADIR%%/translations/pege_el.qm %%DATADIR%%/translations/pege_en.qm +%%DATADIR%%/translations/pege_es.qm %%DATADIR%%/translations/pege_fr.qm %%DATADIR%%/translations/pege_he.qm +%%DATADIR%%/translations/pege_lt.qm +%%DATADIR%%/translations/pege_ms.qm %%DATADIR%%/translations/pege_nl.qm +%%DATADIR%%/translations/pege_pl.qm %%DATADIR%%/translations/pege_ro.qm +%%DATADIR%%/translations/pege_ru.qm +%%DATADIR%%/translations/pege_tr.qm share/pixmaps/peg-e.xpm |