summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Conseil2016-07-07 22:08:10 +0200
committerSimon Conseil2016-07-07 22:08:10 +0200
commitf1ad43a80c08e298a034c4b78a2eaac4b1b7037b (patch)
tree8319ee5a263354d18e14aea1ad88a5d4b92638ba
parentc8fab761c9a825ae07be0d2ae6152ad517bf69b5 (diff)
downloadaur-f1ad43a80c08e298a034c4b78a2eaac4b1b7037b.tar.gz
4.3-3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
-rw-r--r--tc3.gifbin2816 -> 0 bytes
-rw-r--r--topcat.desktop10
-rw-r--r--topcat.pngbin0 -> 2714 bytes
5 files changed, 28 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60cf3fe76f9d..c6986913cbb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jul 7 20:07:40 UTC 2016
pkgbase = topcat
pkgdesc = Tool for OPerations on Catalogues And Tables
- pkgver = 4.3.1
+ pkgver = 4.3.3
pkgrel = 1
url = http://www.star.bris.ac.uk/~mbt/topcat/
arch = any
@@ -8,12 +10,14 @@ pkgbase = topcat
depends = java-environment
depends = sh
noextract = topcat-full.jar
- source = ftp://andromeda.star.bris.ac.uk/pub/star/topcat/v4.3-1/topcat-full.jar
+ source = ftp://andromeda.star.bris.ac.uk/pub/star/topcat/v4.3-3/topcat-full.jar
source = topcat
- source = tc3.gif
- md5sums = 046fc9f7c23696f53d404397e5a9d935
+ source = topcat.png
+ source = topcat.desktop
+ md5sums = 9faad3b9fc8f91d1183f2d0f65802c40
md5sums = 5f2df6a05c72b5641bf6a2b1c29173ed
- md5sums = 7ff53d3f87a464f70e5de7c8531cb2df
+ md5sums = 787868860ed7b0cc70595fa96dbff3da
+ md5sums = c00fecfd325398c2bcbd08ac76456c6e
pkgname = topcat
diff --git a/PKGBUILD b/PKGBUILD
index 0bb527807d82..753be69f822e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Conseil <contact+aur at saimon dot org>
pkgname=topcat
-pkgver=4.3.1
-_pkgver=4.3-1
+pkgver=4.3.3
+_pkgver=4.3-3
pkgrel=1
pkgdesc="Tool for OPerations on Catalogues And Tables"
arch=('any')
@@ -10,17 +10,20 @@ depends=('java-environment' 'sh')
license=('GPL')
noextract=('topcat-full.jar')
source=("ftp://andromeda.star.bris.ac.uk/pub/star/topcat/v${_pkgver}/topcat-full.jar"
- "topcat" "tc3.gif")
-md5sums=('046fc9f7c23696f53d404397e5a9d935'
+ "topcat" "topcat.png" "topcat.desktop")
+md5sums=('9faad3b9fc8f91d1183f2d0f65802c40'
'5f2df6a05c72b5641bf6a2b1c29173ed'
- '7ff53d3f87a464f70e5de7c8531cb2df')
+ '787868860ed7b0cc70595fa96dbff3da'
+ 'c00fecfd325398c2bcbd08ac76456c6e')
package() {
cd "$srcdir"
mkdir -p "$pkgdir/usr/share/java"
mkdir -p "$pkgdir/usr/bin"
+ mkdir -p "$pkgdir/usr/share/applications"
mkdir -p "$pkgdir/usr/share/pixmaps"
install -m644 "$srcdir"/topcat-full.jar "$pkgdir"/usr/share/java
install -m755 "$srcdir"/topcat "$pkgdir"/usr/bin/topcat
- install -m755 "$srcdir"/tc3.gif "$pkgdir"/usr/share/pixmaps
+ install -m755 "$srcdir"/topcat.png "$pkgdir"/usr/share/pixmaps
+ install -m755 "$srcdir"/topcat.desktop "$pkgdir"/usr/share/applications
}
diff --git a/tc3.gif b/tc3.gif
deleted file mode 100644
index c1f68a4f6088..000000000000
--- a/tc3.gif
+++ /dev/null
Binary files differ
diff --git a/topcat.desktop b/topcat.desktop
new file mode 100644
index 000000000000..4f6c8f7061bc
--- /dev/null
+++ b/topcat.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name= Topcat
+GenericName= Topcat
+Comment=Tool for OPerations on Catalogues And Tables
+Exec=topcat
+Icon=topcat
+Terminal=false
+Type=Application
+Categories=Application;Sciences;Other;
diff --git a/topcat.png b/topcat.png
new file mode 100644
index 000000000000..5faff943d13e
--- /dev/null
+++ b/topcat.png
Binary files differ