summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dalton2023-12-20 17:38:24 +0200
committerJoey Dalton2023-12-20 17:38:24 +0200
commit6d48c71fb99a58ad2b61467fcd64d1ed2f8bbcea (patch)
treec789b62f5c218d1f2ac6bf5669f2f8dd159dc1ae
parente4d78cca9c8ef129afd1b6169fbad1afda6b48f5 (diff)
downloadaur-6d48c71fb99a58ad2b61467fcd64d1ed2f8bbcea.tar.gz
Updated to 3.24.39
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ff1e625cd2..61e29f71067d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-classic-xfce
pkgdesc = Patched GTK+3 that provides a more classic experience, with patches for xfce
- pkgver = 3.24.38
- pkgrel = 5
+ pkgver = 3.24.39
+ pkgrel = 1
url = https://github.com/lah7/gtk3-classic
install = gtk3.install
arch = x86_64
@@ -60,10 +60,10 @@ pkgbase = gtk3-classic-xfce
optdepends = colord: color management support
optdepends = dconf: default GSettings backend
optdepends = libcups: printer support in print dialog
- provides = gtk3-classic=3.24.38
- provides = gtk3=3.24.38
- provides = gtk3-typeahead=3.24.38
- provides = gtk3-mushrooms=3.24.38
+ provides = gtk3-classic=3.24.39
+ provides = gtk3=3.24.39
+ provides = gtk3-typeahead=3.24.39
+ provides = gtk3-mushrooms=3.24.39
provides = gtk3-print-backends
provides = libgtk-3.so
provides = libgdk-3.so
@@ -75,13 +75,13 @@ pkgbase = gtk3-classic-xfce
conflicts = gtk3-nocsd-git
conflicts = gtk3-nocsd-legacy-git
conflicts = gtk3-classic
- 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 = git+https://github.com/lah7/gtk3-classic.git#commit=7d7cfa3e8bf316a6e2d8400941b0dba39c2f82a9
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.39.tar.xz
+ source = gtk-query-immodules-3.0.hook::https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/raw/fd2d2dbbb1d22e97b79f308d6252523833a909d3/gtk-query-immodules-3.0.hook
source = settings.ini
source = appearance__file-chooser-xfce.patch
sha256sums = SKIP
- sha256sums = ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7
+ sha256sums = 1cac3e566b9b2f3653a458c08c2dcdfdca9f908037ac03c9d8564b4295778d79
sha256sums = a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229
sha256sums = 01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202
sha256sums = c443bfa1f70ac5ce2102c83b38b193e78f614b606cb0dae807ecd25d591f1e99
diff --git a/PKGBUILD b/PKGBUILD
index 8fa3325e2e85..da9f6e100f9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
# and uses xfce patches from:
# https://github.com/simplejack-src/gtk3-classic-xfce (repository no longer available)
-__arch_pkg_commit="108c7090a77081cd124c819e014ced95b4648d55"
-_gtkver=3.24.38
+__arch_pkg_commit="fd2d2dbbb1d22e97b79f308d6252523833a909d3"
+_gtkver=3.24.39
_gtk3_classic_url=https://github.com/lah7/gtk3-classic
-_gtk3_classic_commit="ad4dccf4bda249e1725380dea660e6bded5c4444"
+_gtk3_classic_commit="7d7cfa3e8bf316a6e2d8400941b0dba39c2f82a9"
_gtk3_classic=gtk3-classic
pkgbase=gtk3-classic-xfce
pkgname=($pkgbase)
pkgver=${_gtkver}
-pkgrel=5
+pkgrel=1
pkgdesc="Patched GTK+3 that provides a more classic experience, with patches for xfce"
url="https://github.com/lah7/gtk3-classic"
conflicts=(gtk3 gtk3-typeahead gtk3-print-backends gtk3-nocsd gtk3-nocsd-git gtk3-nocsd-legacy-git gtk3-classic)
@@ -93,7 +93,7 @@ source=(git+$_gtk3_classic_url.git#commit=$_gtk3_classic_commit
appearance__file-chooser-xfce.patch
)
sha256sums=('SKIP'
- 'ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7'
+ '1cac3e566b9b2f3653a458c08c2dcdfdca9f908037ac03c9d8564b4295778d79'
'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229'
'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
'c443bfa1f70ac5ce2102c83b38b193e78f614b606cb0dae807ecd25d591f1e99')