aboutsummaryrefslogtreecommitdiff
path: root/games/atomix
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-08-05 19:13:24 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-08-05 19:13:24 +0000
commitd129587b5d568b0ff5300386f1e1b706c349f38e (patch)
treee398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /games/atomix
parentc13de12f75988e599e389d9c77ed92db8d927185 (diff)
downloadports-d129587b5d568b0ff5300386f1e1b706c349f38e.tar.gz
ports-d129587b5d568b0ff5300386f1e1b706c349f38e.zip
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
Notes
Notes: svn path=/head/; revision=393607
Diffstat (limited to 'games/atomix')
-rw-r--r--games/atomix/Makefile17
-rw-r--r--games/atomix/distinfo4
-rw-r--r--games/atomix/pkg-deinstall12
-rw-r--r--games/atomix/pkg-descr2
-rw-r--r--games/atomix/pkg-install13
-rw-r--r--games/atomix/pkg-plist152
6 files changed, 92 insertions, 108 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index 928627765beb..471c17c379f1 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= atomix
-PORTVERSION= 2.14.0
-PORTREVISION= 13
+PORTVERSION= 3.16.0
CATEGORIES= games gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Yet another little mind game
@@ -14,14 +13,12 @@ COMMENT= Yet another little mind game
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gettext gmake pathfix pkgconfig tar:bzip2
-USE_GNOME= gnomeprefix intlhack libgnomeui
+PORTSCOUT= limitw:1,even
+
+USES= gettext gmake pathfix pkgconfig tar:xz
+USE_GNOME= gtk30 intlhack libxml2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lm
-
-post-patch:
- @${REINPLACE_CMD} -e 's| install-data-local | |g' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
diff --git a/games/atomix/distinfo b/games/atomix/distinfo
index 71f8bd5d40b3..e7bc11274db2 100644
--- a/games/atomix/distinfo
+++ b/games/atomix/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/atomix-2.14.0.tar.bz2) = 5d4e073c29e7d23d49b1bfcce9edf1e8f0c04bdb91db368e05e854e2b2636bb8
-SIZE (gnome2/atomix-2.14.0.tar.bz2) = 284987
+SHA256 (gnome3/atomix-3.16.0.tar.xz) = 29b0dd200344d6ceb9e4e9ad6034a4d5d14bf06dead343a3b70331f81f66a630
+SIZE (gnome3/atomix-3.16.0.tar.xz) = 261464
diff --git a/games/atomix/pkg-deinstall b/games/atomix/pkg-deinstall
deleted file mode 100644
index 7b662cd79ab2..000000000000
--- a/games/atomix/pkg-deinstall
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "POST-DEINSTALL" ]; then
- GAMES=${PKG_PREFIX}/share/games
- SCORES=${GAMES}/atomix.scores
- if [ -f ${SCORES} ]; then
- if [ ! -s ${SCORES} ]; then
- rm -f ${SCORES}
- rmdir ${GAMES} > /dev/null 2>&1 || :
- fi
- fi
-fi
diff --git a/games/atomix/pkg-descr b/games/atomix/pkg-descr
index f5caf2f972dd..adaa09155820 100644
--- a/games/atomix/pkg-descr
+++ b/games/atomix/pkg-descr
@@ -5,4 +5,4 @@ one direction it moves until it hits an obstacle or another
atom. It needs some thinking how to construct complex
molecules with this atom behaviour.
-WWW: http://triq.net/~jens/atomix.php
+WWW: https://wiki.gnome.org/Apps/Atomix
diff --git a/games/atomix/pkg-install b/games/atomix/pkg-install
deleted file mode 100644
index 5f11d613d1c2..000000000000
--- a/games/atomix/pkg-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "POST-INSTALL" ]; then
- mkdir -p ${PKG_PREFIX}/share/games
- SCORES="atomix.scores"
- for i in ${SCORES}; do
- if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then
- touch -f ${PKG_PREFIX}/share/games/${i}
- chown games:games ${PKG_PREFIX}/share/games/${i}
- chmod 0664 ${PKG_PREFIX}/share/games/${i}
- fi
- done
-fi
diff --git a/games/atomix/pkg-plist b/games/atomix/pkg-plist
index b788f342475b..6d7885eabd54 100644
--- a/games/atomix/pkg-plist
+++ b/games/atomix/pkg-plist
@@ -1,86 +1,93 @@
bin/atomix
+share/appdata/atomix.appdata.xml
share/applications/atomix.desktop
-%%DATADIR%%/atomix-logo.png
-%%DATADIR%%/level/aceticacid.atomix.xml
-%%DATADIR%%/level/acetone.atomix.xml
-%%DATADIR%%/level/butanol.atomix.xml
-%%DATADIR%%/level/cyclobutane.atomix.xml
-%%DATADIR%%/level/dimethylether.atomix.xml
-%%DATADIR%%/level/ethanal.atomix.xml
-%%DATADIR%%/level/ethane.atomix.xml
-%%DATADIR%%/level/ethanol.atomix.xml
-%%DATADIR%%/level/ethylene.atomix.xml
-%%DATADIR%%/level/glycerin.atomix.xml
-%%DATADIR%%/level/lactic-acid.atomix.xml
-%%DATADIR%%/level/methanal.atomix.xml
-%%DATADIR%%/level/methane.atomix.xml
-%%DATADIR%%/level/methanol.atomix.xml
-%%DATADIR%%/level/propanal.atomix.xml
-%%DATADIR%%/level/propylene.atomix.xml
-%%DATADIR%%/level/pyran.atomix.xml
-%%DATADIR%%/level/sequence
-%%DATADIR%%/level/transbutylen.atomix.xml
-%%DATADIR%%/level/water.atomix.xml
-%%DATADIR%%/themes/default/arrow-bottom.png
-%%DATADIR%%/themes/default/arrow-left.png
-%%DATADIR%%/themes/default/arrow-right.png
-%%DATADIR%%/themes/default/arrow-top.png
-%%DATADIR%%/themes/default/atom-c.png
-%%DATADIR%%/themes/default/atom-f.png
-%%DATADIR%%/themes/default/atom-h.png
-%%DATADIR%%/themes/default/atom-n.png
-%%DATADIR%%/themes/default/atom-o.png
-%%DATADIR%%/themes/default/cursor.png
-%%DATADIR%%/themes/default/floor.png
-%%DATADIR%%/themes/default/link-bottom-double.png
-%%DATADIR%%/themes/default/link-bottom-left.png
-%%DATADIR%%/themes/default/link-bottom-right.png
-%%DATADIR%%/themes/default/link-bottom.png
-%%DATADIR%%/themes/default/link-left-double.png
-%%DATADIR%%/themes/default/link-left.png
-%%DATADIR%%/themes/default/link-right-double.png
-%%DATADIR%%/themes/default/link-right.png
-%%DATADIR%%/themes/default/link-top-double.png
-%%DATADIR%%/themes/default/link-top-left.png
-%%DATADIR%%/themes/default/link-top-right.png
-%%DATADIR%%/themes/default/link-top.png
-%%DATADIR%%/themes/default/shadow-bottom-right.png
-%%DATADIR%%/themes/default/shadow-left-top.png
-%%DATADIR%%/themes/default/shadow-left.png
-%%DATADIR%%/themes/default/shadow-top-left-both.png
-%%DATADIR%%/themes/default/shadow-top-left.png
-%%DATADIR%%/themes/default/shadow-top.png
-%%DATADIR%%/themes/default/theme
-%%DATADIR%%/themes/default/wall-bottom-left.png
-%%DATADIR%%/themes/default/wall-bottom-right.png
-%%DATADIR%%/themes/default/wall-horizontal-bottomx.png
-%%DATADIR%%/themes/default/wall-horizontal-left-end.png
-%%DATADIR%%/themes/default/wall-horizontal-right-end.png
-%%DATADIR%%/themes/default/wall-horizontal-topx.png
-%%DATADIR%%/themes/default/wall-horizontal.png
-%%DATADIR%%/themes/default/wall-single.png
-%%DATADIR%%/themes/default/wall-top-left.png
-%%DATADIR%%/themes/default/wall-top-right.png
-%%DATADIR%%/themes/default/wall-vertical-bottom-end.png
-%%DATADIR%%/themes/default/wall-vertical-leftx.png
-%%DATADIR%%/themes/default/wall-vertical-rightx.png
-%%DATADIR%%/themes/default/wall-vertical-top-end.png
-%%DATADIR%%/themes/default/wall-vertical.png
-share/gnome-2.0/ui/atomix-ui.xml
-share/pixmaps/atomix-icon.png
+share/atomix/atomix-logo.png
+share/atomix/level/aceticacid.atomix.xml
+share/atomix/level/acetone.atomix.xml
+share/atomix/level/butanol.atomix.xml
+share/atomix/level/cyclobutane.atomix.xml
+share/atomix/level/dimethylether.atomix.xml
+share/atomix/level/ethanal.atomix.xml
+share/atomix/level/ethane.atomix.xml
+share/atomix/level/ethanol.atomix.xml
+share/atomix/level/ethylene.atomix.xml
+share/atomix/level/glycerin.atomix.xml
+share/atomix/level/lactic-acid.atomix.xml
+share/atomix/level/methanal.atomix.xml
+share/atomix/level/methane.atomix.xml
+share/atomix/level/methanol.atomix.xml
+share/atomix/level/propanal.atomix.xml
+share/atomix/level/propylene.atomix.xml
+share/atomix/level/pyran.atomix.xml
+share/atomix/level/sequence
+share/atomix/level/transbutylen.atomix.xml
+share/atomix/level/water.atomix.xml
+share/atomix/themes/default/arrow-bottom.png
+share/atomix/themes/default/arrow-left.png
+share/atomix/themes/default/arrow-right.png
+share/atomix/themes/default/arrow-top.png
+share/atomix/themes/default/atom-c.png
+share/atomix/themes/default/atom-f.png
+share/atomix/themes/default/atom-h.png
+share/atomix/themes/default/atom-n.png
+share/atomix/themes/default/atom-o.png
+share/atomix/themes/default/cursor.png
+share/atomix/themes/default/floor.png
+share/atomix/themes/default/link-bottom-double.png
+share/atomix/themes/default/link-bottom-left.png
+share/atomix/themes/default/link-bottom-right.png
+share/atomix/themes/default/link-bottom.png
+share/atomix/themes/default/link-left-double.png
+share/atomix/themes/default/link-left.png
+share/atomix/themes/default/link-right-double.png
+share/atomix/themes/default/link-right.png
+share/atomix/themes/default/link-top-double.png
+share/atomix/themes/default/link-top-left.png
+share/atomix/themes/default/link-top-right.png
+share/atomix/themes/default/link-top.png
+share/atomix/themes/default/shadow-bottom-right.png
+share/atomix/themes/default/shadow-left-top.png
+share/atomix/themes/default/shadow-left.png
+share/atomix/themes/default/shadow-top-left-both.png
+share/atomix/themes/default/shadow-top-left.png
+share/atomix/themes/default/shadow-top.png
+share/atomix/themes/default/theme
+share/atomix/themes/default/wall-bottom-left.png
+share/atomix/themes/default/wall-bottom-right.png
+share/atomix/themes/default/wall-horizontal-bottomx.png
+share/atomix/themes/default/wall-horizontal-left-end.png
+share/atomix/themes/default/wall-horizontal-right-end.png
+share/atomix/themes/default/wall-horizontal-topx.png
+share/atomix/themes/default/wall-horizontal.png
+share/atomix/themes/default/wall-single.png
+share/atomix/themes/default/wall-top-left.png
+share/atomix/themes/default/wall-top-right.png
+share/atomix/themes/default/wall-vertical-bottom-end.png
+share/atomix/themes/default/wall-vertical-leftx.png
+share/atomix/themes/default/wall-vertical-rightx.png
+share/atomix/themes/default/wall-vertical-top-end.png
+share/atomix/themes/default/wall-vertical.png
+share/atomix/ui/interface.ui
+share/locale/af/LC_MESSAGES/atomix.mo
share/locale/am/LC_MESSAGES/atomix.mo
+share/locale/ar/LC_MESSAGES/atomix.mo
share/locale/az/LC_MESSAGES/atomix.mo
share/locale/be/LC_MESSAGES/atomix.mo
share/locale/bg/LC_MESSAGES/atomix.mo
+share/locale/bn/LC_MESSAGES/atomix.mo
+share/locale/bs/LC_MESSAGES/atomix.mo
share/locale/ca/LC_MESSAGES/atomix.mo
share/locale/cs/LC_MESSAGES/atomix.mo
share/locale/da/LC_MESSAGES/atomix.mo
share/locale/de/LC_MESSAGES/atomix.mo
+share/locale/dz/LC_MESSAGES/atomix.mo
share/locale/el/LC_MESSAGES/atomix.mo
share/locale/en_CA/LC_MESSAGES/atomix.mo
share/locale/en_GB/LC_MESSAGES/atomix.mo
+share/locale/eo/LC_MESSAGES/atomix.mo
share/locale/es/LC_MESSAGES/atomix.mo
share/locale/et/LC_MESSAGES/atomix.mo
+share/locale/eu/LC_MESSAGES/atomix.mo
share/locale/fa/LC_MESSAGES/atomix.mo
share/locale/fi/LC_MESSAGES/atomix.mo
share/locale/fr/LC_MESSAGES/atomix.mo
@@ -90,9 +97,11 @@ share/locale/gu/LC_MESSAGES/atomix.mo
share/locale/he/LC_MESSAGES/atomix.mo
share/locale/hi/LC_MESSAGES/atomix.mo
share/locale/hu/LC_MESSAGES/atomix.mo
+share/locale/id/LC_MESSAGES/atomix.mo
share/locale/is/LC_MESSAGES/atomix.mo
share/locale/it/LC_MESSAGES/atomix.mo
share/locale/ja/LC_MESSAGES/atomix.mo
+share/locale/ka/LC_MESSAGES/atomix.mo
share/locale/kn/LC_MESSAGES/atomix.mo
share/locale/ko/LC_MESSAGES/atomix.mo
share/locale/lt/LC_MESSAGES/atomix.mo
@@ -102,19 +111,21 @@ share/locale/ml/LC_MESSAGES/atomix.mo
share/locale/ms/LC_MESSAGES/atomix.mo
share/locale/nb/LC_MESSAGES/atomix.mo
share/locale/nl/LC_MESSAGES/atomix.mo
-share/locale/no/LC_MESSAGES/atomix.mo
+share/locale/oc/LC_MESSAGES/atomix.mo
share/locale/pa/LC_MESSAGES/atomix.mo
share/locale/pl/LC_MESSAGES/atomix.mo
share/locale/pt/LC_MESSAGES/atomix.mo
share/locale/pt_BR/LC_MESSAGES/atomix.mo
+share/locale/ro/LC_MESSAGES/atomix.mo
share/locale/ru/LC_MESSAGES/atomix.mo
share/locale/sk/LC_MESSAGES/atomix.mo
share/locale/sl/LC_MESSAGES/atomix.mo
share/locale/sq/LC_MESSAGES/atomix.mo
share/locale/sr/LC_MESSAGES/atomix.mo
-share/locale/sr@Latn/LC_MESSAGES/atomix.mo
+share/locale/sr@latin/LC_MESSAGES/atomix.mo
share/locale/sv/LC_MESSAGES/atomix.mo
share/locale/ta/LC_MESSAGES/atomix.mo
+share/locale/th/LC_MESSAGES/atomix.mo
share/locale/tr/LC_MESSAGES/atomix.mo
share/locale/uk/LC_MESSAGES/atomix.mo
share/locale/vi/LC_MESSAGES/atomix.mo
@@ -122,3 +133,4 @@ share/locale/wa/LC_MESSAGES/atomix.mo
share/locale/zh_CN/LC_MESSAGES/atomix.mo
share/locale/zh_HK/LC_MESSAGES/atomix.mo
share/locale/zh_TW/LC_MESSAGES/atomix.mo
+share/pixmaps/atomix-icon.png