diff options
author | skrll <skrll@pkgsrc.org> | 2002-01-25 19:28:11 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-01-25 19:28:11 +0000 |
commit | 4f2c8debec545f7c5adfb138f82c5058062b23bd (patch) | |
tree | 2764e1c415c2c93f1e48c5e605a856d64ee60249 /x11/kdelibs2 | |
parent | cfb94a4276b97d21dc5bd51c29ea2e5b3be33d4f (diff) | |
download | pkgsrc-4f2c8debec545f7c5adfb138f82c5058062b23bd.tar.gz |
Fix the mimelnk/application/x-core.desktop pattern.
Closes pkg/15172 from Hume Smith <hclsmith@yahoo.ca>
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/distinfo | 3 | ||||
-rw-r--r-- | x11/kdelibs2/patches/patch-bu | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/kdelibs2/distinfo b/x11/kdelibs2/distinfo index 8fbe0f8d4a9..a155a90d787 100644 --- a/x11/kdelibs2/distinfo +++ b/x11/kdelibs2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2001/12/16 20:33:40 skrll Exp $ +$NetBSD: distinfo,v 1.14 2002/01/25 19:28:11 skrll Exp $ SHA1 (kdelibs-2.2.2.tar.bz2) = 6ae1096ffb547f317adca6b29cb9ce9dcaf1863c Size (kdelibs-2.2.2.tar.bz2) = 5955592 bytes @@ -48,3 +48,4 @@ SHA1 (patch-bq) = 37b760bcd4067d3adac6260377f16fcb6ffae909 SHA1 (patch-br) = e4098450a416d419a8ac947ad7a2244298c2c011 SHA1 (patch-bs) = 77b183070cc758feff760ffc44044eb2a6cd5005 SHA1 (patch-bt) = 96a5b587056abc922957e55898e222910ab98dca +SHA1 (patch-bu) = dfa7b7e83674ed795af0dc347ed95b1383a7f36d diff --git a/x11/kdelibs2/patches/patch-bu b/x11/kdelibs2/patches/patch-bu new file mode 100644 index 00000000000..923db7d3148 --- /dev/null +++ b/x11/kdelibs2/patches/patch-bu @@ -0,0 +1,13 @@ +$NetBSD: patch-bu,v 1.1 2002/01/25 19:28:12 skrll Exp $ + +--- mimetypes/application/x-core.desktop.orig Wed Sep 5 00:08:20 2001 ++++ mimetypes/application/x-core.desktop +@@ -1,7 +1,7 @@ + [Desktop Entry] + Type=MimeType + Icon=core +-Patterns=core; ++Patterns=*.core; + MimeType=application/x-core + Comment=Program crash data + Comment[az]=Proqram çökmə datası |