Balló György pushed to branch main at Arch Linux / Packaging / Packages / intellij-idea-community-edition
Commits: 0121fd04 by Balló György at 2026-06-29T12:54:11+02:00 upgpkg: 4:2026.1.3-2: Fix StartupWMClass value Also remove libdbusmenu-glib from dependencies, which is not used recently. Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/work_items/19 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - idea.desktop Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = intellij-idea-community-edition pkgdesc = IDE for Java, Groovy and other programming languages with advanced refactoring features pkgver = 2026.1.3 - pkgrel = 1 + pkgrel = 2 epoch = 4 url = https://www.jetbrains.com/idea/ arch = x86_64 @@ -12,7 +12,6 @@ pkgbase = intellij-idea-community-edition depends = python depends = sh depends = ttf-font - depends = libdbusmenu-glib depends = fontconfig depends = hicolor-icon-theme optdepends = lldb: lldb frontend integration @@ -23,7 +22,7 @@ pkgbase = intellij-idea-community-edition source = idea.sh sha256sums = 127744bcbcf50042941962ff56cfff5950e8e31e732e82e23d525d53d37a6551 sha256sums = bc77750b4170318cc1fc03ea76c4e139a18f7175d540d03700b9065d4d57be21 - sha256sums = 049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93 + sha256sums = ca055f1511cda397f667008c1c999fc303d6a1a154da24e24f72baa3ca37028b sha256sums = 22cf581ae64b507a93695db1bda5066356e52f2adff43c9d91301120310dac8d pkgname = intellij-idea-community-edition ===================================== PKGBUILD ===================================== @@ -8,14 +8,14 @@ pkgver=2026.1.3 _build=261.25134.95 _jrever=21 _jdkver=21 -pkgrel=1 +pkgrel=2 epoch=4 pkgdesc='IDE for Java, Groovy and other programming languages with advanced refactoring features' url='https://www.jetbrains.com/idea/' arch=('x86_64') license=('Apache-2.0') backup=('usr/share/idea/bin/idea64.vmoptions') -depends=('giflib' "java-environment-openjdk=${_jrever}" 'python' 'sh' 'ttf-font' 'libdbusmenu-glib' 'fontconfig' 'hicolor-icon-theme') +depends=('giflib' "java-environment-openjdk=${_jrever}" 'python' 'sh' 'ttf-font' 'fontconfig' 'hicolor-icon-theme') makedepends=('git') optdepends=( 'lldb: lldb frontend integration' @@ -26,7 +26,7 @@ source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_bui idea.sh) sha256sums=('127744bcbcf50042941962ff56cfff5950e8e31e732e82e23d525d53d37a6551' 'bc77750b4170318cc1fc03ea76c4e139a18f7175d540d03700b9065d4d57be21' - '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93' + 'ca055f1511cda397f667008c1c999fc303d6a1a154da24e24f72baa3ca37028b' '22cf581ae64b507a93695db1bda5066356e52f2adff43c9d91301120310dac8d') prepare() { ===================================== idea.desktop ===================================== @@ -7,5 +7,5 @@ Exec=/usr/bin/idea %f Icon=idea Terminal=false StartupNotify=true -StartupWMClass=jetbrains-idea-ce +StartupWMClass=jetbrains-idea Categories=Development;IDE;Java; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/0121fd04adc51f57b9b8d511db4b32cf6981c9fa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/0121fd04adc51f57b9b8d511db4b32cf6981c9fa You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
