yktoo / indicator-sound-switcher

Sound input/output selector indicator for Linux
https://yktoo.com/en/software/sound-switcher-indicator/
GNU General Public License v3.0
365 stars 28 forks source link

[BUG] build_package doesn't work on non dpkg systems #123

Closed mxmilkiib closed 2 years ago

mxmilkiib commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

 ./build_package 
Building indicator-sound-switcher version 2.3.9 revision 1...
./build_package: line 40: dpkg-parsechangelog: command not found
ERROR: The changelog doesn't start with the entry for version 2.3.9-1

I'm on Arch btw.

yktoo commented 2 years ago

I've originally made this script for myself to facilitate packaging, so this "works as designed."

If you just want to install from source, I'd recommend using the setup.py script.

mxmilkiib commented 2 years ago

I don't want to install, I just wanted to build the latest git version to test the black icon in a black icon tray problem. The AUR entry only points to the release, not head. But there was no obvious indicator-sound-switcher after build to run.

yktoo commented 2 years ago

Unfortunately I'm not familiar with Arch builds, so any help would be appreciated.