import ggz-gnome-client 0.0.14.1
GGZ Gaming Zone, GNOME client. This is the GNOME core client for GGZ.
This commit is contained in:
parent
3ce15ec62a
commit
16950a71f7
23
games/ggz/ggz-gnome-client/Makefile
Normal file
23
games/ggz/ggz-gnome-client/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/17 18:58:58 jasper Exp $
|
||||
|
||||
COMMENT= GGZ Gaming Zone - GNOME client
|
||||
|
||||
DISTNAME= ggz-gnome-client-$V
|
||||
|
||||
WANTLIB= ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
|
||||
Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
|
||||
audiofile bonobo-2 bonobo-activation bonoboui-2 c cairo \
|
||||
esd expat fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
|
||||
gdk_pixbuf-2.0 ggz glib-2.0 glitz gmodule-2.0 gnome-2 \
|
||||
gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0 \
|
||||
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pixman-1 popt pthread xml2 z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= ggzcore,ggzmod::games/ggz/ggz-client-libs \
|
||||
png::graphics/png \
|
||||
gnomeui-2::x11/gnome/libgnomeui
|
||||
RUN_DEPENDS= ::devel/desktop-file-utils
|
||||
|
||||
.include <bsd.port.mk>
|
5
games/ggz/ggz-gnome-client/distinfo
Normal file
5
games/ggz/ggz-gnome-client/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ggz/ggz-gnome-client-0.0.14.1.tar.gz) = bp2pjHtRnt05k3sGQcRoAA==
|
||||
RMD160 (ggz/ggz-gnome-client-0.0.14.1.tar.gz) = FkpEj5rcNQU8mm0fgWJrCwLW/dQ=
|
||||
SHA1 (ggz/ggz-gnome-client-0.0.14.1.tar.gz) = RC2aGl1hSznZy9Zkx+Y2Z2jsdto=
|
||||
SHA256 (ggz/ggz-gnome-client-0.0.14.1.tar.gz) = fYEEclgmjGFyKktIDdhcgHpTrAzZCZB/GKF/eoJciLk=
|
||||
SIZE (ggz/ggz-gnome-client-0.0.14.1.tar.gz) = 1818412
|
25
games/ggz/ggz-gnome-client/patches/patch-Makefile_in
Normal file
25
games/ggz/ggz-gnome-client/patches/patch-Makefile_in
Normal file
@ -0,0 +1,25 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/11/17 18:58:58 jasper Exp $
|
||||
|
||||
The .schemas file in the distfile not properly formatted and is in it's
|
||||
original form useless.
|
||||
|
||||
--- Makefile.in.orig Sat Feb 16 22:00:19 2008
|
||||
+++ Makefile.in Mon Nov 17 19:55:34 2008
|
||||
@@ -580,7 +580,7 @@ check: check-recursive
|
||||
all-am: Makefile $(DATA) config.h
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
- for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(schemadir)"; do \
|
||||
+ for dir in "$(DESTDIR)$(desktopdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-recursive
|
||||
@@ -626,7 +626,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-dist_desktopDATA install-dist_schemaDATA
|
||||
+install-data-am: install-dist_desktopDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
21
games/ggz/ggz-gnome-client/patches/patch-configure
Normal file
21
games/ggz/ggz-gnome-client/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2008/11/17 18:58:58 jasper Exp $
|
||||
--- configure.orig Mon Nov 17 19:34:27 2008
|
||||
+++ configure Mon Nov 17 19:34:50 2008
|
||||
@@ -4841,7 +4841,7 @@ if test "${ac_cv_lib_intl_gettext+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -4897,7 +4897,7 @@ fi
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_gettext" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6; }
|
||||
if test $ac_cv_lib_intl_gettext = yes; then
|
||||
- LIB_GETTEXT="-lintl $LIBICONV"
|
||||
+ LIB_GETTEXT="-lintl -liconv $LIBICONV"
|
||||
fi
|
||||
|
||||
save_libs=$LIBS
|
3
games/ggz/ggz-gnome-client/pkg/DESCR
Normal file
3
games/ggz/ggz-gnome-client/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
GGZ Gaming Zone, GNOME client. This is the GNOME core client for GGZ.
|
||||
It does not support all the features yet, but is usable already and
|
||||
should encourage people to try it out.
|
24
games/ggz/ggz-gnome-client/pkg/PLIST
Normal file
24
games/ggz/ggz-gnome-client/pkg/PLIST
Normal file
@ -0,0 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/17 18:58:58 jasper Exp $
|
||||
@bin bin/ggz-gnome
|
||||
@bin bin/motd_editor
|
||||
@man man/man6/ggz-gnome.6
|
||||
@man man/man6/motd_editor.6
|
||||
share/applications/ggz-gnome.desktop
|
||||
share/applications/motd-editor.desktop
|
||||
share/ggz/
|
||||
share/ggz/ggz-gnome/
|
||||
share/ggz/ggz-gnome/Default/
|
||||
share/ggz/ggz-gnome/Default/Login.xpm
|
||||
share/ggz/ggz-gnome/Default/New.xpm
|
||||
share/ggz/ggz-gnome/Default/chat.xpm
|
||||
share/ggz/ggz-gnome/Default/chatbackground.xpm
|
||||
share/ggz/ggz-gnome/Default/msg.xpm
|
||||
share/ggz/ggz-gnome/Default/star1.xpm
|
||||
share/ggz/ggz-gnome/Default/star2.xpm
|
||||
share/ggz/ggz-gnome/Default/star3.xpm
|
||||
share/ggz/ggz-gnome/Default/star4.xpm
|
||||
share/ggz/ggz-gnome/Default/star5.xpm
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/ggz-gnome-client.mo
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
Loading…
x
Reference in New Issue
Block a user