makedeb
A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
Click here to go back to the commit logs for eclipse-platform.
Hash: 61a7e7ead4473fd83195399471bd5a3f15510f82
Message: modified: .SRCINFO
modified: PKGBUILD
diff --git a/.SRCINFO b/.SRCINFO
index 3413108..d3da29f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ postinst = postinst
prerm = prerm
pkgbase = eclipse-platform
pkgdesc = A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
-pkgrel = 5
+pkgrel = 6
pkgver = 4.29
url = https://www.eclipse.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6e96896..d0b9ad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=eclipse-platform
pkgver=4.29
_pkgbuild='I20230622-1800'
-pkgrel=5
+pkgrel=6
pkgdesc="A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager"
url="https://www.eclipse.org"
arch=("amd64" "arm64" "ppc64el")
@@ -45,6 +45,8 @@ prepare(){
}
package() {
+ cd "${srcdir}"
+ tar -zxf --no-same-owner --no-same-permissions eclipse.tar.gz
install -d "${pkgdir}/usr/share/applications/" "${pkgdir}/usr/bin/"
install -m 755 "${srcdir}/eclipse.sh" "${pkgdir}/usr/bin/eclipse"