mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
lightdm: disable static, fix -devel rundeps.
This commit is contained in:
parent
aff2d7ae5e
commit
a09f9fc715
5 changed files with 18 additions and 13 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=1.0.6"
|
abi_depends=">=1.2.2_1"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -5,8 +5,9 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the GObject support library for LightDM."
|
This package contains the GObject support library for LightDM."
|
||||||
|
|
||||||
do_install()
|
revision=1
|
||||||
{
|
|
||||||
|
do_install() {
|
||||||
vmove "usr/lib/liblightdm-gobject*.so*" usr/lib
|
vmove "usr/lib/liblightdm-gobject*.so*" usr/lib
|
||||||
vmove usr/lib/girepository-1.0 usr/lib
|
vmove usr/lib/girepository-1.0 usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the QT support library for LightDM."
|
This package contains the QT support library for LightDM."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove "usr/lib/liblightdm-qt*.so*" usr/lib
|
vmove "usr/lib/liblightdm-qt*.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,12 +6,15 @@ long_desc="${long_desc}
|
||||||
This package contains headers, static libs, etc for LightDM."
|
This package contains headers, static libs, etc for LightDM."
|
||||||
|
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
|
Add_dependency run liblightdm-gobject ">=${version}"
|
||||||
|
Add_dependency run liblightdm-qt ">=${version}"
|
||||||
|
|
||||||
do_install()
|
revision=1
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
do_install() {
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
vmove usr/share/gtk-doc usr/share
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/{vala*,gir*,gtk-doc} ${DESTDIR}/usr/share
|
vmove usr/share/vala usr/share
|
||||||
|
vmove usr/share/gir-1.0 usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'lightdm'
|
# Template file for 'lightdm'
|
||||||
pkgname=lightdm
|
pkgname=lightdm
|
||||||
version=1.2.2
|
version=1.2.2
|
||||||
|
revision=1
|
||||||
homepage="https://launchpad.net/lightdm"
|
homepage="https://launchpad.net/lightdm"
|
||||||
distfiles="https://launchpad.net/lightdm/1.2/$version/+download/$pkgname-$version.tar.gz"
|
distfiles="https://launchpad.net/lightdm/1.2/$version/+download/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-greeter-user=lightdm"
|
configure_args="--with-greeter-user=lightdm --disable-static"
|
||||||
short_desc="Light Display Manager"
|
short_desc="Light Display Manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3, LGPL-3"
|
license="GPL-3, LGPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue