1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-05 21:34:14 +01:00

Align version string in info panel for wmaker

This commit is contained in:
2023-03-21 21:03:24 +01:00
parent 4a3debae68
commit b5ddbf5fa7
2 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ src_prepare() {
# Add info about commit in About window
local git_revision=$(git log --pretty=format:'%h' -n 1)
sed -i -e "s/\(AC_INIT(\[WindowMaker\],\[[^]]*\)\]/\1, rev.${git_revision}\]/" configure.ac || die
# Align version string to the right (I have very small fonts set in
# config)
sed -i -e "s/panel->versionL, WMScaleX(30)/panel->versionL, WMScaleX(88)/" src/dialog.c || die
# Fix some paths
for file in WindowMaker/*menu* util/wmgenmenu.c; do