gnome-control-center: update to 3.0.1.
This commit is contained in:
parent
53fb58e1af
commit
66ac5bbe37
1 changed files with 3 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gnome-control-center'
|
||||
pkgname=gnome-control-center
|
||||
version=3.0.0.1
|
||||
version=3.0.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
|
@ -8,11 +8,10 @@ configure_args="--disable-schemas-install --disable-scrollkeeper
|
|||
--localstatedir=/var --disable-update-mimedb --disable-static"
|
||||
short_desc="GNOME control center"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9f3e95ba559d73cfe714d4dbc7ac70a342cfd9999d506552b79f9e61a171e1d9
|
||||
checksum=90dde4b3db8b7a9c973f71e15601fd176ad6746cfef63c818fbdfd2254a8e99f
|
||||
long_desc="
|
||||
This packages the control center for the GNOME desktop."
|
||||
|
||||
gconf_schemas="$pkgname.schemas"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
triggers="mimedb"
|
||||
|
@ -76,13 +75,4 @@ Add_dependency build NetworkManager-devel
|
|||
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency full hicolor-icon-theme
|
||||
|
||||
post_install()
|
||||
{
|
||||
rm -f ${DESTDIR}//usr/share/applications/mimeinfo.cache
|
||||
mv ${DESTDIR}/usr/share/pkgconfig/* ${DESTDIR}/usr/lib/pkgconfig
|
||||
|
||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
||||
--domain ${pkgname}-2.0 ${wrksrc}/*.schemas
|
||||
}
|
||||
Add_dependency full sound-theme-freedesktop
|
||||
|
|
Loading…
Reference in a new issue