Balló György pushed to branch main at Arch Linux / Packaging / Packages / jadx
Commits:
008f5839 by Balló György at 2026-06-08T11:10:22+02:00
upgpkg: 1.5.5-2: Install icons for the desktop entry
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jadx
pkgdesc = Command line and GUI tools to produce Java source code from
Android Dex and APK files
pkgver = 1.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skylot/jadx
arch = any
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jadx
pkgver=1.5.5
-pkgrel=1
+pkgrel=2
pkgdesc='Command line and GUI tools to produce Java source code from Android
Dex and APK files'
url='https://github.com/skylot/jadx'
arch=(any)
@@ -43,6 +43,12 @@ package() {
ln -s /usr/share/java/${pkgname}/bin/jadx "${pkgdir}/usr/bin/jadx"
ln -s /usr/share/java/${pkgname}/bin/jadx-gui "${pkgdir}/usr/bin/jadx-gui"
install -Dm 644 contrib/jadx-gui.desktop -t
"${pkgdir}/usr/share/applications"
+ install -Dm 644 jadx-gui/src/main/resources/logos/jadx-logo.svg
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/jadx.svg"
+
+ for res in 16 32 48; do
+ install -Dm644 jadx-gui/src/main/resources/logos/jadx-logo-${res}px.png \
+ "$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/jadx.png"
+ done
install -Dm 644 LICENSE NOTICE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jadx/-/commit/008f58392fc0919bd963f3c083ab460a12912846
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jadx/-/commit/008f58392fc0919bd963f3c083ab460a12912846
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