summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeija2018-04-01 21:14:04 +0200
committerJeija2018-04-01 21:14:04 +0200
commite18be7c233abef2211230f2dfccebbfcb5d60e64 (patch)
tree1c9969d4d97faaf8daae33e6d0843f9952310e98
parente1b83faa74a8ac305c00f84f0467ce3df6dc8b90 (diff)
downloadaur-e18be7c233abef2211230f2dfccebbfcb5d60e64.tar.gz
Update commit and remove libcloudproviders dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e19e6cc30d..d74916b9cc98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 27 05:47:39 UTC 2018
+# Sun Apr 1 18:44:43 UTC 2018
pkgbase = gtk3-typeahead
pkgdesc = GTK+ 3 with typeahead feature enabled for the file chooser widget
- pkgver = 3.22.29+4+gb485cf91b5
+ pkgver = 3.22.29+60+ge42d8598ca
pkgrel = 1
url = http://www.gtk.org/
install = gtk3.install
@@ -40,12 +40,11 @@ pkgbase = gtk3-typeahead
depends = rest
depends = libcups
depends = libcanberra
- depends = libcloudproviders
- provides = gtk3=3.22.29+4+gb485cf91b5
+ provides = gtk3=3.22.29+60+ge42d8598ca
provides = gtk3-print-backends
conflicts = gtk3
replaces = gtk3-print-backends<=3.22.26-1
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=b485cf91b53cd21fad8b4ff35fef53e4d1a9f009
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=e42d8598ca892587a1029c458a19c86fd4867877
source = settings.ini
source = gtk-query-immodules-3.0.hook
source = typeahead.patch
diff --git a/PKGBUILD b/PKGBUILD
index e464d857ef57..89477eadf988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twilinx <twilinx@mesecons.net>
pkgname=gtk3-typeahead
-pkgver=3.22.29+4+gb485cf91b5
+pkgver=3.22.29+60+ge42d8598ca
pkgrel=1
conflicts=(gtk3)
provides=("gtk3=$pkgver" gtk3-print-backends)
@@ -13,10 +13,10 @@ install=gtk3.install
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 libcloudproviders)
+ cantarell-fonts colord rest libcups libcanberra)
makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
license=(LGPL)
-_commit=b485cf91b53cd21fad8b4ff35fef53e4d1a9f009 # gtk-3-22
+_commit=e42d8598ca892587a1029c458a19c86fd4867877 # gtk-3-22
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
settings.ini
gtk-query-immodules-3.0.hook
@@ -42,7 +42,6 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--disable-schemas-compile \
- --enable-cloudproviders \
--enable-x11-backend \
--enable-broadway-backend \
--enable-wayland-backend \