|
|
|
|
@ -22,7 +22,7 @@ init:
|
|
|
|
|
@echo "Initialize ..."; \
|
|
|
|
|
version="$$(cat VERSION.md)"; \
|
|
|
|
|
version=$${version:8}; \
|
|
|
|
|
search="s/string version_application.*$&"; \
|
|
|
|
|
search="s/string version_application.*"; \
|
|
|
|
|
echo $$search; \
|
|
|
|
|
replace="string version_application = \"$${version}\";"; \
|
|
|
|
|
sed -i -e "$$search/$$replace/gi" source/ubl-settings-manager.h; \
|
|
|
|
|
@ -115,6 +115,7 @@ install: check uninstall
|
|
|
|
|
install -dm755 /usr/share/icons/hicolor/$${SIZE}x$${SIZE}/apps; \
|
|
|
|
|
rsvg-convert -w $${SIZE} -h $${SIZE} -f svg --keep-image-data ${PKGNAME}.svg -o "/usr/share/icons/hicolor/$${SIZE}x$${SIZE}/apps/${PKGNAME}.svg"; \
|
|
|
|
|
done
|
|
|
|
|
@install -dm755 /usr/share/icons/hicolor/scalable/apps
|
|
|
|
|
@install -Dm644 -t /usr/share/icons/hicolor/scalable/apps/ ${PKGNAME}.svg
|
|
|
|
|
@install -Dm755 -t /usr/bin/ ${CMAKE_BUILD_DIR}/${PKGNAME}
|
|
|
|
|
@install -Dm644 -t /usr/share/applications/ ${PKGNAME}.desktop
|
|
|
|
|
|