summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlja Kocken2018-09-07 10:58:27 +0200
committerIlja Kocken2018-09-07 10:58:27 +0200
commitcf7616e3c97efb4646e1f4c8864382a2fd93cd08 (patch)
tree970d417f8767eadc662172f35e543960b8536d35
parent30f5cf0fb8b05887d8b39fe96ed434b94751b993 (diff)
downloadaur-easotope-client.tar.gz
update icon source and license year
-rw-r--r--.SRCINFO9
-rw-r--r--LICENSE2
-rw-r--r--PKGBUILD13
-rw-r--r--icon.pngbin5084 -> 0 bytes
4 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d2f27e8481c..fb58fb9e0312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easotope-client
pkgdesc = Client for making isotopes easy
pkgver = 20180218
- pkgrel = 1
+ pkgrel = 2
url = http://easotope.org
arch = x86_64
license = GPL3
@@ -10,14 +10,13 @@ pkgbase = easotope-client
depends = gtk3
source = http://easotope.org/release/20180218/easotope_client_linux_x86_64.tar.gz
source = LICENSE
- source = icon.png
+ source = https://github.com/Easotope/easotope/raw/master/org.easotope.client/images/logo.png
source = easotope-client.sh
source = easotope-client.desktop
md5sums = db052a657ebef6e0661ec00b22934823
- md5sums = 86ddc7fdc30acbb5146c9820c1b771f1
- md5sums = 35db741960c2d1edd88d3c4f2a47d028
+ md5sums = 1b89e56ddb6254648c181b7aab8de233
+ md5sums = 85b92ad8ed1d778b8a8eba0541b1d59e
md5sums = 03f873d4be21190aa4b4d26becafd5e7
md5sums = 2f695968419ab83fc2ba6fc7de412d6a
pkgname = easotope-client
-
diff --git a/LICENSE b/LICENSE
index a625476f95f5..a99e01d7ca77 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright © 2016-2017 Devon Bowen, Switzerland
+Copyright © 2016-2018 Devon Bowen, Switzerland
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
diff --git a/PKGBUILD b/PKGBUILD
index 5eec729b2bd0..94db37e40829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilja Kocken <i.j.kocken at uu dot com>
pkgname=easotope-client
pkgver=20180218
-pkgrel=1
+pkgrel=2
pkgdesc="Client for making isotopes easy"
arch=('x86_64')
url="http://easotope.org"
@@ -10,13 +10,16 @@ license=('GPL3'
'custom:easotope')
depends=('gtk3')
source=("${url}/release/${pkgver}/${pkgname//-/_}_linux_x86_64.tar.gz"
+ # HTML license converted to plaintext taken from
+ # https://github.com/Easotope/easotope/blob/master/org.easotope.client/docs/en/license.html
"LICENSE"
- "icon.png"
+ # "https://github.com/Easotope/easotope/raw/master/org.easotope.client/icons/logo.ico"
+ "https://github.com/Easotope/easotope/raw/master/org.easotope.client/images/logo.png"
"${pkgname}.sh"
"${pkgname}.desktop")
md5sums=('db052a657ebef6e0661ec00b22934823'
- '86ddc7fdc30acbb5146c9820c1b771f1'
- '35db741960c2d1edd88d3c4f2a47d028'
+ '1b89e56ddb6254648c181b7aab8de233'
+ '85b92ad8ed1d778b8a8eba0541b1d59e'
'03f873d4be21190aa4b4d26becafd5e7'
'2f695968419ab83fc2ba6fc7de412d6a')
package() {
@@ -25,7 +28,7 @@ package() {
cp -r "${pkgname//-/_}/" "${pkgdir}/opt/${pkgname}/"
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 "icon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+ install -Dm644 "logo.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
}
diff --git a/icon.png b/icon.png
deleted file mode 100644
index f174eb49c9e7..000000000000
--- a/icon.png
+++ /dev/null
Binary files differ