gnome-terminal: update to 3.3.0.
This commit is contained in:
parent
cea4f3ec75
commit
ad873c9753
1 changed files with 6 additions and 8 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'gnome-terminal'
|
# Template file for 'gnome-terminal'
|
||||||
pkgname=gnome-terminal
|
pkgname=gnome-terminal
|
||||||
version=3.2.1
|
version=3.3.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||||
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 --with-gtk=3.0"
|
||||||
--with-gtk=3.0"
|
|
||||||
revision=2
|
|
||||||
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=c36a6bce466447526cb73779ee8e861f079e86cef68a50f7c8fbed540d5f373e
|
checksum=7b158505dc1c8e03d75fabfae22eaec0404e934af0d0ab1eab202f0f8826befe
|
||||||
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:
|
||||||
|
@ -25,6 +23,7 @@ long_desc="
|
||||||
|
|
||||||
gconf_schemas="$pkgname.schemas"
|
gconf_schemas="$pkgname.schemas"
|
||||||
|
|
||||||
|
Add_dependency build which
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gnome-doc-utils
|
Add_dependency build gnome-doc-utils
|
||||||
|
@ -36,8 +35,7 @@ Add_dependency build GConf-devel
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
Add_dependency full gsettings-desktop-schemas
|
Add_dependency full gsettings-desktop-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} \
|
||||||
--domain ${pkgname} ${wrksrc}/*.schemas
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue