gnome-terminal: update to 3.0.0 and depend on vte3 for gtk+3.
--HG-- branch : gnome3
This commit is contained in:
parent
707a7e4ca9
commit
791e8d5d52
1 changed files with 8 additions and 9 deletions
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'gnome-terminal'
|
||||
pkgname=gnome-terminal
|
||||
version=2.33.90
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.33/$pkgname-$version.tar.bz2"
|
||||
version=3.0.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||
--localstatedir=/var"
|
||||
--localstatedir=/var --with-gtk=3.0"
|
||||
short_desc="The GNOME terminal emulator application"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d0c16be584a150f98788e1380df07280864c4351109dfa421a03a718e0052acb
|
||||
checksum=16a3420176bbe5d58ad432306bfc40edb1423d43e311dd1d0de6da16559943f8
|
||||
long_desc="
|
||||
GNOME Terminal is a terminal emulation application that you can use to
|
||||
perform the following actions:
|
||||
|
@ -37,8 +36,8 @@ Add_dependency run libICE
|
|||
Add_dependency run libX11
|
||||
Add_dependency run libpng
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run vte
|
||||
Add_dependency run gtk+3
|
||||
Add_dependency run vte3
|
||||
Add_dependency run GConf
|
||||
|
||||
Add_dependency build pkg-config
|
||||
|
@ -55,8 +54,8 @@ Add_dependency build dbus-glib-devel
|
|||
Add_dependency build libSM-devel
|
||||
Add_dependency build libICE-devel
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build vte-devel ">=0.26"
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build vte3-devel
|
||||
Add_dependency build GConf-devel
|
||||
|
||||
Add_dependency full desktop-file-utils
|
||||
|
|
Loading…
Reference in a new issue