Commit Graph

192835 Commits

Author SHA1 Message Date
Đoàn Trần Công Danh 2a3e9f4160 fcitx5-rime: update to 5.1.6. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh c0d124f38c fcitx5-qt: update to 5.1.6. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh 4bb738d852 fcitx5-m17n: update to 5.1.1. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh 059b61cbf3 fcitx5-lua: update to 5.0.13. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh ca34150d35 fcitx5-hangul: update to 5.1.3. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh f4015fc2ac fcitx5-gtk: update to 5.1.3. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh 68709c6c8b fcitx5-configtool: update to 5.1.5. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh bbba15131b fcitx5-chinese-addons: update to 5.1.5. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh cb7b094d0b fcitx5-chewing: update to 5.1.3. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh 2b928939b6 fcitx5-anthy: update to 5.1.4. 2024-05-22 09:29:17 +07:00
Đoàn Trần Công Danh 7efaef8cdc fcitx5: update to 5.1.9. 2024-05-22 09:29:17 +07:00
classabbyamp 534a7a11cf
neovim: disable luajit on armv6l
also seems to be buggy like armv7l
2024-05-21 18:55:35 -04:00
classabbyamp afea603940 common/hooks/pre-pkg/04-generate-runtime-deps: support SONAME as path
neovim looks for a SONAME that is a whole path

find: warning: ‘-name’ matches against basenames only, but the given pattern
  contains a directory separator (‘/’), thus the expression will evaluate to
  false all the time.  Did you mean ‘-wholename’?
    SONAME: /usr/lib/lua/5.1/lpeg.so <-> lua51-lpeg>=1.1.0_2
2024-05-21 18:23:18 -04:00
classabbyamp b3219f5588 lua54-lpeg: shlib_provide lpeg.so for lua 5.1
needed for neovim
2024-05-21 18:23:18 -04:00
Marcin Puc d555f3d989 neovim: update to 0.10.0 2024-05-21 18:23:18 -04:00
Luca Bilke 0fe35a665c
slow down pull-upstream 2024-05-21 23:09:28 +02:00
Luca Bilke f60db285d9
fix CI 2024-05-21 23:02:10 +02:00
Luca Bilke 3f42920868 Update .forgejo/workflows/pull-upstream.yaml 2024-05-21 22:39:30 +02:00
Luca Bilke 7037875988
update upstream CI 2024-05-21 22:21:46 +02:00
Luca Bilke 5ebafe162b
decrease renovate timer 2024-05-21 22:14:48 +02:00
Luca Bilke c7d561cf7c
Merge branch 'master' of git.snaile.de:snailed/void-packages-custom 2024-05-21 22:12:55 +02:00
Luca Bilke 9baf841f99
set log level to debug 2024-05-21 22:12:53 +02:00
Johnny5 a5cdcb59e8 Pin dependencies (#35)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [classabbyamp/treeless-checkout-action](https://github.com/classabbyamp/treeless-checkout-action) | action | pinDigest |  -> `bd3615a` |
| [ghcr.io/void-linux/void-buildroot-musl](https://voidlinux.org) ([source](https://github.com/void-linux/void-packages)) | container | pinDigest |  -> `40ab4df` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: snailed/void-packages-custom#35
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-05-21 22:09:33 +02:00
Luca Bilke bc242d08cc
fix pull-upstream pipeline 2024-05-21 22:05:24 +02:00
Luca Bilke e25a05796f
decrease renovate timer 2024-05-21 22:04:37 +02:00
Johnny5 94efe10ed9 Update actions/checkout action to v4.1.6 (#36)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://code.forgejo.org/actions/checkout) | action | patch | `v4.1.5` -> `v4.1.6` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v4.1.6`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v416)

[Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.5...v4.1.6)

-   Check platform to set archive extension appropriately by [@&#8203;cory-miller](https://github.com/cory-miller) in https://github.com/actions/checkout/pull/1732

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: snailed/void-packages-custom#36
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-05-21 21:58:54 +02:00
Luca Bilke d1af44f5a6
fix renovaterc 2024-05-21 21:54:29 +02:00
Luca Bilke 343be886ee
update zk template for new renovate format
Build/Publish XBPS / Build and publish packages (map[arch:x86_64-musl host:x86_64-musl libc:musl platform:linux/amd64]) (push) Successful in 1m5s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64 host:x86_64 libc:glibc platform:linux/amd64]) (push) Successful in 1m10s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64-musl host:x86_64-musl libc:musl platform:linux/amd64]) (push) Successful in 1m16s Details
2024-05-21 21:52:12 +02:00
Luca Bilke c4d32d17ef
disable some arches 2024-05-21 21:41:35 +02:00
Luca Bilke 2eb2eb068a
trigger build
Build/Publish XBPS / Build and publish packages (map[arch:i686 host:i686 libc:glibc platform:linux/386]) (push) Failing after 1m40s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64 host:x86_64 libc:glibc platform:linux/amd64]) (push) Successful in 1m39s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64-musl host:x86_64-musl libc:musl platform:linux/amd64]) (push) Successful in 1m39s Details
Build/Publish XBPS / Build and publish packages (map[arch:armv6l-musl host:x86_64-musl libc:musl platform:linux/amd64]) (push) Successful in 1m48s Details
Build/Publish XBPS / Build and publish packages (map[arch:armv7l host:x86_64 libc:glibc platform:linux/amd64]) (push) Successful in 1m47s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64-musl host:x86_64-musl libc:musl platform:linux/amd64]) (push) Successful in 1m55s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64 host:x86_64 libc:glibc platform:linux/amd64]) (push) Successful in 2m0s Details
2024-05-21 21:34:33 +02:00
Luca Bilke 1f9f9ad36b
add pull-upstream pipeline 2024-05-21 21:32:22 +02:00
Luca Bilke a5c2923543
Merge branch 'master' of git.snaile.de:snailed/void-packages-custom 2024-05-21 21:25:49 +02:00
Luca Bilke 4cafbfc8e2
update readme 2024-05-21 21:25:43 +02:00
Luca Bilke f9ff783842
add renovate pipeline 2024-05-21 21:25:43 +02:00
Luca Bilke 7733c426f6
bugfix publish pipeline 2024-05-21 21:25:42 +02:00
Luca Bilke 77eb862b04
update templates for renovate 2024-05-21 21:25:42 +02:00
Luca Bilke f02ddbf125
cleanup, use custom buildroot container 2024-05-21 21:25:42 +02:00
Luca Bilke 00a9798961
trigger build 2024-05-21 21:25:42 +02:00
Luca Bilke c0a3b5c170
bugfix 2024-05-21 21:25:42 +02:00
Luca Bilke c24770a24c
New package: zk-0.14.0 2024-05-21 21:25:41 +02:00
Luca Bilke 283df18537
update readme 2024-05-21 21:20:51 +02:00
Luca Bilke 45db9787d8
add renovate pipeline 2024-05-21 21:20:11 +02:00
Luca Bilke 25e9a1ee83
bugfix publish pipeline 2024-05-21 21:20:02 +02:00
Luca Bilke d827f7bd85
update templates for renovate
Build/Publish XBPS / Build and publish packages (map[arch:i686 host:i686 libc:glibc platform:linux/386 test:0]) (push) Failing after 1m31s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64 host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Failing after 1m38s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64-musl host:x86_64-musl libc:musl platform:linux/amd64 test:0]) (push) Failing after 1m49s Details
Build/Publish XBPS / Build and publish packages (map[arch:armv6l-musl host:x86_64-musl libc:musl platform:linux/amd64 test:0]) (push) Failing after 1m50s Details
Build/Publish XBPS / Build and publish packages (map[arch:armv7l host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Failing after 1m48s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64 host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Failing after 1m56s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64-musl host:x86_64-musl libc:musl platform:linux/amd64 test:1]) (push) Failing after 1m55s Details
2024-05-21 21:12:45 +02:00
Luca Bilke b65e391b12
cleanup, use custom buildroot container 2024-05-21 20:55:09 +02:00
Luca Bilke c0e9cdcb7f
trigger build
Build/Publish XBPS / Build and publish packages (map[arch:i686 host:i686 libc:glibc platform:linux/386 test:0]) (push) Failing after 1m37s Details
Build/Publish XBPS / Build and publish packages (map[arch:armv6l-musl host:x86_64-musl libc:musl platform:linux/amd64 test:0]) (push) Failing after 1m41s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64-musl host:x86_64-musl libc:musl platform:linux/amd64 test:0]) (push) Failing after 1m46s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64 host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Failing after 1m42s Details
Build/Publish XBPS / Build and publish packages (map[arch:armv7l host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Failing after 1m49s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64 host:x86_64 libc:glibc platform:linux/amd64 test:0]) (push) Failing after 1m56s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64-musl host:x86_64-musl libc:musl platform:linux/amd64 test:1]) (push) Failing after 2m3s Details
2024-05-21 19:49:44 +02:00
Luca Bilke 9739e410e8
bugfix 2024-05-21 19:49:24 +02:00
Luca Bilke 3f62162855
New package: zk-0.14.0 2024-05-21 19:23:45 +02:00
Luca Bilke 2edbd2df5a
Merge branch 'master' of git.snaile.de:snailed/void-packages 2024-05-21 18:29:22 +02:00
Luca Bilke 101984ccf8
add experimental publish pipeline 2024-05-21 18:28:51 +02:00