2010-04-14 18:16:21 +02:00
|
|
|
# Template file for 'gnome-terminal'
|
|
|
|
pkgname=gnome-terminal
|
2012-09-26 04:20:29 +02:00
|
|
|
version=3.6.0
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-04-14 18:16:21 +02:00
|
|
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
2012-03-26 17:34:24 +02:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
2012-09-26 04:20:29 +02:00
|
|
|
makedepends="which pkg-config intltool itstool gnome-doc-utils dbus-glib-devel
|
|
|
|
gtk+3-devel>=3.6.0_2 vte3-devel gsettings-desktop-schemas-devel>=3.6.0
|
|
|
|
GConf-devel"
|
|
|
|
fulldepends="desktop-file-utils gsettings-desktop-schemas>=3.6.0"
|
2010-04-14 18:16:21 +02:00
|
|
|
short_desc="The GNOME terminal emulator application"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-17 18:53:34 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2012-09-26 04:20:29 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
|
|
|
checksum=5ee068ca7f4d0e410aabbddee3937559138163d84c00e5bef1e9050beb7409cd
|
2010-04-14 18:16:21 +02:00
|
|
|
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
|
2012-09-26 04:20:29 +02:00
|
|
|
window (tabs) and profiles support."
|
2010-04-14 18:16:21 +02:00
|
|
|
|
|
|
|
gconf_schemas="$pkgname.schemas"
|
|
|
|
|
2012-03-22 16:38:26 +01:00
|
|
|
post_install() {
|
2011-03-04 14:38:01 +01:00
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
|
|
}
|