summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38775253b36..8d777ffd6b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 20:16:27 UTC 2016
+# Mon Apr 11 11:58:33 UTC 2016
pkgbase = gnome-terminal-fedora
pkgdesc = The GNOME Terminal Emulator with Fedora patches
pkgver = 3.20.0
@@ -13,17 +13,18 @@ pkgbase = gnome-terminal-fedora
makedepends = intltool
makedepends = itstool
makedepends = docbook-xsl
- makedepends = desktop-file-utils
+ makedepends = desktop-file-utils>=0.2.90
makedepends = libnautilus-extension
makedepends = appdata-tools
makedepends = gnome-shell
makedepends = gconf
makedepends = vala
makedepends = yelp-tools
- depends = vte3-notification>=0.42.1
+ depends = vte3-notification>=0.44.0
depends = gsettings-desktop-schemas
depends = dconf
- depends = gtk3
+ depends = gtk3>=3.12.0
+ depends = glib2>=2.42.0
provides = gnome-terminal=3.20.0
conflicts = gnome-terminal
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 981ec357649e..2b0bdc0bf76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgrel=1
pkgdesc='The GNOME Terminal Emulator with Fedora patches'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('vte3-notification>=0.42.1' 'gsettings-desktop-schemas' 'dconf' 'gtk3')
-makedepends=('gnome-doc-utils' 'intltool' 'itstool' 'docbook-xsl' 'desktop-file-utils'
+depends=('vte3-notification>=0.44.0' 'gsettings-desktop-schemas' 'dconf' 'gtk3>=3.12.0' 'glib2>=2.42.0')
+makedepends=('gnome-doc-utils' 'intltool' 'itstool' 'docbook-xsl' 'desktop-file-utils>=0.2.90'
'libnautilus-extension' 'appdata-tools' 'gnome-shell' 'gconf' 'vala' 'yelp-tools')
options=('!emptydirs')
url='https://www.gnome.org'