pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/celestia-gnome Use devel/GConf2/schemas.mk. Bump...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1eebb35e108d
branches: trunk
changeset: 495774:1eebb35e108d
user: hira <hira%pkgsrc.org@localhost>
date: Mon Jun 20 06:06:11 2005 +0000
description:
Use devel/GConf2/schemas.mk. Bump PKGREVISION.
Reviewed by minskim@.
diffstat:
misc/celestia-gnome/Makefile | 19 ++++++++-----------
misc/celestia-gnome/PLIST | 4 ++--
2 files changed, 10 insertions(+), 13 deletions(-)
diffs (55 lines):
diff -r 5ca4d4377c3a -r 1eebb35e108d misc/celestia-gnome/Makefile
--- a/misc/celestia-gnome/Makefile Mon Jun 20 06:02:30 2005 +0000
+++ b/misc/celestia-gnome/Makefile Mon Jun 20 06:06:11 2005 +0000
@@ -1,27 +1,22 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:21 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/20 06:06:11 hira Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
+PKGREVISION= 1
COMMENT= GNOME frontend for free real-time 3D space simulator
DEPENDS= celestia-${CELESTIA_VERS}*:../../misc/celestia
+CELESTIA_PROGPREFIX= g
+
CONFIGURE_ARGS+= --with-gnome
BUILD_DIRS= ${WRKSRC}/src
+INSTALL_DIRS= ${BUILD_DIRS}
INSTALLATION_DIRS= bin share/applications share/pixmaps
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia \
- ${PREFIX}/bin/gcelestia
- ${INSTALL_DATA_DIR} ${PREFIX}/etc/gconf/schemas
- ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.schemas \
- ${PREFIX}/etc/gconf/schemas
- ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.desktop \
- ${PREFIX}/share/applications/
- ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.png \
- ${PREFIX}/share/pixmaps
+GCONF2_SCHEMAS= celestia.schemas
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
@@ -29,4 +24,6 @@
.include "../../misc/celestia/Makefile.common"
+.include "../../devel/GConf2/schemas.mk"
+
.include "../../mk/bsd.pkg.mk"
diff -r 5ca4d4377c3a -r 1eebb35e108d misc/celestia-gnome/PLIST
--- a/misc/celestia-gnome/PLIST Mon Jun 20 06:02:30 2005 +0000
+++ b/misc/celestia-gnome/PLIST Mon Jun 20 06:06:11 2005 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2004/11/10 16:42:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/06/20 06:06:11 hira Exp $
bin/gcelestia
-etc/gconf/schemas/celestia.schemas
share/applications/celestia.desktop
+share/gconf/schemas/celestia.schemas
share/pixmaps/celestia.png
Home |
Main Index |
Thread Index |
Old Index