domschrei / krunner-symbols

A lightweight KRunner plugin (Plasma 5) to retrieve unicode symbols, or any other string, based on a corresponding keyword.
GNU General Public License v3.0
117 stars 12 forks source link

Allow system-wide install and don't require root in pkgbuild #2

Closed icewind1991 closed 8 years ago

icewind1991 commented 8 years ago

For the source you'll either want to tag a release on github and use the release tar as source, or change the pkg into a -git package and have the pkgver calculated from git commit hash

To test you'll need to edit the source from

source=("git+https://github.com/domschrei/krunner-symbols.git")

to

source=("git+https://github.com/icewind1991/krunner-symbols.git")
domschrei commented 8 years ago

Thank you, this is really helpful!

Concerning the config files, I'm about to implement some more abstract configuration management by using KConfig. Yeah, what I did with the pkgbuild and .tar was some tinkering and trying what works and what doesn't. When I'm happy with the config management, I'm going to tag a first release and upload to AUR.