New package: gnome-dictionary-3.3.2.
This commit is contained in:
parent
5b04d4f0af
commit
b0088731b7
2 changed files with 49 additions and 0 deletions
15
srcpkgs/gnome-dictionary/gnome-dictionary.rshlibs
Normal file
15
srcpkgs/gnome-dictionary/gnome-dictionary.rshlibs
Normal file
|
@ -0,0 +1,15 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
libgdict-1.0.so.6
|
||||
libpthread.so.0
|
34
srcpkgs/gnome-dictionary/template
Normal file
34
srcpkgs/gnome-dictionary/template
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Template file for 'gnome-dictionary'
|
||||
pkgname=gnome-dictionary
|
||||
version=3.3.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper"
|
||||
short_desc="Look up words in dictionary sources"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=4bd6f51a98446f8c8d2bceb19bbb5221bd8b2eb2d75f23d2ad8d1045c0aafa24
|
||||
long_desc="
|
||||
This package contains $pkgname, to look up words in dictionary sources."
|
||||
|
||||
replaces="gnome-utils>=3.0"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
Add_dependency run hicolor-icon-theme
|
||||
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 full gsettings-desktop-schemas
|
||||
|
||||
post_install() {
|
||||
# Remove -devel stuff.
|
||||
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
|
||||
${DESTDIR}/usr/share/gtk-doc
|
||||
}
|
Loading…
Reference in a new issue