Add configurable Plasma panel scroll and click actions
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: MIT
|
||||
set -euo pipefail
|
||||
repo_root=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)
|
||||
topdir="$repo_root/rpmbuild"
|
||||
mkdir -p "$topdir"/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
|
||||
tar -C "$repo_root" --transform='s,^plasma-panel-actions,plasma-panel-actions-0.1.0,' \
|
||||
-czf "$topdir/SOURCES/plasma-panel-actions-0.1.0.tar.gz" \
|
||||
plasma-panel-actions/CMakeLists.txt plasma-panel-actions/src \
|
||||
plasma-panel-actions/package plasma-panel-actions/controller plasma-panel-actions/data \
|
||||
plasma-panel-actions/tests plasma-panel-actions/README.md
|
||||
install -m 0644 "$repo_root/LICENSE" "$topdir/SOURCES/LICENSE"
|
||||
rpmbuild --define "_topdir $topdir" -bb "$repo_root/plasma-panel-actions/plasma-panel-actions.spec"
|
||||
Reference in New Issue
Block a user