pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/celestia Don't install celestia.schemas. This fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ca4d4377c3a
branches:  trunk
changeset: 495773:5ca4d4377c3a
user:      hira <hira%pkgsrc.org@localhost>
date:      Mon Jun 20 06:02:30 2005 +0000

description:
Don't install celestia.schemas.  This fixes PR pkg/30066.

diffstat:

 misc/celestia/Makefile.common  |   5 ++++-
 misc/celestia/distinfo         |   5 ++---
 misc/celestia/patches/patch-ah |  19 +++++++++++++++++++
 3 files changed, 25 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 768258f111df -r 5ca4d4377c3a misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Mon Jun 20 05:44:17 2005 +0000
+++ b/misc/celestia/Makefile.common     Mon Jun 20 06:02:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2005/06/01 18:03:05 jlam Exp $
+# $NetBSD: Makefile.common,v 1.19 2005/06/20 06:02:30 hira Exp $
 
 DISTNAME=      celestia-${CELESTIA_VERS}
 CATEGORIES=    misc x11
@@ -17,6 +17,9 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-lua --with-glut
+.if defined(CELESTIA_PROGPREFIX)
+CONFIGURE_ARGS+=       --program-prefix=${CELESTIA_PROGPREFIX}
+.endif
 
 GCC_REQD=              3.0
 
diff -r 768258f111df -r 5ca4d4377c3a misc/celestia/distinfo
--- a/misc/celestia/distinfo    Mon Jun 20 05:44:17 2005 +0000
+++ b/misc/celestia/distinfo    Mon Jun 20 06:02:30 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 11:02:50 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/06/20 06:02:30 hira Exp $
 
 SHA1 (celestia-1.3.2.tar.gz) = 3407610f3844cd8aaf4f079e1ec5b0c236d3d547
 RMD160 (celestia-1.3.2.tar.gz) = 4f891866be70a2d918bdb75ad4fd7d4dddcef4ce
@@ -10,5 +10,4 @@
 SHA1 (patch-ae) = 09923dc44ed2c16193f634360f49c9fd12bab353
 SHA1 (patch-af) = df2dae0d054a475ee98286281780037f088f07bc
 SHA1 (patch-ag) = 16a8ae890c82bf1fa4f89953a5ebfc1c07ec1491
-SHA1 (patch-ah) = d7476c54346a30b0c00dbcec8fe4cdbce0e44c4f
-SHA1 (patch-ai) = 78a39852216eedb527ca4e48036527bc7b7fbfad
+SHA1 (patch-ah) = d48d210f7ddc35c85e86600f3c3cac2f425f372a
diff -r 768258f111df -r 5ca4d4377c3a misc/celestia/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/celestia/patches/patch-ah    Mon Jun 20 06:02:30 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ah,v 1.1 2005/06/20 06:02:30 hira Exp $
+
+--- src/celestia/gtk/data/Makefile.in.orig     2004-08-23 16:22:09.000000000 +0900
++++ src/celestia/gtk/data/Makefile.in  2005-06-20 01:12:04.000000000 +0900
+@@ -253,11 +253,11 @@
+ qt_libraries = @qt_libraries@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+-schemasdir = $(GCONF_SCHEMA_FILE_DIR)
+-schemas_DATA = celestia.schemas
++@ENABLE_GTK_TRUE@schemasdir = $(GCONF_SCHEMA_FILE_DIR)
++@ENABLE_GTK_TRUE@schemas_DATA = celestia.schemas
+ 
+ EXTRA_DIST = $(schemas_DATA) celestia.png celestia.desktop
+-pkgdata_DATA = celestia.png
++@ENABLE_GTK_FALSE@pkgdata_DATA = celestia.png
+ 
+ @ENABLE_GTK_TRUE@Applicationsdir = $(datadir)/applications
+ @ENABLE_GTK_TRUE@Applications_DATA = celestia.desktop



Home | Main Index | Thread Index | Old Index