rbt 0.16.12 → 0.16.13

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rbt might be problematic. Click here for more details.

@@ -32,9 +32,9 @@ module RBT
32
32
  is_padded = false
33
33
  use_colours = false
34
34
  meson_command = 'meson'.dup
35
- # ======================================================================= #
35
+ # ======================================================================== #
36
36
  # === Handle Hashes next
37
- # ======================================================================= #
37
+ # ======================================================================== #
38
38
  if use_this_prefix.is_a? Hash
39
39
  _ = use_this_prefix
40
40
  # ===================================================================== #
@@ -57,19 +57,21 @@ module RBT
57
57
  use_this_prefix = _.delete(:prefix_to_use).to_s
58
58
  end
59
59
  end
60
- # ======================================================================= #
60
+ # ======================================================================== #
61
61
  # Always use the absolute path here:
62
- # ======================================================================= #
63
- unless use_this_build_directory.empty?
64
- use_this_build_directory = File.absolute_path(use_this_build_directory)
65
- unless use_this_build_directory.end_with?('/')
66
- use_this_build_directory = use_this_build_directory.dup
67
- use_this_build_directory << '/'
62
+ # ======================================================================== #
63
+ if use_this_build_directory
64
+ unless use_this_build_directory.empty?
65
+ use_this_build_directory = File.absolute_path(use_this_build_directory)
66
+ unless use_this_build_directory.end_with?('/')
67
+ use_this_build_directory = use_this_build_directory.dup
68
+ use_this_build_directory << '/'
69
+ end
68
70
  end
69
71
  end
70
- # ======================================================================= #
72
+ # ======================================================================== #
71
73
  # === Handle blocks next
72
- # ======================================================================= #
74
+ # ======================================================================== #
73
75
  if block_given?
74
76
  yielded = yield
75
77
  case yielded
@@ -13,7 +13,7 @@ module RBT
13
13
  # just an alias to it - stick to using VERSION instead "officially"
14
14
  # whenever possible.
15
15
  # ========================================================================= #
16
- VERSION = '0.16.12'
16
+ VERSION = '0.16.13'
17
17
  RBT_VERSION_NUMBER = VERSION # === RBT_VERSION_NUMBER
18
18
  PROGRAM_VERSION = VERSION # === PROGRAM_VERSION
19
19
 
@@ -23,7 +23,7 @@ module RBT
23
23
  # This specifies when the RBT project was last updated. It should be
24
24
  # updated whenever the VERSION constant changes.
25
25
  # ========================================================================= #
26
- LAST_UPDATE = '02.04.2024' # ← Keep this constant in DD.MM.YYYY notation.
26
+ LAST_UPDATE = '03.04.2024' # ← Keep this constant in DD.MM.YYYY notation.
27
27
 
28
28
  # ========================================================================= #
29
29
  # === URL_TO_THE_DOCUMENTATION
@@ -34,7 +34,7 @@ extracmakemodules:
34
34
  use_build_directory: no
35
35
  use_this_build_system: cmake
36
36
  sed:
37
- - sed -i '/"lib64"/s/64//' kde-modules/KDEInstallDirs.cmake
37
+ - sed -i '/"lib64"/s/64//' kde-modules/KDEInstallDirsCommon.cmake &&
38
38
  - sed -e '/PACKAGE_INIT/i set(SAVE_PACKAGE_PREFIX_DIR "${PACKAGE_PREFIX_DIR}")' -e '/^include/a set(PACKAGE_PREFIX_DIR "${SAVE_PACKAGE_PREFIX_DIR}")' -i ECMConfig.cmake.in
39
39
  tags:
40
40
  - kde
@@ -40,7 +40,7 @@ libproxy:
40
40
  - libproxy-1.0.pc
41
41
  prefix: f
42
42
  keep_extracted: yes
43
- use_build_directory: no
43
+ use_build_directory: yes
44
44
  use_this_build_system: meson
45
45
  tags:
46
46
  - gnome
@@ -83,7 +83,7 @@
83
83
  :run_make: true
84
84
  :run_make_check: false
85
85
  :sed:
86
- - - sed -i '/"lib64"/s/64//' kde-modules/KDEInstallDirs.cmake
86
+ - - sed -i '/"lib64"/s/64//' kde-modules/KDEInstallDirsCommon.cmake &&
87
87
  - sed -e '/PACKAGE_INIT/i set(SAVE_PACKAGE_PREFIX_DIR "${PACKAGE_PREFIX_DIR}")'
88
88
  -e '/^include/a set(PACKAGE_PREFIX_DIR "${SAVE_PACKAGE_PREFIX_DIR}")' -i ECMConfig.cmake.in
89
89
  :set_env_variables:
@@ -91,7 +91,7 @@
91
91
  :url2: https://github.com/libproxy/libproxy/releases
92
92
  :use_autoconf: false
93
93
  :use_autogen: false
94
- :use_build_directory: false
94
+ :use_build_directory: true
95
95
  :use_glib_schema: false
96
96
  :use_this_build_directory:
97
97
  :use_this_build_system: meson
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.12
4
+ version: 0.16.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ascii_paradise
@@ -406,7 +406,9 @@ files:
406
406
  - lib/rbt/actions/individual_actions/remove_outdated_archives/remove_outdated_archives.rb
407
407
  - lib/rbt/actions/individual_actions/sed_wrapper/sed_wrapper.rb
408
408
  - lib/rbt/actions/individual_actions/show_compile_chain/show_compile_chain.rb
409
+ - lib/rbt/actions/individual_actions/show_manual_steps/show_manual_steps.rb
409
410
  - lib/rbt/actions/individual_actions/simple_appdir_configure/simple_appdir_configure.rb
411
+ - lib/rbt/actions/individual_actions/software_manager/actions.rb
410
412
  - lib/rbt/actions/individual_actions/software_manager/deprecated.rb
411
413
  - lib/rbt/actions/individual_actions/software_manager/extract_related_code.rb
412
414
  - lib/rbt/actions/individual_actions/software_manager/initialize.rb
@@ -830,7 +832,6 @@ files:
830
832
  - lib/rbt/utility_scripts/show_dependencies_of.rb
831
833
  - lib/rbt/utility_scripts/show_dependencies_of_this_library.rb
832
834
  - lib/rbt/utility_scripts/show_description_and_extra_information.rb
833
- - lib/rbt/utility_scripts/show_manual_steps.rb
834
835
  - lib/rbt/utility_scripts/show_overview_over_available_utility_scripts.rb
835
836
  - lib/rbt/utility_scripts/simple_version_comparer.rb
836
837
  - lib/rbt/utility_scripts/simplified_ldd_output.rb
@@ -8662,7 +8663,7 @@ post_install_message: "\n With the RBT scripts, you should be able to install o
8662
8663
  see:\n\n scookie --help\n\n If you wish to search for common tags, such as
8663
8664
  tag \"ruby\" or tag\n \"php\", then try this:\n\n search_for_tags ruby\n search_for_tags
8664
8665
  php\n\n This can be found in the subdirectory bin/search_for_tags of\n this gem.\n\n
8665
- \ For more documentation, the official documentation, have a look at:\n\n https://www.rubydoc.info/gems/rbt/0.16.12\n\n
8666
+ \ For more documentation, the official documentation, have a look at:\n\n https://www.rubydoc.info/gems/rbt/0.16.13\n\n
8666
8667
  \ If you encounter any bug or oddities, feel free to drop an email\n to:\n\n shevy@inbox.lt\n\n
8667
8668
  \ (I do not check for mails daily, though, so this may take a \n while to process
8668
8669
  - apologies for that.)\n\n Thank you and have fun!\n\n"