summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Latifi2021-03-18 10:27:32 +0100
committerFlorian Latifi2021-03-18 10:27:32 +0100
commit1728aab823332335e353c682dc02a5b5e066f099 (patch)
treeb18f97210f07b523ba4cb78e9447a7b08d17a128
parentfc251fe235fb940c209c3ce2d7d3a23d2a6843cf (diff)
downloadaur-1728aab823332335e353c682dc02a5b5e066f099.tar.gz
Update to 4.19
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
-rw-r--r--eclipse.desktop2
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cd96632f19e..21dde67c5c15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eclipse-platform
pkgdesc = A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
- pkgver = 4.18
+ pkgver = 4.19
pkgrel = 1
url = https://www.eclipse.org
arch = x86_64
@@ -8,15 +8,15 @@ pkgbase = eclipse-platform
depends = java-runtime>=11
depends = unzip
depends = webkit2gtk
- provides = eclipse=4.18
+ provides = eclipse=4.19
conflicts = eclipse-common
options = !strip
- source = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.18-202012021800/eclipse-platform-4.18-linux-gtk-x86_64.tar.gz&r=1
+ source = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.19-202103031800/eclipse-platform-4.19-linux-gtk-x86_64.tar.gz&r=1
source = eclipse.sh
source = eclipse.desktop
- sha512sums = 70f45aec80a882972ec333a5cd248211c5a9c2952142e22fea51812ae02ef663b08fb373d133da59558da8dd79e35b95457553cdc597fa6c1cd9404fcd650fc6
+ sha512sums = 9e0629e0acd18874a8600f0a48a33fc45833395108cdd4cb17ddbe874ec0dcbcef848f68ba54f52c055ac7c64611fd3610b933a942736a835a9c5a92c7d3b007
sha512sums = 71393b01c2774654e1b3348ceedd6b110c7f1b26da93da40dac653ce2103a34997ec0e9e7fd4e977d869c149d19ef39f59738717cc6762e39b0bc0e7d53df4ac
- sha512sums = 991a8a01765180b22276f2d3d3d5fa4dc2ff67c270658b2eb445cdae3fa9aa9efa376c531edbea158dabb23c6abb2a36511c0d3602c730dc037342bf9c098487
+ sha512sums = 5275e253fa00998d117e2a3bb9aaefe3db68829f569fe71f1338117f3a37bfda6643745a1e5f42e479da629749673c68fd1cfd757a55cbe194ae61781e9e57b5
pkgname = eclipse-platform
diff --git a/PKGBUILD b/PKGBUILD
index bdddc9e0c9f6..f8d0f85a10f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Jesus Jerez <jhuss@archlinux.org.ve>
pkgname=eclipse-platform
-pkgver=4.18
-_pkgbuild=202012021800
+pkgver=4.19
+_pkgbuild=202103031800
pkgrel=1
pkgdesc="A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager"
url="https://www.eclipse.org"
@@ -21,18 +21,18 @@ source=("http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/d
"eclipse.sh"
"eclipse.desktop")
-sha512sums=('70f45aec80a882972ec333a5cd248211c5a9c2952142e22fea51812ae02ef663b08fb373d133da59558da8dd79e35b95457553cdc597fa6c1cd9404fcd650fc6'
+sha512sums=('9e0629e0acd18874a8600f0a48a33fc45833395108cdd4cb17ddbe874ec0dcbcef848f68ba54f52c055ac7c64611fd3610b933a942736a835a9c5a92c7d3b007'
'71393b01c2774654e1b3348ceedd6b110c7f1b26da93da40dac653ce2103a34997ec0e9e7fd4e977d869c149d19ef39f59738717cc6762e39b0bc0e7d53df4ac'
- '991a8a01765180b22276f2d3d3d5fa4dc2ff67c270658b2eb445cdae3fa9aa9efa376c531edbea158dabb23c6abb2a36511c0d3602c730dc037342bf9c098487')
+ '5275e253fa00998d117e2a3bb9aaefe3db68829f569fe71f1338117f3a37bfda6643745a1e5f42e479da629749673c68fd1cfd757a55cbe194ae61781e9e57b5')
package() {
install -d ${pkgdir}/usr/bin ${pkgdir}/usr/lib ${pkgdir}/usr/share/applications
install -m755 "${srcdir}/eclipse.sh" "${pkgdir}/usr/bin/eclipse"
install -Dm644 "${srcdir}/eclipse.desktop" "${pkgdir}/usr/share/applications/"
-
+
for _i in 16 32 48 256; do
install -Dm644 "${srcdir}"/eclipse/plugins/org.eclipse.platform_*/eclipse${_i}.png "$pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse.png"
done
-
+
mv "${srcdir}/eclipse" "${pkgdir}/usr/lib/"
}
diff --git a/eclipse.desktop b/eclipse.desktop
index ab0eb20826a6..a825d2c6cff6 100644
--- a/eclipse.desktop
+++ b/eclipse.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
-Version=4.18
+Version=4.19
Name=Eclipse
Comment=Open Development Platform
Exec=eclipse