void-packages/srcpkgs/gnome-terminal/template

36 lines
1.3 KiB
Plaintext
Raw Normal View History

# Template file for 'gnome-terminal'
pkgname=gnome-terminal
2012-04-16 23:26:17 +00:00
version=3.4.1.1
2012-03-26 15:34:24 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-schemas-install --disable-scrollkeeper
2012-03-26 15:34:24 +00:00
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
makedepends="which pkg-config intltool gnome-doc-utils dbus-glib-devel gtk+3-devel vte3-devel GConf-devel"
fulldepends="desktop-file-utils gsettings-desktop-schemas"
revision=1
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-04-16 23:26:17 +00:00
checksum=14d4a252fcbadf0a5fff89f1ff65f0a84d02f5e51c42f8fc14cee73eabc43fdd
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
post_install() {
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname} ${wrksrc}/*.schemas
}