New package: gnome-search-tools-3.3.1.
This commit is contained in:
parent
22a55f4615
commit
e60a20f0a5
2 changed files with 48 additions and 0 deletions
srcpkgs/gnome-search-tool
12
srcpkgs/gnome-search-tool/gnome-search-tool.rshlibs
Normal file
12
srcpkgs/gnome-search-tool/gnome-search-tool.rshlibs
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
libgtk-3.so.0
|
||||||
|
libgdk-3.so.0
|
||||||
|
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
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
36
srcpkgs/gnome-search-tool/template
Normal file
36
srcpkgs/gnome-search-tool/template
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Template file for 'gnome-search-tool'
|
||||||
|
pkgname=gnome-search-tool
|
||||||
|
version=3.3.1
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$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"
|
||||||
|
short_desc="A font viewer for GNOME"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.gnome.org"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=8af51a00c11567b52adb69cb5bde148ba24552b034edc1928311d4283506d6ca
|
||||||
|
long_desc="
|
||||||
|
This package contains $pkgname, a font viewer for the GNOME desktop."
|
||||||
|
|
||||||
|
gconf_schemas="${pkgname}.schemas"
|
||||||
|
replaces="gnome-utils>=3.0"
|
||||||
|
|
||||||
|
Add_dependency run desktop-file-utils
|
||||||
|
|
||||||
|
Add_dependency build which
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build itstool
|
||||||
|
Add_dependency build gnome-doc-utils
|
||||||
|
Add_dependency build gtk+3-devel
|
||||||
|
Add_dependency build GConf-devel
|
||||||
|
|
||||||
|
Add_dependency full gsettings-desktop-schemas
|
||||||
|
|
||||||
|
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 a new issue