gnome-utils: update to 2.32.0.
This commit is contained in:
parent
86b106e9a2
commit
a0f12b02f6
2 changed files with 12 additions and 6 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run intltool
|
||||
Add_dependency run gnome-doc-utils
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'gnome-utils'
|
||||
pkgname=gnome-utils
|
||||
version=2.30.0
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||
version=2.32.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||
--localstatedir=/var"
|
||||
short_desc="GNOME common utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=745bb25fce536dc5337e7b5cbcbce9eee66b3cc0c500de302759b98ebcef6a8f
|
||||
checksum=033a55cf442096b28ea6292043354feafe000d1e5f4ebb962a9b6d72eb9a93fa
|
||||
long_desc="
|
||||
This packages contains common utilities for the GNOME desktop."
|
||||
|
||||
|
@ -24,6 +23,8 @@ gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libpng
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run atk
|
||||
Add_dependency run glib
|
||||
|
@ -83,3 +84,10 @@ pre_configure()
|
|||
# Use cmp(1) from diffutils.
|
||||
export PATH="/usr/bin:$PATH"
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Remove it also from Xfce menu that ships its own thingy
|
||||
sed -i -e "s/NotShowIn\=KDE\;/NotShowIn\=KDE\;XFCE\;/" \
|
||||
${DESTDIR}/usr/share/applications/gnome-dictionary.desktop
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue