summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2023-08-01 21:41:13 +0100
committerLuke Horwell2023-08-01 21:46:44 +0100
commit1615ac1f5f1657f4b586bf19df2cb35619edf5e3 (patch)
tree7cd4d0fcbe5c58824270796b92b3d8f9e0d7b58a
parent63fe1324e1c66c934e6fd8653657e8b3c619dad7 (diff)
downloadaur-1615ac1f5f1657f4b586bf19df2cb35619edf5e3.tar.gz
Exclude demos in build
These shouldn't be built as this conflicts with gtk3-demos files. They were supposed to be excluded all along, as stated in the README on the GitHub repository. Addresses AUR comment: https://aur.archlinux.org/packages/gtk3-classic#comment-926806
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 759d00b9cf73..469069aea5ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-classic
pkgdesc = Patched GTK+3 that provides a more classic experience
pkgver = 3.24.38
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lah7/gtk3-classic
install = gtk3.install
arch = x86_64
@@ -73,7 +73,7 @@ pkgbase = gtk3-classic
conflicts = gtk3-nocsd
conflicts = gtk3-nocsd-git
conflicts = gtk3-nocsd-legacy-git
- source = git+https://github.com/lah7/gtk3-classic.git#commit=9819e2ea7a5ce00ad4e0e10962550ae03ca19bfa
+ source = git+https://github.com/lah7/gtk3-classic.git#commit=e7c8838e39a23d8381521123a8f58fcd2b2c2037
source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.tar.xz
source = gtk-query-immodules-3.0.hook::https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/raw/108c7090a77081cd124c819e014ced95b4648d55/gtk-query-immodules-3.0.hook
source = settings.ini
diff --git a/PKGBUILD b/PKGBUILD
index bc624703abda..9df856f0d2c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
__arch_pkg_commit="108c7090a77081cd124c819e014ced95b4648d55"
_gtkver=3.24.38
-_gtk3_classic_commit="9819e2ea7a5ce00ad4e0e10962550ae03ca19bfa"
+_gtk3_classic_commit="e7c8838e39a23d8381521123a8f58fcd2b2c2037"
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)
@@ -112,7 +112,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 \