summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2023-08-16 21:59:53 +0100
committerLuke Horwell2023-08-16 21:59:53 +0100
commit0ba56d5a4439659f36f24e91fa37a44a89e96cdf (patch)
tree9a392c9dc167aec39912f83b72a671f4623183d0
parent1615ac1f5f1657f4b586bf19df2cb35619edf5e3 (diff)
downloadaur-0ba56d5a4439659f36f24e91fa37a44a89e96cdf.tar.gz
3.24.38-3: Add patch to fix primary selection
The primary selection is no longer cleared when deselecting text. This refers to an X.org feature that lets you middle click to paste the last highlighted text at the mouse pointer's position. This is separate from your main clipboard (CTRL+C, CTRL+V) and ensures GTK is consistent with other toolkits. https://github.com/lah7/gtk3-classic/commit/4b9c95e2ffd36748db64210061c1c4ff030481bf https://github.com/lah7/gtk3-classic/issues/103
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 469069aea5ca..c7df895666e9 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 = 2
+ pkgrel = 3
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=e7c8838e39a23d8381521123a8f58fcd2b2c2037
+ source = git+https://github.com/lah7/gtk3-classic.git#commit=ad4dccf4bda249e1725380dea660e6bded5c4444
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 9df856f0d2c7..10dbd36bb48b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
__arch_pkg_commit="108c7090a77081cd124c819e014ced95b4648d55"
_gtkver=3.24.38
-_gtk3_classic_commit="e7c8838e39a23d8381521123a8f58fcd2b2c2037"
+_gtk3_classic_commit="ad4dccf4bda249e1725380dea660e6bded5c4444"
pkgbase=gtk3-classic
pkgname=($pkgbase)
pkgver=${_gtkver}
-pkgrel=2
+pkgrel=3
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)