Last time I checked, the full GNOME we maintain indirectly depends on

more than 500 ports. Upstream decided to split gnome-games for the next
release into >15 different subprojects.
So give us some slack and remove this useless port. Sure, it's just one
port but it makes Jasper and I feel good and very slighly less
overwhelmed by the maintenance burden.
This commit is contained in:
ajacoutot 2012-10-11 21:51:20 +00:00
parent 11eb418f35
commit eb4b04cadc
8 changed files with 0 additions and 131 deletions

View File

@ -1,26 +0,0 @@
# $OpenBSD: Makefile,v 1.13 2012/09/30 08:18:28 ajacoutot Exp $
COMMENT= extra themes and artwork for GNOME games
GNOME_PROJECT= gnome-games-extra-data
GNOME_VERSION= 3.2.0
REVISION= 0
CATEGORIES= games
HOMEPAGE= http://live.gnome.org/GnomeGames/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
RUN_DEPENDS= x11/gnome/games
PKG_ARCH= *
USE_LIBTOOL= No
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gnome/gnome-games-extra-data-3.2.0.tar.xz) = HD2ULDzz6Qkrcuwws+etdLGdhSYQPGeFmTARqsGpV1c=
SIZE (gnome/gnome-games-extra-data-3.2.0.tar.xz) = 1974784

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-glines_Makefile_in,v 1.1 2012/09/30 08:18:28 ajacoutot Exp $
From 03ba7f6a58dc2ca0ef59a689c06ab1cf18f57ec4 Mon Sep 17 00:00:00 2001
From: Robert Ancell <robert.ancell@canonical.com>
Date: Tue, 22 May 2012 04:26:33 +0000
Subject: Fix data directories pointing to old locations
(+ local modification: s/pixmaps/themes)
--- glines/Makefile.in.orig Sun Sep 30 10:09:14 2012
+++ glines/Makefile.in Sun Sep 30 10:09:27 2012
@@ -147,7 +147,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-pixmapdir = $(datadir)/gnome-games/glines/pixmaps
+pixmapdir = $(datadir)/glines/themes
pixmap_DATA = classic.png dots.png gumball.png pulse.png
EXTRA_DIST = $(pixmap_DATA)
all: all-am

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-gnobots2_Makefile_in,v 1.1 2012/09/30 08:18:28 ajacoutot Exp $
From 03ba7f6a58dc2ca0ef59a689c06ab1cf18f57ec4 Mon Sep 17 00:00:00 2001
From: Robert Ancell <robert.ancell@canonical.com>
Date: Tue, 22 May 2012 04:26:33 +0000
Subject: Fix data directories pointing to old locations
--- gnobots2/Makefile.in.orig Sun Sep 30 10:09:35 2012
+++ gnobots2/Makefile.in Sun Sep 30 10:09:45 2012
@@ -147,7 +147,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-themedir = $(datadir)/gnome-games/gnobots2/themes
+themedir = $(datadir)/gnobots2/themes
theme_DATA = anthills.png cows.png eggs.png mice.png spills.png stormclouds.png toasters.png
EXTRA_DIST = $(theme_DATA)
all: all-am

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-iagno_Makefile_in,v 1.1 2012/09/30 08:18:28 ajacoutot Exp $
From 03ba7f6a58dc2ca0ef59a689c06ab1cf18f57ec4 Mon Sep 17 00:00:00 2001
From: Robert Ancell <robert.ancell@canonical.com>
Date: Tue, 22 May 2012 04:26:33 +0000
Subject: Fix data directories pointing to old locations
(+ local modification: s/pixmaps/themes)
--- iagno/Makefile.in.orig Sun Sep 30 10:09:52 2012
+++ iagno/Makefile.in Sun Sep 30 10:10:03 2012
@@ -147,7 +147,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-pixmapdir = $(datadir)/gnome-games/iagno/pixmaps
+pixmapdir = $(datadir)/iagno/themes
pixmap_DATA = blend.png flipblend.png metal.png metal2.png \
shrink.png sunmoon.png

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-mahjongg_Makefile_in,v 1.1 2012/09/30 08:18:28 ajacoutot Exp $
From 03ba7f6a58dc2ca0ef59a689c06ab1cf18f57ec4 Mon Sep 17 00:00:00 2001
From: Robert Ancell <robert.ancell@canonical.com>
Date: Tue, 22 May 2012 04:26:33 +0000
Subject: Fix data directories pointing to old locations
(+ local modification: s/pixmaps/themes)
--- mahjongg/Makefile.in.orig Sun Sep 30 10:10:11 2012
+++ mahjongg/Makefile.in Sun Sep 30 10:10:21 2012
@@ -147,7 +147,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-pixmapdir = $(datadir)/gnome-games/mahjongg/pixmaps
+pixmapdir = $(datadir)/mahjongg/themes
pixmap_DATA = default.png maya.png default2.png seta.png greek-letters.png
EXTRA_DIST = $(pixmap_DATA)
all: all-am

View File

@ -1,3 +0,0 @@
gnome-games-extras-data contains extra data files for the gnome-games
package. At the moment this is almost entirely extra themes and artwork
for the games.

View File

@ -1,25 +0,0 @@
@comment $OpenBSD: PLIST,v 1.5 2012/09/30 08:18:28 ajacoutot Exp $
share/glines/themes/classic.png
share/glines/themes/dots.png
share/glines/themes/gumball.png
share/glines/themes/pulse.png
share/gnobots2/themes/anthills.png
share/gnobots2/themes/cows.png
share/gnobots2/themes/eggs.png
share/gnobots2/themes/mice.png
share/gnobots2/themes/spills.png
share/gnobots2/themes/stormclouds.png
share/gnobots2/themes/toasters.png
share/iagno/themes/blend.png
share/iagno/themes/flipblend.png
share/iagno/themes/metal.png
share/iagno/themes/metal2.png
share/iagno/themes/shrink.png
share/iagno/themes/sunmoon.png
share/mahjongg/
share/mahjongg/themes/
share/mahjongg/themes/default.png
share/mahjongg/themes/default2.png
share/mahjongg/themes/greek-letters.png
share/mahjongg/themes/maya.png
share/mahjongg/themes/seta.png