diff options
author | markd <markd@pkgsrc.org> | 2007-01-26 04:25:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-26 04:25:46 +0000 |
commit | 60c020c40a7782f6bc05e26074cd87c382cd3763 (patch) | |
tree | a269e1e81fbfbc70905db23728e194907d3d52db /misc/celestia | |
parent | 0dca575b25a487948dad445d021293c292ea0470 (diff) | |
download | pkgsrc-60c020c40a7782f6bc05e26074cd87c382cd3763.tar.gz |
Update icons location of KDE apps. Bump PKGREVISION
Diffstat (limited to 'misc/celestia')
-rw-r--r-- | misc/celestia/Makefile | 4 | ||||
-rw-r--r-- | misc/celestia/distinfo | 4 | ||||
-rw-r--r-- | misc/celestia/options.mk | 4 | ||||
-rw-r--r-- | misc/celestia/patches/patch-aa | 5 |
4 files changed, 9 insertions, 8 deletions
diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile index 6afa48f3ff4..ed72d8a8e80 100644 --- a/misc/celestia/Makefile +++ b/misc/celestia/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2007/01/17 23:47:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/26 04:25:46 markd Exp $ DISTNAME= celestia-1.4.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=celestia/} diff --git a/misc/celestia/distinfo b/misc/celestia/distinfo index e3360fd6dcd..a6be7b88dab 100644 --- a/misc/celestia/distinfo +++ b/misc/celestia/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2006/12/13 16:45:42 obache Exp $ +$NetBSD: distinfo,v 1.16 2007/01/26 04:25:46 markd Exp $ SHA1 (celestia-1.4.1.tar.gz) = 37863498c43d3078b41027706bfa033bccd949a9 RMD160 (celestia-1.4.1.tar.gz) = c66c2540e329613dace12e5b12b2dae2a4c679e0 Size (celestia-1.4.1.tar.gz) = 23966886 bytes -SHA1 (patch-aa) = af449be4f92d3bc7e45feebd612f7d6b47299798 +SHA1 (patch-aa) = 04bfea9e2a83a4c9fbd3917e378b5812699ccbe9 SHA1 (patch-ab) = e749cc8a8bd9be9dd10b4f53e6d7878875a2aa57 SHA1 (patch-ac) = 22e1ed46c832f97a4f2f20b5b6d6255469ea6b90 SHA1 (patch-ad) = 175d8df4eb58aa24c548ba14dee5c5ae1f240e41 diff --git a/misc/celestia/options.mk b/misc/celestia/options.mk index 4b135b561ab..88bc539e93c 100644 --- a/misc/celestia/options.mk +++ b/misc/celestia/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2006/02/17 23:46:39 adam Exp $ +# $NetBSD: options.mk,v 1.2 2007/01/26 04:25:46 markd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.celestia PKG_SUPPORTED_OPTIONS= # empty @@ -30,6 +30,8 @@ PLIST_SRC= ${PKGDIR}/PLIST.gtk .if !empty(PKG_OPTIONS:Mkde) CONFIGURE_ARGS+= --with-kde PLIST_SRC= ${PKGDIR}/PLIST.kde +USE_DIRS+= kde3-1.0 +. include "../../graphics/hicolor-icon-theme/buildlink3.mk" . include "../../x11/kdelibs3/buildlink3.mk" .endif diff --git a/misc/celestia/patches/patch-aa b/misc/celestia/patches/patch-aa index 46a62eced23..e236d673cd8 100644 --- a/misc/celestia/patches/patch-aa +++ b/misc/celestia/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2006/08/14 22:43:08 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2007/01/26 04:25:46 markd Exp $ --- configure.orig 2006-02-15 21:53:09.000000000 +0000 +++ configure @@ -25,8 +25,7 @@ $NetBSD: patch-aa,v 1.5 2006/08/14 22:43:08 wiz Exp $ + kde_appsdir='\${datadir}/kde/applnk' fi if test -z "$kde_icondir"; then -- kde_icondir='\${datadir}/icons' -+ kde_icondir='\${datadir}/kde/icons' + kde_icondir='\${datadir}/icons' fi if test -z "$kde_sounddir"; then - kde_sounddir='\${datadir}/sounds' |