summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-06-22remove accidentally committed SSH credentialsSanjaya Danushka
2026-06-22fix: remove pkgver() function and bump pkgrel to 4Sanjaya Danushka
- Remove pkgver() function that produced incorrect version strings from git describe (v2.0 tag produced 2.0.rN.gHASH instead of 2.0.0) - Bump pkgrel from 3 to 4 for AUR version tracking
2026-06-05Fix pkgver to 2.0.0 (numeric suffix beats alpha in vercmp)Sanjaya Danushka
2026-06-05Bump pkgrel to 3 (real logo icon)Sanjaya Danushka
2026-06-05Fix start menu icon: use real NeoArch logo (icon.png)Sanjaya Danushka
2026-06-05Fix start menu icon: use brand/neoarch.svg instead of app.pngSanjaya Danushka
2026-06-05Bump pkgrel to 2 (fix broken entry point)Sanjaya Danushka
2026-06-05Fix entry point: aurora_home.py no longer exists, use python -m neoarchSanjaya Danushka
2026-06-05Strip 'v' prefix from pkgver() to fix version comparisonSanjaya Danushka
2026-06-05Fix icon path: use app.png instead of missing NeoarchLogo.svg, fix desktop ↵Sanjaya Danushka
Icon entry
2026-06-05Update to v2.0Sanjaya Danushka
2025-11-17large searchbox trigger issue fixedSanjaya Danushka
2025-11-17Update to v1.2.beta with discover search UX improvementsSanjaya Danushka
2025-11-16Update to v1.2-betaSanjaya Danushka
2025-11-16Update to v1.2-beta.1Sanjaya Danushka
2025-11-15AUR: bump pkgver to v1.2.beta.1.r1.g962ec68 (v1.2-beta.1)Sanjaya Danushka
2025-11-15Bump pkgrel to trigger rebuildSanjaya Danushka
2025-11-15Update PKGBUILD to use dynamic version from git tagsSanjaya Danushka
2025-11-12Update PKGBUILD: Change icon from PNG to SVG formatSanjaya Danushka
2025-11-11Update pkgrel for local icon additionSanjaya Danushka
- Added local.svg icon for Local packages source - Fixed local icon path in source configuration - Increment pkgrel to 2 for new release
2025-11-11Update to latest NeoarchSanjaya Danushka
2025-11-09Fix pkexec session isolation breaking D-BusSanjaya Danushka
- Increment pkgrel to 10 - Remove os.setsid for pkexec commands to maintain D-Bus connection - os.setsid was creating new session group breaking polkit agent communication - This should FINALLY fix the /dev/tty authentication errors The issue was that os.setsid isolates the process from the parent session, preventing pkexec from accessing the D-Bus session bus even when DBUS_SESSION_BUS_ADDRESS is set.
2025-11-09Add D-Bus session bus for pkexec authenticationSanjaya Danushka
- Increment pkgrel to 9 - Add DBUS_SESSION_BUS_ADDRESS to pkexec environment - This is the CRITICAL fix for pkexec to communicate with polkit agent - Resolves textual authentication agent fallback to /dev/tty - Should finally fix all pacman and AUR authentication issues
2025-11-09Fix pkexec GUI environment for proper authenticationSanjaya Danushka
- Increment pkgrel to 8 - Ensure DISPLAY, XAUTHORITY, WAYLAND_DISPLAY are set for pkexec - Fixes textual authentication agent fallback - Enables proper GUI password dialogs for pacman and AUR This should completely resolve the /dev/tty authentication errors.
2025-11-09Fix all authentication issues with pkexecSanjaya Danushka
- Increment pkgrel to 7 - Complete authentication overhaul using pkexec with polkit agents - Fixes AUR authentication (now working\!) - Fixes pacman /dev/tty authentication errors - Removes complex sudo askpass approach - Uses system's existing polkit authentication agents - Works with KDE, GNOME, and other desktop environments Thanks to Gemini's suggestion to use pkexec instead of sudo with custom askpass scripts\!
2025-11-09Improve AUR authentication debugging and error handlingSanjaya Danushka
- Increment pkgrel to 6 - Enhanced debugging output for AUR authentication failures - Better error detection and user-friendly messages - Simplified paru/yay command flags for better compatibility - Comprehensive stderr logging to diagnose authentication issues - Proactive warning for missing GUI authentication tools
2025-11-09Fix AUR and Flatpak authentication issuesSanjaya Danushka
- Increment pkgrel to 5 - Includes debug logging for askpass authentication - Fixes Flatpak 'Error creating textual authentication agent' issue - Resolves AUR installation cancellation problems - Improves authentication environment handling - Adds comprehensive debugging for authentication troubleshooting
2025-11-09Fix Hyprland/Wayland authentication issuesSanjaya Danushka
- Increment pkgrel to 4 - Includes intelligent authentication method detection - Fixes 'No authentication agent found' error in Hyprland - Improves compatibility with minimal Wayland compositors - Resolves sudo authentication failures for package operations
2025-11-09Fix sudo authentication issues in AUR packageSanjaya Danushka
- Increment pkgrel to 3 - Includes fixes for GUI environment setup and authentication - Resolves install/uninstall/update operations failing silently - Improves askpass script handling and error recovery
2025-11-09Fix PKGBUILD syntax: remove array from install directiveSanjaya Danushka
- Fix install=('neoarch-git.install') to install=neoarch-git.install - Resolves 'install should not be an array' error with paru/yay - Increment pkgrel to 2 - Update license to MIT to match project license
2025-11-08Fix PKGBUILD: remove post_install, add .install file, update MIT licenseSanjaya Danushka
2025-11-07Add post_install script to automatically add flathub remoteSanjaya Danushka
2025-11-07Fix PKGBUILD file paths for correct installationSanjaya Danushka
2025-11-07Fix PKGBUILD install paths and remove script execution in package()Sanjaya Danushka
2025-11-07Initial release of neoarch-gitSanjaya Danushka