summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
-rw-r--r--seaview.desktop2
-rw-r--r--seaview.pngbin0 -> 25087 bytes
4 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc2b61e71b46..3f3e6fa0e882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,10 @@ pkgbase = seaview
optdepends = gblocks-bin: select blocks of evolutionarily conserved sites
source = http://doua.prabi.fr/software/seaview_data/seaview5-64.tgz
source = seaview.desktop
+ source = seaview.png
md5sums = c22422d4da24da45a0aa8a3c35e941bf
- md5sums = 0a7629bd71cda352c7314546c53d2839
+ md5sums = 43fa9e52949a5cd73f202af76e2cab56
+ md5sums = 337583df60b24d724d96e511a3f063ce
pkgname = seaview
diff --git a/PKGBUILD b/PKGBUILD
index f0c624b6a167..180d12a806ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,16 @@ optdepends=('clustal-omega: alignment'
'muscle: alignment'
'gblocks-bin: select blocks of evolutionarily conserved sites')
source=("http://doua.prabi.fr/software/seaview_data/seaview5-64.tgz"
- 'seaview.desktop')
+ 'seaview.desktop'
+ 'seaview.png')
md5sums=('c22422d4da24da45a0aa8a3c35e941bf'
- '0a7629bd71cda352c7314546c53d2839')
+ '43fa9e52949a5cd73f202af76e2cab56'
+ '337583df60b24d724d96e511a3f063ce')
package() {
install -d "$pkgdir"/usr/{bin,share/{seaview,applications}}
install -m644 seaview.desktop "$pkgdir/usr/share/applications/"
mv "$srcdir"/seaview/* "$pkgdir"/usr/share/seaview
ln -s "$pkgdir"/usr/share/seaview/seaview "$pkgdir"/usr/bin/seaview
+ install -Dm 755 "$srcdir"/seaview.png "$pkgdir"/usr/share/seaview/seaview.png
}
diff --git a/seaview.desktop b/seaview.desktop
index 7a024b8bb2ed..03f8c5d8014f 100644
--- a/seaview.desktop
+++ b/seaview.desktop
@@ -4,7 +4,7 @@
[Desktop Entry]
Version=1.0
Terminal=false
-Icon=seaview
+Icon=/usr/share/seaview/seaview.png
Exec=/usr/share/seaview/seaview %f
Name=SeaView
GenericName=Multiple sequence alignment editor
diff --git a/seaview.png b/seaview.png
new file mode 100644
index 000000000000..97bd907dbc26
--- /dev/null
+++ b/seaview.png
Binary files differ