From 957d7c0af934e1075216acf939aef1eb740d9b93 Mon Sep 17 00:00:00 2001 From: Marcin Orlowski Date: Wed, 5 Jan 2022 08:38:29 +0100 Subject: [PATCH 1/2] meta.sh now creates target directory too --- CHANGES.md | 3 +++ bin/meta.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d5cc07a..71b6d42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,2 +1,5 @@ +* v1.1.1 (2022-01-05) + * `meta.sh` now also creates targetd directory. + * v1.1.0 (2021-05-20) * `release.sh` will look for optional `releases/` folder in plasmoid root to puch final archive into (if present). diff --git a/bin/meta.sh b/bin/meta.sh index cb57862..286da09 100755 --- a/bin/meta.sh +++ b/bin/meta.sh @@ -17,6 +17,7 @@ declare -r ROOT_DIR="$(realpath "$(dirname "$(realpath "${0}")")/..")" source "${ROOT_DIR}/bin/common.sh" declare -r meta_file="${PLASMOID_ROOT}/contents/js/meta.js" +mkdir -p "$(dirname "${meta_file}")" dumpMeta > "${meta_file}" echo "Meta data file created: ${meta_file}" From cf700324553986bc836b16e6418b72ed16ca644f Mon Sep 17 00:00:00 2001 From: Marcin Orlowski Date: Wed, 5 Jan 2022 08:39:40 +0100 Subject: [PATCH 2/2] Bumped copyright year --- README.md | 2 +- bin/colors.sh | 2 +- bin/common.sh | 2 +- bin/install.sh | 2 +- bin/meta.sh | 2 +- bin/release.sh | 2 +- bin/test.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b2dcbf1..6e68391 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,6 @@ alias ometa "/bin/meta.sh" ## License ## - * Written and copyrighted ©2020-2021 by Marcin Orlowski + * Written and copyrighted ©2020-2022 by Marcin Orlowski * Plasmoid Tools is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) diff --git a/bin/colors.sh b/bin/colors.sh index f68fe41..f0daf66 100644 --- a/bin/colors.sh +++ b/bin/colors.sh @@ -2,7 +2,7 @@ # KDE Plasma Applets Developer Tools # # @author Marcin Orlowski -# @copyright 2020-2021 Marcin Orlowski +# @copyright 2020-2022 Marcin Orlowski # @license http://www.opensource.org/licenses/mit-license.php MIT # @link https://github.com/MarcinOrlowski/plasmoid-tools # diff --git a/bin/common.sh b/bin/common.sh index f85fef0..16d8575 100644 --- a/bin/common.sh +++ b/bin/common.sh @@ -3,7 +3,7 @@ # KDE Plasma Applets Developer Tools # # @author Marcin Orlowski -# @copyright 2020-2021 Marcin Orlowski +# @copyright 2020-2022 Marcin Orlowski # @license http://www.opensource.org/licenses/mit-license.php MIT # @link https://github.com/MarcinOrlowski/plasmoid-tools # diff --git a/bin/install.sh b/bin/install.sh index 522917c..400ecea 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -3,7 +3,7 @@ # KDE Plasma Applets Developer Tools # # @author Marcin Orlowski -# @copyright 2020-2021 Marcin Orlowski +# @copyright 2020-2022 Marcin Orlowski # @license http://www.opensource.org/licenses/mit-license.php MIT # @link https://github.com/MarcinOrlowski/plasmoid-tools # diff --git a/bin/meta.sh b/bin/meta.sh index 286da09..87d35bb 100755 --- a/bin/meta.sh +++ b/bin/meta.sh @@ -3,7 +3,7 @@ # KDE Plasma Applets Developer Tools # # @author Marcin Orlowski -# @copyright 2020-2021 Marcin Orlowski +# @copyright 2020-2022 Marcin Orlowski # @license http://www.opensource.org/licenses/mit-license.php MIT # @link https://github.com/MarcinOrlowski/plasmoid-tools # diff --git a/bin/release.sh b/bin/release.sh index 32d0d49..0ecb1db 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -3,7 +3,7 @@ # KDE Plasma Applets Developer Tools # # @author Marcin Orlowski -# @copyright 2020-2021 Marcin Orlowski +# @copyright 2020-2022 Marcin Orlowski # @license http://www.opensource.org/licenses/mit-license.php MIT # @link https://github.com/MarcinOrlowski/plasmoid-tools # diff --git a/bin/test.sh b/bin/test.sh index 80152a9..365c076 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -3,7 +3,7 @@ # KDE Plasma Applets Developer Tools # # @author Marcin Orlowski -# @copyright 2020-2021 Marcin Orlowski +# @copyright 2020-2022 Marcin Orlowski # @license http://www.opensource.org/licenses/mit-license.php MIT # @link https://github.com/MarcinOrlowski/plasmoid-tools #