update ghostty
- refactor remaiing source packages to new standard
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
git_repo: "{{ pkgconfig.neovim.git_repo }}"
|
||||
git_path: "{{ d_tempdir.path }}/neovim"
|
||||
build_type: "{{ pkgconfig.neovim.build_type }}"
|
||||
clean: "{{ pkgconfig.neovim.clean_install }}"
|
||||
clean: "{{ pkgconfig_neovim.clean | default(default.clean_src) }}"
|
||||
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
|
||||
|
||||
- name: Set neovim config for appimage install
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
installed_files: "{{ pkgconfig.nwg_hello.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/nwg-hello"
|
||||
build_deps: "{{ pkgconfig.nwg_hello.bulid_deps[ansible_os_family] }}"
|
||||
clean: "{{ pkgconfig.nwg_hello.clean | default(false) }}"
|
||||
clean: "{{ pkgconfig_nwg_hello_clean | default(default.clean_src) }}"
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
build_deps: "{{ pkgconfig.sdbus_cpp_2.build_deps[ansible_os_family] }}"
|
||||
git_path: "{{ d_tempdir.path }}/sdbus-cpp"
|
||||
prefix: "/usr/local"
|
||||
clean: "{{ pkgconfig.sdbus_cpp_2.clean }}"
|
||||
clean: "{{ pkgconfig_sdbus_cpp_2_clean | default(default.clean_src) }}"
|
||||
|
||||
@@ -5,3 +5,6 @@
|
||||
repo: "{{ pkgconfig.uwsm.repo }}"
|
||||
build_deps: "{{ pkgconfig.uwsm.build_deps[ansible_os_family] }}"
|
||||
deps: "{{ pkgconfig.uwsm.deps[ansible_os_family] }}"
|
||||
clean: "{{ pkgconfig_uwsm_clean | default(default.clean_src) }}"
|
||||
installed_files: "{{ pkgconfig.uwsm.build_installed_files }}"
|
||||
prefix: "/usr/local"
|
||||
|
||||
Reference in New Issue
Block a user