gnome-terminal: update to 3.6.0.
This commit is contained in:
parent
4ae5c82618
commit
2117141f6f
1 changed files with 9 additions and 9 deletions
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'gnome-terminal'
|
# Template file for 'gnome-terminal'
|
||||||
pkgname=gnome-terminal
|
pkgname=gnome-terminal
|
||||||
version=3.4.1.1
|
version=3.6.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
--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"
|
makedepends="which pkg-config intltool itstool gnome-doc-utils dbus-glib-devel
|
||||||
fulldepends="desktop-file-utils gsettings-desktop-schemas"
|
gtk+3-devel>=3.6.0_2 vte3-devel gsettings-desktop-schemas-devel>=3.6.0
|
||||||
revision=1
|
GConf-devel"
|
||||||
|
fulldepends="desktop-file-utils gsettings-desktop-schemas>=3.6.0"
|
||||||
short_desc="The GNOME terminal emulator application"
|
short_desc="The GNOME terminal emulator application"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=14d4a252fcbadf0a5fff89f1ff65f0a84d02f5e51c42f8fc14cee73eabc43fdd
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
checksum=5ee068ca7f4d0e410aabbddee3937559138163d84c00e5bef1e9050beb7409cd
|
||||||
long_desc="
|
long_desc="
|
||||||
GNOME Terminal is a terminal emulation application that you can use to
|
GNOME Terminal is a terminal emulation application that you can use to
|
||||||
perform the following actions:
|
perform the following actions:
|
||||||
|
@ -22,12 +24,10 @@ long_desc="
|
||||||
and xterm terminals.
|
and xterm terminals.
|
||||||
|
|
||||||
GNOME Terminal features the ability to use multiple terminals in a single
|
GNOME Terminal features the ability to use multiple terminals in a single
|
||||||
window (tabs) and profiles support."
|
window (tabs) and profiles support."
|
||||||
|
|
||||||
gconf_schemas="$pkgname.schemas"
|
gconf_schemas="$pkgname.schemas"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
||||||
|
|
Loading…
Reference in a new issue