aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrewSC2015-12-23 11:52:39 -0500
committerandrewSC2015-12-23 11:52:39 -0500
commit747275a5244f94a43d234e5a82b7baa33fa37ab6 (patch)
tree70335811f4287756a1508216e73ffbe0cd9faeb8
parenta8f17d90eaa32111e08604789201c57d9a967ce4 (diff)
downloadaur-747275a5244f94a43d234e5a82b7baa33fa37ab6.tar.gz
PKGBUILD: Bumping glib2-git ver. requirement. Added wayland-protocols-git to deps
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa6970d6974..1faf7f2ec301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Dec 23 16:50:51 UTC 2015
pkgbase = gtk3-git
pkgdesc = GObject-based multi-platform GUI toolkit (GIT Version)
- pkgver = 3.17.8.r154.g51a1bc2
+ pkgver = 3.19.5.r193.ge20826f
pkgrel = 1
url = http://www.gtk.org/
install = gtk3-git.install
@@ -12,7 +14,7 @@ pkgbase = gtk3-git
depends = atk-git
depends = cairo
depends = colord
- depends = glib2-git>=2.43.4
+ depends = glib2-git>=2.45.8
depends = gtk-update-icon-cache
depends = libcups
depends = libepoxy
@@ -26,9 +28,10 @@ pkgbase = gtk3-git
depends = pango-git
depends = shared-mime-info
depends = wayland-git
+ depends = wayland-protocols-git
optdepends = gnome-icon-theme: Default icon theme
optdepends = gnome-themes-standard: Default widget theme
- provides = gtk3=3.17.8.r154.g51a1bc2
+ provides = gtk3=3.19.5.r193.ge20826f
provides = gtk-update-icon-cache
conflicts = gtk3
conflicts = gtk-update-icon-cache
diff --git a/PKGBUILD b/PKGBUILD
index ea65493e0800..ec81d7e31aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Boohbah <boohbah at gmail.com>
pkgname=gtk3-git
-pkgver=3.17.8.r154.g51a1bc2
+pkgver=3.19.5.r193.ge20826f
pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit (GIT Version)"
arch=('i686' 'x86_64')
url="http://www.gtk.org/"
license=('LGPL')
-depends=('at-spi2-atk' 'atk-git' 'cairo' 'colord' 'glib2-git>=2.43.4'
+depends=('at-spi2-atk' 'atk-git' 'cairo' 'colord' 'glib2-git>=2.45.8'
'gtk-update-icon-cache' 'libcups' 'libepoxy' 'libxcomposite'
'libxcursor' 'libxdamage' 'libxi' 'libxinerama'
'libxkbcommon' 'libxrandr' 'pango-git' 'shared-mime-info'
- 'wayland-git')
+ 'wayland-git' 'wayland-protocols-git')
makedepends=('gobject-introspection-git')
optdepends=('gnome-icon-theme: Default icon theme'
'gnome-themes-standard: Default widget theme')