diff options
author | markd <markd@pkgsrc.org> | 2003-11-27 13:45:25 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-11-27 13:45:25 +0000 |
commit | 608ba88e6a6b3a8da27ea7c0980f5154f27a3d33 (patch) | |
tree | 67194d231f585ac6d2ccf805b4d974e5ff11a192 /misc/celestia | |
parent | 192cab73c6eba577f70dcd5d9bb59c5c2b8a4565 (diff) | |
download | pkgsrc-608ba88e6a6b3a8da27ea7c0980f5154f27a3d33.tar.gz |
For celestia-kde install additional KDE related files.
Fixes PR pkg/23323 from Ingolf Steinbach.
Bump PKGREVISION
Diffstat (limited to 'misc/celestia')
-rw-r--r-- | misc/celestia/distinfo | 4 | ||||
-rw-r--r-- | misc/celestia/patches/patch-af | 13 | ||||
-rw-r--r-- | misc/celestia/patches/patch-ag | 11 |
3 files changed, 27 insertions, 1 deletions
diff --git a/misc/celestia/distinfo b/misc/celestia/distinfo index 535a1044706..2247fac2480 100644 --- a/misc/celestia/distinfo +++ b/misc/celestia/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/05/09 00:23:56 salo Exp $ +$NetBSD: distinfo,v 1.3 2003/11/27 13:45:25 markd Exp $ SHA1 (celestia-1.3.0.tar.gz) = 1ec0c5520f9ca44d76df8828afe6cd2f3d361894 Size (celestia-1.3.0.tar.gz) = 15935711 bytes @@ -7,3 +7,5 @@ SHA1 (patch-ab) = 8e452ab8d693d0b79c89805adb6b876708285ec1 SHA1 (patch-ac) = 47bf6f71ea272f82dbbf661cd38e1a0f3e31abd3 SHA1 (patch-ad) = 76d5382d61154456d3f128e7ff170aaab0c2898b SHA1 (patch-ae) = 0487878520c9328adb27cd7b60f0f50e362f897e +SHA1 (patch-af) = df2dae0d054a475ee98286281780037f088f07bc +SHA1 (patch-ag) = 16a8ae890c82bf1fa4f89953a5ebfc1c07ec1491 diff --git a/misc/celestia/patches/patch-af b/misc/celestia/patches/patch-af new file mode 100644 index 00000000000..0ff5db9ab16 --- /dev/null +++ b/misc/celestia/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2003/11/27 13:45:25 markd Exp $ + +--- src/celestia/kde/data/celestia.desktop.orig 2003-11-28 02:03:58.000000000 +1300 ++++ src/celestia/kde/data/celestia.desktop +@@ -1,7 +1,7 @@ + [Desktop Entry] + Name=Celestia + Comment=Celestia +-Exec=celestia %f ++Exec=kcelestia %f + Terminal=false + Icon=celestia.png + MimeType=application/x-celestia-script diff --git a/misc/celestia/patches/patch-ag b/misc/celestia/patches/patch-ag new file mode 100644 index 00000000000..77a7c7f0894 --- /dev/null +++ b/misc/celestia/patches/patch-ag @@ -0,0 +1,11 @@ +$NetBSD: patch-ag,v 1.1 2003/11/27 13:45:25 markd Exp $ + +--- src/celestia/kde/data/celestia.protocol.orig 2003-11-28 02:04:06.000000000 +1300 ++++ src/celestia/kde/data/celestia.protocol +@@ -1,5 +1,5 @@ + [Protocol] +-exec=celestia %u ++exec=kcelestia %u + protocol=cel + input=none + output=none |