Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ duf-deb
dunst
dust-bin
easy-zsh-config-git
eclipse-rcp-bin
eddie-ui-deb
electerm-deb
electronmail-deb
Expand Down
15 changes: 15 additions & 0 deletions packages/eclipse-rcp-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pkgbase = eclipse-rcp-bin
pkgver = 4.38
pkgdesc = IDE for Rich Client Platform (RCP) and Remote Application Platform (RAP)
url = https://eclipse.org/ide
arch = amd64
depends = libwebkit2gtk-4.1-0
backup = usr/lib/eclipse/eclipse.ini
license = EPL-2.0
maintainer = Matthias Mailänder <matthias@mailaender.name>
source = https://cdimage.debian.org/mirror/eclipse.org/technology/epp/downloads/release/2025-12/R/eclipse-rcp-2025-12-R-linux-gtk-x86_64.tar.gz
source = eclipse.desktop::https://raw.githubusercontent.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build/refs/heads/master/desktopintegration/eclipse.desktop
sha512sums = da602d56b34add410de69ea8674c52da8f9418a064216f3ef9508d8f825d252685daa08e0d2a238dbf96311cd35239aef1b8c8f88c96b234c310f0d635cdff2c
sha512sums = 824875ab1454349a58eb2bb6fd70edd5e7a8e14a9b999372024374a1e04722398095db9bdba91b17bfb424c1e1271446f0370c79596f35fb516dbada31aebec5

pkgname = eclipse-rcp-bin
28 changes: 28 additions & 0 deletions packages/eclipse-rcp-bin/eclipse-rcp-bin.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
pkgname="eclipse-rcp-bin"
pkgver="4.38"
_release="2025-12"
pkgdesc="IDE for Rich Client Platform (RCP) and Remote Application Platform (RAP)"
arch=('amd64')
url="https://eclipse.org/ide"
license=('EPL-2.0')
depends=('libwebkit2gtk-4.1-0')
source=("https://cdimage.debian.org/mirror/eclipse.org/technology/epp/downloads/release/${_release}/R/eclipse-rcp-${_release}-R-linux-gtk-x86_64.tar.gz"
"eclipse.desktop::https://raw.githubusercontent.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build/refs/heads/master/desktopintegration/eclipse.desktop")
sha512sums=('da602d56b34add410de69ea8674c52da8f9418a064216f3ef9508d8f825d252685daa08e0d2a238dbf96311cd35239aef1b8c8f88c96b234c310f0d635cdff2c'
'824875ab1454349a58eb2bb6fd70edd5e7a8e14a9b999372024374a1e04722398095db9bdba91b17bfb424c1e1271446f0370c79596f35fb516dbada31aebec5')
backup=('usr/lib/eclipse/eclipse.ini')
maintainer=("Matthias Mailänder <matthias@mailaender.name>")

package() {
install -d "${pkgdir}/usr/lib"
cp -r eclipse "${pkgdir}/usr/lib/eclipse"
install -d "${pkgdir}/usr/bin"
ln -s /usr/lib/eclipse/eclipse "${pkgdir}/usr/bin/eclipse"

install -Dm0644 eclipse.desktop "${pkgdir}/usr/share/applications/eclipse.desktop"

for i in 16 22 24 32 48 64 128 256 512 1024; do
install -Dm0644 eclipse/plugins/org.eclipse.platform_"${pkgver}"*/eclipse"${i}".png \
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/eclipse.png"
done
}
16 changes: 16 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -2710,6 +2710,22 @@ pkgbase = easy-zsh-config-git

pkgname = easy-zsh-config-git
---
pkgbase = eclipse-rcp-bin
pkgver = 4.38
pkgdesc = IDE for Rich Client Platform (RCP) and Remote Application Platform (RAP)
url = https://eclipse.org/ide
arch = amd64
depends = libwebkit2gtk-4.1-0
backup = usr/lib/eclipse/eclipse.ini
license = EPL-2.0
maintainer = Matthias Mailänder <matthias@mailaender.name>
source = https://cdimage.debian.org/mirror/eclipse.org/technology/epp/downloads/release/2025-12/R/eclipse-rcp-2025-12-R-linux-gtk-x86_64.tar.gz
source = eclipse.desktop::https://raw.githubusercontent.com/eclipse-linuxtools/org.eclipse.linuxtools.eclipse-build/refs/heads/master/desktopintegration/eclipse.desktop
sha512sums = da602d56b34add410de69ea8674c52da8f9418a064216f3ef9508d8f825d252685daa08e0d2a238dbf96311cd35239aef1b8c8f88c96b234c310f0d635cdff2c
sha512sums = 824875ab1454349a58eb2bb6fd70edd5e7a8e14a9b999372024374a1e04722398095db9bdba91b17bfb424c1e1271446f0370c79596f35fb516dbada31aebec5

pkgname = eclipse-rcp-bin
---
pkgbase = eddie-ui-deb
gives = eddie-ui
pkgver = 2.24.6
Expand Down