gnome-terminal: update to 3.8.0.
This commit is contained in:
parent
02a4b9d250
commit
acfaca3ff8
|
@ -1,33 +1,15 @@
|
||||||
# Template file for 'gnome-terminal'
|
# Template file for 'gnome-terminal'
|
||||||
pkgname=gnome-terminal
|
pkgname=gnome-terminal
|
||||||
version=3.6.1
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
||||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
makedepends="gtk+3-devel>=3.8 vte3-devel dconf-devel libuuid-devel
|
||||||
makedepends="which pkg-config intltool itstool gnome-doc-utils dbus-glib-devel
|
gsettings-desktop-schemas-devel>=3.8 GConf-devel"
|
||||||
gtk+3-devel>=3.6.0_2 vte3-devel gsettings-desktop-schemas-devel>=3.6.0
|
fulldepends="desktop-file-utils"
|
||||||
GConf-devel"
|
|
||||||
fulldepends="desktop-file-utils gsettings-desktop-schemas>=3.6.0"
|
|
||||||
short_desc="The GNOME terminal emulator application"
|
short_desc="The GNOME terminal emulator application"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=c6816f77eaae791dadeef89596df811e2fa353088241aa0613bb8e1af63304f6
|
checksum=93ef1e5bf1f59c2178cb9b9b754eddabd68094f04aeefdf22bb1c263d0126ea3
|
||||||
long_desc="
|
|
||||||
GNOME Terminal is a terminal emulation application that you can use to
|
|
||||||
perform the following actions:
|
|
||||||
|
|
||||||
- Access a UNIX shell in the GNOME environment.
|
|
||||||
- Run any application that is designed to run on VT102, VT220,
|
|
||||||
and xterm terminals.
|
|
||||||
|
|
||||||
GNOME Terminal features the ability to use multiple terminals in a single
|
|
||||||
window (tabs) and profiles support."
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
||||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${pkgname}.schemas \
|
|
||||||
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue