mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gsettings-desktop-schemas: update to 3.2.0.
This commit is contained in:
parent
b98bf3e97a
commit
1c3fb87778
1 changed files with 3 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gsettings-desktop-schemas'
|
# Template file for 'gsettings-desktop-schemas'
|
||||||
pkgname=gsettings-desktop-schemas
|
pkgname=gsettings-desktop-schemas
|
||||||
version=3.0.1
|
version=3.2.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var"
|
configure_args="--localstatedir=/var"
|
||||||
short_desc="Collection of GSettings schemas"
|
short_desc="Collection of GSettings schemas"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=6e72158a0e70ae50b8bb992e1486dd2fda43207f4ec4eb03a0d769f210363fd9
|
checksum=110ea92485eade7f8f850da55944ae9f40597a891f3c46831c8edad06657e21c
|
||||||
long_desc="
|
long_desc="
|
||||||
${pkgname} contains a collection of GSettings schemas for
|
${pkgname} contains a collection of GSettings schemas for
|
||||||
settings shared by various components of a desktop."
|
settings shared by various components of a desktop."
|
||||||
|
@ -19,9 +19,3 @@ Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build coreutils # /usr/bin/env
|
Add_dependency build coreutils # /usr/bin/env
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
|
|
||||||
post_install()
|
|
||||||
{
|
|
||||||
install -d ${DESTDIR}/usr/lib
|
|
||||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue