[geany/geany-osx] 849c59: Rename the "patches" directory to "geany_patches"
Jiří Techet
git-noreply at xxxxx
Fri Oct 29 20:10:08 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Fri, 29 Oct 2021 20:10:08 UTC
Commit: 849c5981eaa393720b14268628c36be02803b39f
https://github.com/geany/geany-osx/commit/849c5981eaa393720b14268628c36be02803b39f
Log Message:
-----------
Rename the "patches" directory to "geany_patches"
Modified Paths:
--------------
README.md
geany.modules
geany_patches/01-geany_config_shell.patch
geany_patches/01-gtk_mac_integration_radio_fix.patch
geany_patches/03-geany_vte_login_shell.patch
geany_patches/03-vte_2.91_relpath.patch
Modified: README.md
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -34,7 +34,7 @@ A brief description of the contents of the project directory:
dependency specifications. Since the upstram project is in a constant
state of flux and fails to build frequently, this allows us to make
a snapshot of a working configuration for our build.
-* *patches*: various patches fixing dependencies to enable bundling.
+* *geany_patches*: various patches fixing dependencies to enable bundling.
* *utils*: various utility scripts.
### Configuration files
Modified: geany.modules
12 lines changed, 6 insertions(+), 6 deletions(-)
===================================================================
@@ -43,7 +43,7 @@
<branch module="vte/0.64/vte-${version}.tar.xz"
version="0.64.2">
<!-- Make paths relative to bundle (fallback to system paths if not found) -->
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/03-vte_2.91_relpath.patch" strip="1" />
+ <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/03-vte_2.91_relpath.patch" strip="1" />
</branch>
<dependencies>
<dep package="pcre2" />
@@ -66,7 +66,7 @@
<branch module="gtk-mac-integration/3.0/gtk-mac-integration-${version}.tar.xz"
checkoutdir="gtk-mac-integration-fixed"
version="3.0.1">
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-gtk_mac_integration_radio_fix.patch" strip="1" />
+ <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/01-gtk_mac_integration_radio_fix.patch" strip="1" />
</branch>
</autotools>
@@ -101,8 +101,8 @@
checkoutdir="geany-git"
revision="master" >
<!-- This patch corresponds to https://github.com/geany/geany/pull/2363 -->
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-geany_config_shell.patch" strip="1" />
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/03-geany_vte_login_shell.patch" strip="1" />
+ <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/01-geany_config_shell.patch" strip="1" />
+ <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/03-geany_vte_login_shell.patch" strip="1" />
</branch>
<dependencies>
<dep package="geany-deps" />
@@ -118,8 +118,8 @@
checkoutdir="geany-${version}"
version="1.38">
<!-- This patch corresponds to https://github.com/geany/geany/pull/2363 -->
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-geany_config_shell.patch" strip="1" />
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/03-geany_vte_login_shell.patch" strip="1" />
+ <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/01-geany_config_shell.patch" strip="1" />
+ <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/03-geany_vte_login_shell.patch" strip="1" />
</branch>
<dependencies>
<dep package="geany-deps" />
Modified: geany_patches/01-geany_config_shell.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: geany_patches/01-gtk_mac_integration_radio_fix.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: geany_patches/03-geany_vte_login_shell.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: geany_patches/03-vte_2.91_relpath.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list