2010-04-14 16:16:21 +00:00
|
|
|
# Template file for 'gnome-terminal'
|
|
|
|
pkgname=gnome-terminal
|
2013-05-13 19:14:13 +00:00
|
|
|
version=3.8.2
|
2012-09-26 02:20:29 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-28 17:23:00 +00: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 13:11:12 +00:00
|
|
|
gsettings-desktop-schemas-devel>=3.8 GConf-devel desktop-file-utils"
|
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"
|
2013-03-28 17:23:00 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
2013-05-13 19:14:13 +00:00
|
|
|
checksum=4937dfe9e88fcf56de6ed670989cd119b468a32bb078c6cf720c3c8831915347
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
gnome-terminal_package() {
|
|
|
|
depends="desktop-file-utils"
|
|
|
|
pkg_install() {
|
2013-05-13 19:14:13 +00:00
|
|
|
vmove all
|
2013-04-12 13:11:12 +00:00
|
|
|
}
|
|
|
|
}
|