summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--eclipse-rcptt.pngbin0 -> 12810 bytes
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63db2f850d1f..1212d2ba4d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = eclipse-rcptt
pkgdesc = Eclipse RCP Testing Tool IDE
pkgver = 2.5.4
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://eclipse.org/rcptt
arch = x86_64
license = EPL
depends = java-environment>=17
source = rcptt.ide-2.5.4-linux.gtk.x86_64.zip::https://www.eclipse.org/downloads/download.php?file=/rcptt/release/2.5.4/ide/rcptt.ide-2.5.4-linux.gtk.x86_64.zip&r=1
+ source = eclipse-rcptt.png
source = eclipse-rcptt.desktop
sha512sums = 3c4120932afdef245b265ce0775fe11f075e1427d92c69e4fa71390199e1b59d5534a18cfc0fd1c38de23fa89c1627a6ece562d6c1ddb5dfcf7ad476488c6c28
- sha512sums = 002a074ce1a41bc84bf688c21e3e8e94ba4662b167f459e5cc46397434565fab30520cc78e062407ac7eaba73d84604ff2d16aa27c3aa2d39cc9aea27d969d8c
+ sha512sums = SKIP
+ sha512sums = SKIP
pkgname = eclipse-rcptt
diff --git a/PKGBUILD b/PKGBUILD
index cba40c50bd74..0e6b8edd017c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,18 @@
pkgname=eclipse-rcptt
epoch=1
pkgver=2.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Eclipse RCP Testing Tool IDE"
arch=('x86_64')
url="https://eclipse.org/rcptt"
license=('EPL')
depends=('java-environment>=17')
source=("rcptt.ide-$pkgver-linux.gtk.x86_64.zip::https://www.eclipse.org/downloads/download.php?file=/rcptt/release/$pkgver/ide/rcptt.ide-$pkgver-linux.gtk.x86_64.zip&r=1"
+ "eclipse-rcptt.png"
"eclipse-rcptt.desktop")
sha512sums=('3c4120932afdef245b265ce0775fe11f075e1427d92c69e4fa71390199e1b59d5534a18cfc0fd1c38de23fa89c1627a6ece562d6c1ddb5dfcf7ad476488c6c28'
- '002a074ce1a41bc84bf688c21e3e8e94ba4662b167f459e5cc46397434565fab30520cc78e062407ac7eaba73d84604ff2d16aa27c3aa2d39cc9aea27d969d8c')
+ 'SKIP'
+ 'SKIP')
package() {
install -d "${pkgdir}/usr/lib"
@@ -20,8 +22,6 @@ package() {
install -d "${pkgdir}/usr/bin"
ln -s "/usr/lib/eclipse-rcptt/rcptt" "${pkgdir}/usr/bin/eclipse-rcptt"
- mkdir -p "${pkgdir}/usr/share/pixmaps/"
- ln -s "/usr/lib/eclipse-rcptt/icon.xpm" "${pkgdir}/usr/share/pixmaps/eclipse-rcptt.xpm"
-
+ install -Dm0644 "eclipse-rcptt.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/eclipse-rcptt.png"
install -Dm0644 "eclipse-rcptt.desktop" "${pkgdir}/usr/share/applications/eclipse-rcptt.desktop"
}
diff --git a/eclipse-rcptt.png b/eclipse-rcptt.png
new file mode 100644
index 000000000000..63db309b70f7
--- /dev/null
+++ b/eclipse-rcptt.png
Binary files differ