gnome-shell: set ca-certs path, revbump.
This commit is contained in:
parent
5cb78884d5
commit
ddb56c2b4a
|
@ -1,10 +1,12 @@
|
||||||
# Template file for 'gnome-shell'
|
# Template file for 'gnome-shell'
|
||||||
pkgname=gnome-shell
|
pkgname=gnome-shell
|
||||||
version=3.2.2.1
|
version=3.2.2.1
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-install --disable-schemas-compile
|
configure_args="--disable-schemas-install --disable-schemas-compile
|
||||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||||
|
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
||||||
short_desc="GNOME core user interface"
|
short_desc="GNOME core user interface"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://live.gnome.org/GnomeShell"
|
homepage="http://live.gnome.org/GnomeShell"
|
||||||
|
@ -24,11 +26,14 @@ Add_dependency run pulseaudio
|
||||||
Add_dependency run caribou
|
Add_dependency run caribou
|
||||||
Add_dependency run mesa-demos
|
Add_dependency run mesa-demos
|
||||||
Add_dependency run desktop-file-utils
|
Add_dependency run desktop-file-utils
|
||||||
|
Add_dependency full ca-certificates
|
||||||
|
Add_dependency full gir-freedesktop
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gnome-doc-utils
|
Add_dependency build gnome-doc-utils
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
|
Add_dependency build json-glib-devel ">=0.14.0"
|
||||||
Add_dependency build startup-notification-devel
|
Add_dependency build startup-notification-devel
|
||||||
Add_dependency build network-manager-applet-devel
|
Add_dependency build network-manager-applet-devel
|
||||||
Add_dependency build caribou-devel
|
Add_dependency build caribou-devel
|
||||||
|
@ -40,13 +45,10 @@ Add_dependency build libcroco-devel
|
||||||
Add_dependency build gjs-devel
|
Add_dependency build gjs-devel
|
||||||
Add_dependency build mutter-devel
|
Add_dependency build mutter-devel
|
||||||
Add_dependency build telepathy-logger-devel
|
Add_dependency build telepathy-logger-devel
|
||||||
Add_dependency build json-glib-devel ">=0.14.0"
|
|
||||||
Add_dependency build libcanberra-devel
|
Add_dependency build libcanberra-devel
|
||||||
Add_dependency build pulseaudio-devel
|
Add_dependency build pulseaudio-devel
|
||||||
Add_dependency build polkit-devel
|
Add_dependency build polkit-devel
|
||||||
|
|
||||||
Add_dependency full gir-freedesktop
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
||||||
|
|
Loading…
Reference in New Issue