2010-04-14 18:16:21 +02:00
|
|
|
# Template file for 'gnome-terminal'
|
|
|
|
pkgname=gnome-terminal
|
2013-07-08 15:09:14 +02:00
|
|
|
version=3.8.4
|
2012-09-26 04:20:29 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-28 18:23:00 +01:00
|
|
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
|
|
|
makedepends="gtk+3-devel>=3.8 vte3-devel dconf-devel libuuid-devel
|
2013-04-12 15:11:12 +02:00
|
|
|
gsettings-desktop-schemas-devel>=3.8 GConf-devel desktop-file-utils"
|
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"
|
2013-03-28 18:23:00 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
2013-07-08 15:09:14 +02:00
|
|
|
checksum=5c1a1db9b4c5eb5780137bed5ed6a05afd82053bd5b2ad41180d4617c56a3f22
|
2013-04-12 15:11:12 +02:00
|
|
|
|
|
|
|
gnome-terminal_package() {
|
|
|
|
depends="desktop-file-utils"
|
|
|
|
pkg_install() {
|
2013-05-13 21:14:13 +02:00
|
|
|
vmove all
|
2013-04-12 15:11:12 +02:00
|
|
|
}
|
|
|
|
}
|