Skip to content

Commit

Permalink
new package: labwc
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed Dec 14, 2024
1 parent e196aa8 commit 3d73326
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 0 deletions.
22 changes: 22 additions & 0 deletions x11-packages/labwc/0001-fix-path.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
diff --git a/src/common/dir.c b/src/common/dir.c
index 59db410..fdce0ed 100644
--- a/src/common/dir.c
+++ b/src/common/dir.c
@@ -30,7 +30,7 @@ static struct dir config_dirs[] = {
.path = "labwc"
}, {
.prefix = "XDG_CONFIG_DIRS",
- .default_prefix = "/etc/xdg",
+ .default_prefix = "@TERMUX_PREFIX@/etc/xdg",
.path = "labwc",
}, {
.path = NULL,
@@ -47,7 +47,7 @@ static struct dir theme_dirs[] = {
.path = ".themes",
}, {
.prefix = "XDG_DATA_DIRS",
- .default_prefix = "/usr/share:/usr/local/share:/opt/share",
+ .default_prefix = "@TERMUX_PREFIX@/share:@TERMUX_PREFIX@/local/share:@TERMUX_PREFIX@/opt/share",
.path = "themes",
}, {
.path = NULL,
Loading

0 comments on commit 3d73326

Please sign in to comment.