From: short <> Date: Wed, 15 Oct 2003 07:20:50 +0000 (+0000) Subject: +icons X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=d7da50ed4137518ea401c815028ed218d70d002b +icons --- diff --git a/autogen.pl b/autogen.pl index db72392..7338699 100755 --- a/autogen.pl +++ b/autogen.pl @@ -66,5 +66,7 @@ AutoGen->run( ./project/xbill/*.gif ./project/etherealmmse/*.gif ./project/etherealwsp/*.gif + ./project/gladewsrc/*.gif + ./project/muttsort/*.gif )], ); diff --git a/project/gladewsrc/ListItem.pm b/project/gladewsrc/ListItem.pm index c85c179..83116ae 100755 --- a/project/gladewsrc/ListItem.pm +++ b/project/gladewsrc/ListItem.pm @@ -32,6 +32,7 @@ our @ListItem=( "name"=>a_href('http://glade.gnome.org/','Glade').' -w', "platform"=>"patch", "priority"=>4, + "icon"=>"glade-icon", "summary"=>'Option --write-source for batch compilation', "download-original patch"=>'glade-0.5.7-writesource.diff', "link-ChangeLog entry"=>'http://cvs.gnome.org/bonsai/cvslog.cgi?file=glade%2Fglade/main.c&root=/cvs/gnome#1.10', diff --git a/project/gladewsrc/glade-icon.png b/project/gladewsrc/glade-icon.png new file mode 100644 index 0000000..3c23cad Binary files /dev/null and b/project/gladewsrc/glade-icon.png differ diff --git a/project/muttsort/ListItem.pm b/project/muttsort/ListItem.pm index 2512f85..bb75c0f 100755 --- a/project/muttsort/ListItem.pm +++ b/project/muttsort/ListItem.pm @@ -32,6 +32,7 @@ our @ListItem=( "name"=>a_href('http://www.mutt.org/','Mutt').' speedup', "platform"=>"patch", "priority"=>5, + "icon"=>"mutt_button", "summary"=>'Mailbox reading phase acceleration', "download-patch"=>'mutt-sort.diff', "license"=>"GPL", diff --git a/project/muttsort/mutt_button.png b/project/muttsort/mutt_button.png new file mode 100644 index 0000000..aa1f6fe Binary files /dev/null and b/project/muttsort/mutt_button.png differ diff --git a/project/patchd2/ListItem.pm b/project/patchd2/ListItem.pm index 26dbd80..4cbc2eb 100755 --- a/project/patchd2/ListItem.pm +++ b/project/patchd2/ListItem.pm @@ -32,6 +32,7 @@ our @ListItem=( "name"=>a_href('http://www.descent2.com/','Descent 2').' no-CD', "platform"=>"dos", "priority"=>2, + "icon"=>"d2-icon.jpeg", "download"=>"patchd2.zip", "summary"=>a_href('http://www.descent2.com/','Descent 2').' patch to avoid CD-ROM requirement', "license"=>"PD", diff --git a/project/patchd2/d2-icon.jpeg b/project/patchd2/d2-icon.jpeg new file mode 100644 index 0000000..d891379 Binary files /dev/null and b/project/patchd2/d2-icon.jpeg differ