diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-07-03 19:32:09 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-07-03 19:32:09 +0000 |
commit | 776bfd73e26c09dbd448916fa16ee3badc88368e (patch) | |
tree | d5ace09c8cba0df2446326116906b1344986aacb /net-nntp/pan/files | |
parent | whitespace fix. (diff) | |
download | gentoo-2-776bfd73e26c09dbd448916fa16ee3badc88368e.tar.gz gentoo-2-776bfd73e26c09dbd448916fa16ee3badc88368e.tar.bz2 gentoo-2-776bfd73e26c09dbd448916fa16ee3badc88368e.zip |
Install desktop file in new location, and add Categories entry, bug #97815.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-nntp/pan/files')
-rw-r--r-- | net-nntp/pan/files/digest-pan-0.14.2-r1 | 1 | ||||
-rw-r--r-- | net-nntp/pan/files/digest-pan-0.14.2.91-r3 | 1 | ||||
-rw-r--r-- | net-nntp/pan/files/pan-0.14.2-update-desktop-file.patch | 29 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net-nntp/pan/files/digest-pan-0.14.2-r1 b/net-nntp/pan/files/digest-pan-0.14.2-r1 new file mode 100644 index 000000000000..5001d5275c91 --- /dev/null +++ b/net-nntp/pan/files/digest-pan-0.14.2-r1 @@ -0,0 +1 @@ +MD5 ed3188e7059bb6d6c209ee5d46ac1852 pan-0.14.2.tar.bz2 1834784 diff --git a/net-nntp/pan/files/digest-pan-0.14.2.91-r3 b/net-nntp/pan/files/digest-pan-0.14.2.91-r3 new file mode 100644 index 000000000000..8d1304772a69 --- /dev/null +++ b/net-nntp/pan/files/digest-pan-0.14.2.91-r3 @@ -0,0 +1 @@ +MD5 4770d899a1c1ba968ce96bc5aeb07b62 pan-0.14.2.91.tar.bz2 1919099 diff --git a/net-nntp/pan/files/pan-0.14.2-update-desktop-file.patch b/net-nntp/pan/files/pan-0.14.2-update-desktop-file.patch new file mode 100644 index 000000000000..54e99cde7116 --- /dev/null +++ b/net-nntp/pan/files/pan-0.14.2-update-desktop-file.patch @@ -0,0 +1,29 @@ +--- pan-0.14.2.91/Makefile.am 2005-07-03 21:11:21.000000000 +0200 ++++ pan-0.14.2.91.az/Makefile.am 2005-07-03 21:12:03.000000000 +0200 +@@ -18,7 +18,7 @@ + $(DESKTOP_FILES) \ + intltool-extract.in intltool-merge.in intltool-update.in + +-Productivitydir = $(datadir)/gnome/apps/Internet ++Productivitydir = $(datadir)/applications + Productivity_DATA = $(DESKTOP_FILES) + + icon_DATA = pan.png +--- pan-0.14.2.91/Makefile.in 2005-07-03 21:11:27.000000000 +0200 ++++ pan-0.14.2.91.az/Makefile.in 2005-07-03 21:12:20.000000000 +0200 +@@ -148,7 +148,7 @@ + intltool-extract.in intltool-merge.in intltool-update.in + + +-Productivitydir = $(datadir)/gnome/apps/Internet ++Productivitydir = $(datadir)/applications + Productivity_DATA = $(DESKTOP_FILES) + + icon_DATA = pan.png +--- pan-0.14.2.91/pan.desktop.in 2005-07-03 21:10:11.000000000 +0200 ++++ pan-0.14.2.91.az/pan.desktop.in 2005-07-03 21:10:28.000000000 +0200 +@@ -6,3 +6,4 @@ + Icon=pan.png + Terminal=false + Type=Application ++Categories=Application;Network; |