prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
6.82k stars 812 forks source link

Feature: Change rofi package from `rofi-lbonn-wayland-git` to `rofi-wayland` #1791

Closed zeerayne closed 1 month ago

zeerayne commented 1 month ago

Pull Request

Description

rofi-lbonn-wayland-git aur package is not versioned properly and have frozen on version 1.7.5.wayland1.r42 which means if you want updated version, this package should be synced explicitly using yay/paru -S rofi-lbonn-wayland-git.

Recently in main arch repo rofi-wayland package has appeared. It is versioned properly and has version 1.7.5+wayland3 which corresponds to lbonn/rofi repo

The only one reason of this PR is to provide feature to update rofi automatically using <yay/paru> -Syu without necessity to update package explicitly.

Type of change

Please put an x in the boxes that apply:

Checklist

Please put an x in the boxes that apply:

kRHYME7 commented 1 month ago

FYI for paru -git will update just using -Syu for yay I think we need to enable the dev mode.

Thanks BTW.