Advertisement
Guest User

Untitled

a guest
Mar 25th, 2024
16
0
327 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | Software | 0 0
  1. diff --git a/.SRCINFO b/.SRCINFO
  2. index bf7d1b4..9b31d29 100644
  3. --- a/.SRCINFO
  4. +++ b/.SRCINFO
  5. @@ -1,7 +1,7 @@
  6. pkgbase = jameica
  7. pkgdesc = free runtime environment for java applications
  8. pkgver = 2.10.4
  9. - pkgrel = 2
  10. + pkgrel = 3
  11. url = https://www.willuhn.de/products/jameica/
  12. arch = x86_64
  13. arch = aarch64
  14. @@ -19,15 +19,11 @@ pkgbase = jameica
  15. sha1sums = da4fbe27bfe2e133cafb4328919f5fdcce815195
  16. source_x86_64 = https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-2.10.4.zip
  17. source_x86_64 = https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-2.10.4.zip.asc
  18. - source_x86_64 = swt-4.30-x86_64.zip::https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.30-202312010110/swt-4.30-gtk-linux-x86_64.zip
  19. sha1sums_x86_64 = bfaee83799f551a4c5403d59821d02d03e46a809
  20. sha1sums_x86_64 = SKIP
  21. - sha1sums_x86_64 = 700f31b53866b33aa2d3b9f7739d96aeca0ed07a
  22. source_aarch64 = https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-2.10.4.zip
  23. source_aarch64 = https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-2.10.4.zip.asc
  24. - source_aarch64 = swt-4.30-aarch64.zip::https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.30-202312010110/swt-4.30-gtk-linux-aarch64.zip
  25. sha1sums_aarch64 = a0e2a097766d28cb732b74c1203ba1e892cbd8f1
  26. sha1sums_aarch64 = SKIP
  27. - sha1sums_aarch64 = d182195695828f968c1b1c179b258374735b35f9
  28.  
  29. pkgname = jameica
  30. diff --git a/PKGBUILD b/PKGBUILD
  31. index 89bb760..6756acf 100644
  32. --- a/PKGBUILD
  33. +++ b/PKGBUILD
  34. @@ -2,7 +2,7 @@
  35. pkgname=jameica
  36. pkgver=2.10.4
  37. _pkgver=2.10
  38. -pkgrel=2
  39. +pkgrel=3
  40. pkgdesc="free runtime environment for java applications"
  41. #arch=('i686' 'x86_64' 'aarch64')
  42. arch=('x86_64' 'aarch64')
  43. @@ -14,11 +14,9 @@ makedepends=('unzip')
  44. #source_i686=("https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux-${pkgver}.zip"
  45. # "htTps://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux-${pkgver}.zip.asc")
  46. source_x86_64=("https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-${pkgver}.zip"
  47. - "https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-${pkgver}.zip.asc"
  48. - "swt-4.30-x86_64.zip::https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.30-202312010110/swt-4.30-gtk-linux-x86_64.zip")
  49. + "https://www.willuhn.de/products/jameica/releases/current/jameica/jameica-linux64-${pkgver}.zip.asc")
  50. source_aarch64=("https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-${pkgver}.zip"
  51. - "https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-${pkgver}.zip.asc"
  52. - "swt-4.30-aarch64.zip::https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.30-202312010110/swt-4.30-gtk-linux-aarch64.zip")
  53. + "https://willuhn.de/products/jameica/releases/current/jameica/jameica-linuxarm64-${pkgver}.zip.asc")
  54. validpgpkeys=("7314FBDE7D38EE5610D291B65A8ED9CFC0DB6C70") # Olaf Willuhn <info@willuhn.de>
  55. source=("jameica-start-script.patch" "jameicaserver-start-script.patch"
  56. "jameica.desktop")
  57. @@ -26,11 +24,9 @@ sha1sums=('a7b8b39822ac22d830aae03f292fda623977e526'
  58. '0664650342635fa5b0a9413dc8c22a65053ef234'
  59. 'da4fbe27bfe2e133cafb4328919f5fdcce815195')
  60. sha1sums_x86_64=('bfaee83799f551a4c5403d59821d02d03e46a809'
  61. - 'SKIP'
  62. - '700f31b53866b33aa2d3b9f7739d96aeca0ed07a')
  63. + 'SKIP')
  64. sha1sums_aarch64=('a0e2a097766d28cb732b74c1203ba1e892cbd8f1'
  65. - 'SKIP'
  66. - 'd182195695828f968c1b1c179b258374735b35f9')
  67. + 'SKIP')
  68. #sha1sums_i686=('7afbc5bb10e43479e100536559d174fb4259b1c7'
  69. # 'SKIP')
  70.  
  71. @@ -59,7 +55,4 @@ package() {
  72. #fi
  73. find "$pkgdir/opt/jameica" -type f -exec chmod 644 {} +
  74. install -Dm 644 "$srcdir"/jameica.desktop "$pkgdir"/usr/share/applications/jameica.desktop
  75. -
  76. - # temporary fix for SWT issues, see https://scripting-forum.derrichter.de/viewtopic.php?f=34&p=8036#p8036
  77. - install -Dm 644 "$srcdir"/swt.jar "$pkgdir"/opt/jameica/lib/swt/linux64/swt.jar
  78. }
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement