mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-03 19:41:22 +03:00
include revision id in package comment
This commit is contained in:
parent
36853a424f
commit
58d7b4f1a5
4
Makefile
4
Makefile
@ -49,7 +49,9 @@ $(FILE_SCRIPT): $(SRC)
|
||||
|
||||
$(FILE_META): res/metadata.desktop
|
||||
@mkdir -vp `dirname $(FILE_META)`
|
||||
sed "s/0\.0/$(PACKAGE_VER)/" $< > $(FILE_META)
|
||||
sed "s/\$$VER/$(PACKAGE_VER)/" $< \
|
||||
| sed "s/\$$REV/`git rev-parse HEAD | cut -b-7`/" \
|
||||
> $(FILE_META)
|
||||
|
||||
$(FILE_QML): res/main.qml
|
||||
@mkdir -vp `dirname $@`
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Krohnkite
|
||||
Comment=A dynamic tiling script for KWin
|
||||
Comment=A dynamic tiling script for KWin ($REV)
|
||||
#Icon=
|
||||
|
||||
X-Plasma-API=declarativescript
|
||||
@ -9,7 +9,7 @@ X-Plasma-MainScript=ui/main.qml
|
||||
X-KDE-PluginInfo-Author=Eon S. Jeon
|
||||
X-KDE-PluginInfo-Email=esjeon@hyunmu.am
|
||||
X-KDE-PluginInfo-Name=krohnkite
|
||||
X-KDE-PluginInfo-Version=0.0
|
||||
X-KDE-PluginInfo-Version=$VER
|
||||
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=MIT
|
||||
|
Loading…
Reference in New Issue
Block a user