2010-04-14 16:16:21 +00:00
|
|
|
# Template file for 'gnome-terminal'
|
|
|
|
pkgname=gnome-terminal
|
2012-03-26 15:34:24 +00:00
|
|
|
version=3.4.0.1
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-04-14 16:16:21 +00:00
|
|
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
2012-03-26 15:34:24 +00:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
2010-04-14 16:16:21 +00:00
|
|
|
short_desc="The GNOME terminal emulator application"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-17 16:53:34 +00:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2012-03-26 15:34:24 +00:00
|
|
|
checksum=1369298498d62993b075dc6d4b9669bbce1acb7ba1f670a0ba39e40a2a25a092
|
2010-04-14 16:16:21 +00: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
|
|
|
|
window (tabs) and profiles support."
|
|
|
|
|
|
|
|
gconf_schemas="$pkgname.schemas"
|
|
|
|
|
2012-03-22 15:38:26 +00:00
|
|
|
Add_dependency build which
|
2010-04-14 16:16:21 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
|
|
|
Add_dependency build dbus-glib-devel
|
2011-04-05 09:52:33 +00:00
|
|
|
Add_dependency build gtk+3-devel
|
|
|
|
Add_dependency build vte3-devel
|
2010-04-14 16:16:21 +00:00
|
|
|
Add_dependency build GConf-devel
|
2011-03-04 13:38:01 +00:00
|
|
|
|
2011-11-14 17:12:47 +00:00
|
|
|
Add_dependency full desktop-file-utils
|
2011-09-28 15:46:42 +00:00
|
|
|
Add_dependency full gsettings-desktop-schemas
|
2011-03-04 13:38:01 +00:00
|
|
|
|
2012-03-22 15:38:26 +00:00
|
|
|
post_install() {
|
2011-03-04 13:38:01 +00:00
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
|
|
}
|