Skip to content

Commit

Permalink
Remove Gtk code
Browse files Browse the repository at this point in the history
A separate repo has been created for the Gtk fork.
  • Loading branch information
johanmalm committed Apr 25, 2024
1 parent b472f9a commit 727c0f1
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 486 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
cmake
git
libxml2
meson
qt6-base
qt6-tools
gtk3
Expand All @@ -59,7 +58,7 @@ jobs:
run: |
apt-get update
apt-get upgrade -y
apt-get install -y cmake clang g++ gcc git meson \
apt-get install -y cmake clang g++ gcc git \
libglib2.0 libgl1-mesa-dev libxml2-dev pkg-config \
qt6-base-dev qt6-l10n-tools \
qt6-tools-dev qt6-tools-dev-tools \
Expand All @@ -86,15 +85,3 @@ jobs:
-S .
cmake --build build-clang --verbose
- name: Meson build with gcc
run: |
export CC=gcc
export CXX=g++
meson setup build-meson-gcc --werror
meson compile -C build-meson-gcc
- name: Run tests
run: |
build-meson-gcc/tests/t1000_add_xpath_node
build-meson-gcc/tests/t1001_nodenames
31 changes: 0 additions & 31 deletions meson.build

This file was deleted.

85 changes: 0 additions & 85 deletions src/main.c

This file was deleted.

97 changes: 0 additions & 97 deletions src/stack-appearance.c

This file was deleted.

10 changes: 0 additions & 10 deletions src/stack-appearance.h

This file was deleted.

55 changes: 0 additions & 55 deletions src/stack-lang.c

This file was deleted.

10 changes: 0 additions & 10 deletions src/stack-lang.h

This file was deleted.

64 changes: 0 additions & 64 deletions src/stack-mouse.c

This file was deleted.

Loading

0 comments on commit 727c0f1

Please sign in to comment.