diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-13 09:50:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-13 09:50:41 +0000 |
commit | 83df9128ea63d67e59b4601b572e205035154897 (patch) | |
tree | 4f17306387e4c81004b39cd9bd14b947b97481e5 /games | |
parent | d97cfffb6165d99f1049b4ae74462a7500e26b97 (diff) | |
download | ports-83df9128ea63d67e59b4601b572e205035154897.tar.gz ports-83df9128ea63d67e59b4601b572e205035154897.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gnubik/Makefile | 6 | ||||
-rw-r--r-- | games/gnubik/distinfo | 6 | ||||
-rw-r--r-- | games/gnubik/files/patch-Makefile.in | 29 | ||||
-rw-r--r-- | games/gnubik/pkg-plist | 3 |
4 files changed, 36 insertions, 8 deletions
diff --git a/games/gnubik/Makefile b/games/gnubik/Makefile index da5604278687..9d71852e66a4 100644 --- a/games/gnubik/Makefile +++ b/games/gnubik/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnubik -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= games MASTER_SITES= GNU @@ -26,10 +26,6 @@ INFO= gnubik OPTIONS_DEFINE= DOCS -post-install: - @${RMDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24/apps - @${RMDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/24x24 - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} diff --git a/games/gnubik/distinfo b/games/gnubik/distinfo index ed1fb8f7abab..337b56410cd4 100644 --- a/games/gnubik/distinfo +++ b/games/gnubik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477328506 -SHA256 (gnubik-2.4.1.tar.gz) = a59e7858c39fdd10aa4863cf00e2d98eb4130bbb543f2ce2bf38c440c6e7d755 -SIZE (gnubik-2.4.1.tar.gz) = 412615 +TIMESTAMP = 1478889028 +SHA256 (gnubik-2.4.2.tar.gz) = 85fa3f163c062bd0c1ecbfd5b95706e79091b153bb6ca9b3e340dbf5bb751756 +SIZE (gnubik-2.4.2.tar.gz) = 423333 diff --git a/games/gnubik/files/patch-Makefile.in b/games/gnubik/files/patch-Makefile.in new file mode 100644 index 000000000000..438319c8a930 --- /dev/null +++ b/games/gnubik/files/patch-Makefile.in @@ -0,0 +1,29 @@ +--- Makefile.in.orig 2015-05-06 11:12:04 UTC ++++ Makefile.in +@@ -483,11 +483,11 @@ XGETTEXT_OPTIONS = \ + GMOFILES = $(POFILES:.po=.gmo) + themedir = $(DESTDIR)$(datadir)/icons/hicolor + context = apps +-sizes = 16 22 24 32 48 ++sizes = 16 22 32 48 + desktopdir = $(datadir)/applications + INSTALL_DATA_HOOKS = install-icons install-desktop + UNINSTALL_DATA_HOOKS = uninstall-icons uninstall-desktop +-desktop_DATA = icons/gen-dot-desktop.scm ++desktop_DATA = + ACLOCAL_AMFLAGS = -I m4 + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive +@@ -1784,9 +1784,9 @@ uninstall-icons: + gtk-update-icon-cache --ignore-theme-index $(themedir) + + install-desktop: +- $(MKDIR_P) $(desktopdir) +- chmod u+w $(desktopdir) +- $(INSTALL_DATA) $(top_builddir)/icons/gnubik.desktop $(desktopdir)/gnubik.desktop ++ $(MKDIR_P) $(DESTDIR)$(desktopdir) ++ chmod u+w $(DESTDIR)$(desktopdir) ++ $(INSTALL_DATA) $(top_builddir)/icons/gnubik.desktop $(DESTDIR)$(desktopdir)/gnubik.desktop + + uninstall-desktop: + $(RM) $(desktopdir)/gnubik.desktop diff --git a/games/gnubik/pkg-plist b/games/gnubik/pkg-plist index cfb93f82fce1..87379153495a 100644 --- a/games/gnubik/pkg-plist +++ b/games/gnubik/pkg-plist @@ -8,6 +8,7 @@ share/icons/hicolor/16x16/apps/gnubik.png share/icons/hicolor/22x22/apps/gnubik.png share/icons/hicolor/32x32/apps/gnubik.png share/icons/hicolor/48x48/apps/gnubik.png +share/locale/ar/LC_MESSAGES/gnubik.mo share/locale/bg/LC_MESSAGES/gnubik.mo share/locale/ca/LC_MESSAGES/gnubik.mo share/locale/da/LC_MESSAGES/gnubik.mo @@ -19,6 +20,7 @@ share/locale/es/LC_MESSAGES/gnubik.mo share/locale/eu/LC_MESSAGES/gnubik.mo share/locale/fi/LC_MESSAGES/gnubik.mo share/locale/fr/LC_MESSAGES/gnubik.mo +share/locale/gl/LC_MESSAGES/gnubik.mo share/locale/he/LC_MESSAGES/gnubik.mo share/locale/hr/LC_MESSAGES/gnubik.mo share/locale/it/LC_MESSAGES/gnubik.mo @@ -35,4 +37,5 @@ share/locale/sr/LC_MESSAGES/gnubik.mo share/locale/sv/LC_MESSAGES/gnubik.mo share/locale/tr/LC_MESSAGES/gnubik.mo share/locale/uk/LC_MESSAGES/gnubik.mo +share/locale/vi/LC_MESSAGES/gnubik.mo share/locale/zh_CN/LC_MESSAGES/gnubik.mo |