gnome-control-center: move so symlink into main pkg.
--HG-- extra : convert_revision : 91fce80c3bf6983a669e47f0f6be38949b79007a
This commit is contained in:
parent
09af1977ae
commit
e53d992680
2 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run intltool
|
||||
Add_dependency run gnome-doc-utils
|
||||
|
@ -41,7 +43,7 @@ do_install()
|
|||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib/window-manager-settings
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.{a,so} ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/window-manager-settings/*.a \
|
||||
${DESTDIR}/usr/lib/window-manager-settings
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-control-center'
|
||||
pkgname=gnome-control-center
|
||||
version=2.30.0
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
|
@ -79,6 +79,7 @@ Add_dependency build evolution-data-server-devel
|
|||
Add_dependency build libsoup-devel
|
||||
Add_dependency build libgnomekbd-devel
|
||||
Add_dependency build libxklavier-devel
|
||||
Add_dependency build gnome-settings-daemon
|
||||
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency full hicolor-icon-theme
|
||||
|
|
Loading…
Reference in a new issue