gnome-search-tool: update to 3.6.0.
This commit is contained in:
parent
8ff6c5cad7
commit
96139be053
|
@ -4,7 +4,6 @@ libatk-1.0.so.0
|
|||
libgio-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgconf-2.so.4
|
||||
libglib-2.0.so.0
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
|
|
|
@ -1,31 +1,19 @@
|
|||
# Template file for 'gnome-search-tool'
|
||||
pkgname=gnome-search-tool
|
||||
version=3.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||
--disable-schemas-install"
|
||||
depends="desktop-file-utils"
|
||||
makedepends="which pkg-config intltool itstool gnome-doc-utils gtk+3-devel GConf-devel"
|
||||
fulldepends="gsettings-desktop-schemas"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
replaces="gnome-utils>=3.0"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
depends="desktop-file-utils"
|
||||
makedepends="which pkg-config intltool itstool gnome-doc-utils
|
||||
gtk+3-devel>=3.6.0_2 gsettings-desktop-schemas-devel>3.6.0"
|
||||
fulldepends="gsettings-desktop-schemas>=3.6.0"
|
||||
short_desc="Search utility for GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=6c4ed39ab1196d118e5e0d2a7faa07fbbb257831454ee92ff0c6f28c0942e69c
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=a33000cd7d033be4ea50422f0f2cca611da5b79bd0f0875017f105a1bc177f42
|
||||
long_desc="
|
||||
This package contains $pkgname, a search utility for the GNOME desktop."
|
||||
|
||||
gconf_schemas="${pkgname}.schemas"
|
||||
replaces="gnome-utils>=3.0"
|
||||
|
||||
|
||||
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
||||
--domain ${pkgname} ${wrksrc}/*.schemas
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue