Skip to content

Commit

Permalink
PKGBUILD: Exclude demos
Browse files Browse the repository at this point in the history
The README states that demos, examples and tests are excluded, yet
they're being built and included. Whoops.

Addresses AUR comment:
https://aur.archlinux.org/packages/gtk3-classic#comment-926806
  • Loading branch information
lah7 committed Aug 1, 2023
1 parent 9819e2e commit e7c8838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
meson gtk+-${_gtkver} build \
-D broadway_backend=true \
-D colord=auto \
-D demos=true \
-D demos=false \
-D examples=false \
-D introspection=true \
-D tests=false \
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _gtkver=3.24.38
pkgbase=gtk3-classic
pkgname=($pkgbase)
pkgver=${_gtkver}
pkgrel=1
pkgrel=2
pkgdesc="Patched GTK+3 that provides a more classic experience"
url="https://github.com/lah7/gtk3-classic"
conflicts=(gtk3 gtk3-typeahead gtk3-print-backends gtk3-nocsd gtk3-nocsd-git gtk3-nocsd-legacy-git)
Expand Down Expand Up @@ -176,7 +176,7 @@ build()
arch-meson gtk+-$_gtkver build \
-D broadway_backend=true \
-D colord=auto \
-D demos=true \
-D demos=false \
-D examples=false \
-D introspection=true \
-D tests=false \
Expand Down

0 comments on commit e7c8838

Please sign in to comment.