libSM: update to 1.2.0.
This commit is contained in:
parent
afe2dba3a3
commit
948b973fef
2 changed files with 8 additions and 6 deletions
|
@ -5,14 +5,16 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run pkg-config
|
||||||
|
Add_dependency run xtrans
|
||||||
|
Add_dependency run libuuid-devel
|
||||||
|
Add_dependency run libICE-devel
|
||||||
Add_dependency run libSM
|
Add_dependency run libSM
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template build file for 'libSM'.
|
# Template build file for 'libSM'.
|
||||||
pkgname=libSM
|
pkgname=libSM
|
||||||
version=1.1.1
|
version=1.2.0
|
||||||
revision=1
|
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="X Session Management Library"
|
short_desc="X Session Management Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f50d184d8c6a031b3ff4f0d52efcfd4ffa811b0362b166a9ff9ba4c2e9aa7ce0
|
checksum=0cd8df1b7067bfda10b05d38279777770677c6fecb5a14e804a28597da7a57cb
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the library and header files for the X Session
|
This package contains the library and header files for the X Session
|
||||||
Management Library. This is from the modular X.org project."
|
Management Library. This is from the modular X.org project."
|
||||||
|
@ -17,4 +16,5 @@ Add_dependency run libuuid
|
||||||
Add_dependency run libICE
|
Add_dependency run libICE
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xtrans
|
Add_dependency build xtrans
|
||||||
|
Add_dependency build libuuid-devel
|
||||||
Add_dependency build libICE-devel
|
Add_dependency build libICE-devel
|
||||||
|
|
Loading…
Reference in a new issue