summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeija2019-04-26 22:29:47 +0200
committerJeija2019-04-26 22:29:47 +0200
commitf0c3307d853c72f3e14257837b97ed934ee9c732 (patch)
tree0c2a0a131201523e9571b0c11999e397e820a6bb
parent1b34060eb209b714b41b4f99f32a42747bcfbbfd (diff)
downloadaur-f0c3307d853c72f3e14257837b97ed934ee9c732.tar.gz
Update to GTK+ 3.24.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3f07474882..ea35068c8e79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Apr 2 18:58:44 UTC 2019
pkgbase = gtk3-typeahead
pkgdesc = GTK+ 3 with typeahead feature enabled for the file chooser widget
- pkgver = 3.24.7+25+g17665f06e3
+ pkgver = 3.24.8
pkgrel = 1
url = https://www.gtk.org/
install = gtk3.install
@@ -41,11 +39,11 @@ pkgbase = gtk3-typeahead
depends = libcups
depends = libcanberra
depends = fribidi
- provides = gtk3=3.24.7+25+g17665f06e3
+ provides = gtk3=3.24.8
provides = gtk3-print-backends
conflicts = gtk3
replaces = gtk3-print-backends<=3.22.26-1
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=17665f06e352d2c9ea3c9c9392a026d9b3d6cf98
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=5428379fad31f1637c920d97a3d0303f606bfb6e
source = settings.ini
source = gtk-query-immodules-3.0.hook
source = typeahead.patch
diff --git a/PKGBUILD b/PKGBUILD
index 73883d26ed2c..3a4e6e964a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twilinx <twilinx@mesecons.net>
pkgname=gtk3-typeahead
-pkgver=3.24.7+25+g17665f06e3
+pkgver=3.24.8
pkgrel=1
conflicts=(gtk3)
provides=("gtk3=$pkgver" gtk3-print-backends)
@@ -16,7 +16,7 @@ depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 d
cantarell-fonts colord rest libcups libcanberra fribidi)
makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
license=(LGPL)
-_commit=17665f06e352d2c9ea3c9c9392a026d9b3d6cf98 # gtk-3-24
+_commit=5428379fad31f1637c920d97a3d0303f606bfb6e # tags/3.24.8^0
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
settings.ini
gtk-query-immodules-3.0.hook
@@ -29,9 +29,6 @@ sha256sums=('SKIP'
prepare() {
cd gtk
- # https://gitlab.gnome.org/GNOME/gtk/issues/1761
- git cherry-pick -n 2d3936cbe6bf19bc39e400e1d9660538e42f4341
-
# Typeahead-specific changes
patch gtk/gtkfilechooserwidget.c -i $srcdir/typeahead.patch