mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
gnome-search-tool: update to 3.6.0.
This commit is contained in:
parent
8ff6c5cad7
commit
96139be053
2 changed files with 10 additions and 23 deletions
|
@ -4,7 +4,6 @@ libatk-1.0.so.0
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgconf-2.so.4
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libSM.so.6
|
libSM.so.6
|
||||||
libICE.so.6
|
libICE.so.6
|
||||||
|
|
|
@ -1,31 +1,19 @@
|
||||||
# Template file for 'gnome-search-tool'
|
# Template file for 'gnome-search-tool'
|
||||||
pkgname=gnome-search-tool
|
pkgname=gnome-search-tool
|
||||||
version=3.4.0
|
version=3.6.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"
|
|
||||||
revision=1
|
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"
|
short_desc="Search utility for GNOME"
|
||||||
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=6c4ed39ab1196d118e5e0d2a7faa07fbbb257831454ee92ff0c6f28c0942e69c
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
checksum=a33000cd7d033be4ea50422f0f2cca611da5b79bd0f0875017f105a1bc177f42
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains $pkgname, a search utility for the GNOME desktop."
|
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…
Add table
Reference in a new issue