svn commit: r312655 - head/games/simsu
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Feb 20 19:21:32 UTC 2013
Author: rm
Date: Wed Feb 20 19:21:31 2013
New Revision: 312655
URL: http://svnweb.freebsd.org/changeset/ports/312655
Log:
- update to 1.2.3
- restore 'Created by' in Makefile header
- add dependency on desktopfileutils
PR: 176171
Submitted by: nemysis <nemysis at gmx.ch> (maintainer)
Modified:
head/games/simsu/Makefile
head/games/simsu/distinfo
head/games/simsu/pkg-plist
Modified: head/games/simsu/Makefile
==============================================================================
--- head/games/simsu/Makefile Wed Feb 20 19:04:30 2013 (r312654)
+++ head/games/simsu/Makefile Wed Feb 20 19:21:31 2013 (r312655)
@@ -1,8 +1,8 @@
+# Created by: nemysis at gmx.ch
# $FreeBSD$
PORTNAME= simsu
-PORTVERSION= 1.2.2
-PORTREVISION= 2
+PORTVERSION= 1.2.3
CATEGORIES= games
MASTER_SITES= http://gottcode.org/${PORTNAME}/
EXTRACT_SUFX= -src.tar.bz2
@@ -14,10 +14,10 @@ LICENSE= GPLv3
USE_BZIP2= yes
USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats
+USE_GNOME= desktopfileutils
INSTALLS_ICONS= yes
MAKE_JOBS_SAFE= yes
-PORTDATA= *
PORTDOCS= CREDITS ChangeLog
.include <bsd.port.options.mk>
@@ -27,15 +27,13 @@ do-configure:
${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
post-install:
-# Pixmaps
- ${INSTALL_DATA} ${WRKSRC}/icons/hicolor/48x48/apps/simsu.png ${PREFIX}/share/pixmaps/
+ ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/
-# Documentation
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
-. for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-. endfor
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
+ @-update-desktop-database
+
.include <bsd.port.mk>
Modified: head/games/simsu/distinfo
==============================================================================
--- head/games/simsu/distinfo Wed Feb 20 19:04:30 2013 (r312654)
+++ head/games/simsu/distinfo Wed Feb 20 19:21:31 2013 (r312655)
@@ -1,2 +1,2 @@
-SHA256 (simsu-1.2.2-src.tar.bz2) = 86c18e7c05659ce3e9363b38941fe6f5024943bd2a7b24532bc56ab6a669dddd
-SIZE (simsu-1.2.2-src.tar.bz2) = 295584
+SHA256 (simsu-1.2.3-src.tar.bz2) = 623a27e487bd360bee58430b6530f3371f915a868910615572559a3e055a5da4
+SIZE (simsu-1.2.3-src.tar.bz2) = 328020
Modified: head/games/simsu/pkg-plist
==============================================================================
--- head/games/simsu/pkg-plist Wed Feb 20 19:04:30 2013 (r312654)
+++ head/games/simsu/pkg-plist Wed Feb 20 19:21:31 2013 (r312655)
@@ -10,5 +10,41 @@ share/icons/hicolor/48x48/apps/simsu.png
share/icons/hicolor/64x64/apps/simsu.png
share/icons/hicolor/scalable/apps/simsu.svg
share/pixmaps/simsu.png
-share/pixmaps/simsu_32.xpm
+share/pixmaps/simsu.xpm
+%%DATADIR%%/translations/simsu_ca.qm
+%%DATADIR%%/translations/simsu_cs.qm
+%%DATADIR%%/translations/simsu_el.qm
+%%DATADIR%%/translations/simsu_en.qm
+%%DATADIR%%/translations/simsu_es.qm
+%%DATADIR%%/translations/simsu_es_CL.qm
+%%DATADIR%%/translations/simsu_fr.qm
+%%DATADIR%%/translations/simsu_he.qm
+%%DATADIR%%/translations/simsu_hu.qm
+%%DATADIR%%/translations/simsu_ro.qm
+%%DATADIR%%/translations/simsu_ru.qm
+%%DATADIR%%/translations/simsu_uk.qm
+ at dirrm %%DATADIR%%/translations
+ at dirrm %%DATADIR%%
+ at dirrmtry share/icons/hicolor/scalable/apps
+ at dirrmtry share/icons/hicolor/scalable
+ at dirrmtry share/icons/hicolor/64x64/apps
+ at dirrmtry share/icons/hicolor/64x64
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/32x32/apps
+ at dirrmtry share/icons/hicolor/32x32
+ at dirrmtry share/icons/hicolor/256x256/apps
+ at dirrmtry share/icons/hicolor/256x256
+ at dirrmtry share/icons/hicolor/24x24/apps
+ at dirrmtry share/icons/hicolor/24x24
+ at dirrmtry share/icons/hicolor/22x22/apps
+ at dirrmtry share/icons/hicolor/22x22
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor/128x128/apps
+ at dirrmtry share/icons/hicolor/128x128
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
@dirrmtry share/applications
+ at exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
+ at unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
More information about the svn-ports-head
mailing list