summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2018-03-25 15:18:52 -0500
committerdudemanguy2018-03-25 15:18:52 -0500
commit91570b74864ee532f7dbc7128f079f4cee2cbe82 (patch)
tree71f1682164b006952ce1829dd111a9f571dbc898
parent9d85a9085e6b03397710684f11042489e630d670 (diff)
downloadaur-91570b74864ee532f7dbc7128f079f4cee2cbe82.tar.gz
update 3.22.29+4+gb485cf91b5
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0914b82ba497..f0c48ab476dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-patched-filechooser-icon-view
pkgdesc = GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch.
- pkgver = 3.22.28
- pkgrel = 2
+ pkgver = 3.22.29+4+gb485cf91b5
+ pkgrel = 1
url = https://gist.github.com/Dudemanguy911/c172394e30e1e7d0f477ad15c719bc71
install = gtk3.install
arch = x86_64
@@ -38,14 +38,15 @@ pkgbase = gtk3-patched-filechooser-icon-view
depends = rest
depends = libcups
depends = libcanberra
+ depends = libcloudproviders
depends = gtk-update-icon-cache
optdepends = glib2-patched-thumbnailer: Thumbnail generation in upload dialog
- provides = gtk3=3.22.28
+ provides = gtk3=3.22.29+4+gb485cf91b5
provides = gtk3-print-backends
conflicts = gtk3
conflicts = gtk3-print-backends
- replaces = gtk3-print-backends<=3.22.26.1
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=463ee95136d519783e55acbd092bc8ba1dd16832
+ replaces = gtk3-print-backends<=3.22.26-1
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=b485cf91b53cd21fad8b4ff35fef53e4d1a9f009
source = settings.ini
source = gtk-query-immodules-3.0.hook
source = gtk3-filechooser-icon-view.patch
diff --git a/PKGBUILD b/PKGBUILD
index a642d18e87a7..821d3518a4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,24 +4,24 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-patched-filechooser-icon-view
-pkgver=3.22.28
-pkgrel=2
+pkgver=3.22.29+4+gb485cf91b5
+pkgrel=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
arch=(x86_64)
url="https://gist.github.com/Dudemanguy911/c172394e30e1e7d0f477ad15c719bc71"
provides=(gtk3=$pkgver gtk3-print-backends)
conflicts=(gtk3 gtk3-print-backends)
-replaces=('gtk3-print-backends<=3.22.26.1')
+replaces=('gtk3-print-backends<=3.22.26-1')
depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf
libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon
adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra gtk-update-icon-cache)
+ cantarell-fonts colord rest libcups libcanberra libcloudproviders gtk-update-icon-cache)
optdepends=('glib2-patched-thumbnailer: Thumbnail generation in upload dialog')
makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
license=(LGPL)
install=gtk3.install
-_commit=463ee95136d519783e55acbd092bc8ba1dd16832 # tags/3.22.28^0
+_commit=b485cf91b53cd21fad8b4ff35fef53e4d1a9f009 # gtk-3-22
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
settings.ini
gtk-query-immodules-3.0.hook
@@ -52,6 +52,7 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--disable-schemas-compile \
+ --enable-cloudproviders \
--enable-x11-backend \
--enable-broadway-backend \
--enable-wayland-backend \