gconf-merge-schema
This commit is contained in:
parent
457bfd0460
commit
358820feb0
|
@ -16,7 +16,7 @@ build() {
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-nautilus-extension
|
--disable-nautilus-extension
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -rf $PKG/usr/share/applications
|
rm -rf $PKG/usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ source=(http://people.debian.org/~kov/gksu/$name-$version.tar.gz
|
||||||
libgksu-2.0.0-fbsd.patch
|
libgksu-2.0.0-fbsd.patch
|
||||||
libgksu-2.0.12-automake-1.11.2.patch
|
libgksu-2.0.12-automake-1.11.2.patch
|
||||||
libgksu-2.0.12-fix-make-3.82.patch
|
libgksu-2.0.12-fix-make-3.82.patch
|
||||||
libgksu-2.0.12-notests.patch
|
libgksu-2.0.12-notests.patch
|
||||||
libgksu-2.0.12-revert-forkpty.patch
|
libgksu-2.0.12-revert-forkpty.patch
|
||||||
libgksu-2.0.7-libs.patch
|
libgksu-2.0.7-libs.patch
|
||||||
libgksu-2.0.7-polinguas.patch)
|
libgksu-2.0.7-polinguas.patch)
|
||||||
|
@ -30,13 +30,18 @@ build() {
|
||||||
intltoolize --force --copy --automake
|
intltoolize --force --copy --automake
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc \
|
./configure --prefix=/usr \
|
||||||
--localstatedir=/var --disable-static --disable-schemas-install
|
--sysconfdir=/etc \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--disable-static \
|
||||||
|
--disable-schemas-install
|
||||||
|
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
make
|
make
|
||||||
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${PKG}" install
|
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${PKG}" install
|
||||||
rm -f ${PKG}/usr/lib/*.a
|
rm -f ${PKG}/usr/lib/*.a
|
||||||
install -m755 -d "${PKG}/usr/share/gconf/schemas"
|
install -m755 -d "${PKG}/usr/share/gconf/schemas"
|
||||||
# gconf-merge-schema "${PKG}/usr/share/gconf/schemas/$name.schemas" --domain libgksu ${PKG}/etc/gconf/schemas/*.schemas
|
gconf-merge-schema "${PKG}/usr/share/gconf/schemas/$name.schemas" --domain libgksu ${PKG}/etc/gconf/schemas/*.schemas
|
||||||
rm -f ${PKG}/etc/gconf/schemas/*.schemas
|
rm -f ${PKG}/etc/gconf
|
||||||
|
rm -f ${PKG}/usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue