Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chewing 0.9 features #211

Merged
merged 11 commits into from
Jul 20, 2024
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: fedora:latest
container: quay.io/fedora/fedora:rawhide

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:

coverage:
runs-on: ubuntu-latest
container: fedora:latest
container: quay.io/fedora/fedora:rawhide

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ option(GNOME_SHELL "Enable GNOME Shell support" ON)

find_package(PkgConfig REQUIRED)
pkg_check_modules(IBUS REQUIRED IMPORTED_TARGET ibus-1.0>=1.3)
pkg_check_modules(CHEWING REQUIRED IMPORTED_TARGET chewing>=0.5.1)
pkg_check_modules(CHEWING REQUIRED IMPORTED_TARGET chewing>=0.9.0)
pkg_get_variable(CHEWING_DATADIR_REAL chewing datadir)

add_compile_definitions(
CHEWING_VERSION_MAJOR=0
CHEWING_VERSION_MINOR=5
CHEWING_VERSION_PATCH=1
CHEWING_VERSION_MINOR=9
CHEWING_VERSION_PATCH=0
)

pkg_check_modules(GLIB2 REQUIRED IMPORTED_TARGET glib-2.0)
Expand Down
Loading