Skip to content

Commit

Permalink
Merge pull request #211 from chewing/chewing-0.9-features
Browse files Browse the repository at this point in the history
Chewing 0.9 features
  • Loading branch information
kanru authored Jul 20, 2024
2 parents f1a6713 + b19a211 commit 0ed8594
Show file tree
Hide file tree
Showing 19 changed files with 490 additions and 408 deletions.
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

0 comments on commit 0ed8594

Please sign in to comment.