gnome-shell: remove gtk-doc dir.
This commit is contained in:
parent
0560a0137c
commit
c19a7a9470
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-shell'
|
# Template file for 'gnome-shell'
|
||||||
pkgname=gnome-shell
|
pkgname=gnome-shell
|
||||||
version=3.6.0
|
version=3.6.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --with-systemd"
|
configure_args="--disable-schemas-compile --with-systemd"
|
||||||
depends="caribou pulseaudio mesa-demos desktop-file-utils"
|
depends="caribou pulseaudio mesa-demos desktop-file-utils"
|
||||||
|
@ -26,3 +26,7 @@ long_desc="
|
||||||
advantage of the capabilities of modern graphics hardware and introduces
|
advantage of the capabilities of modern graphics hardware and introduces
|
||||||
innovative user interface concepts to provide a visually attractive and
|
innovative user interface concepts to provide a visually attractive and
|
||||||
easy to use experience."
|
easy to use experience."
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/gtk-doc
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue