Cleaned up build options in several gtk pkg build files Updated gtk buildlist Added code to disable docs compilation in gtk/babl Removed code to disable overlinking in gtk/gspell and gtk/gtk2 Fixed arch variable gtk/gst-plugins-base
30 lines
645 B
Text
Executable file
30 lines
645 B
Text
Executable file
app=glibmm
|
|
version=2.58.0
|
|
build=1sml
|
|
homepage="http://www.gtkmm.org"
|
|
download="https://download.gnome.org/sources/glibmm/2.58/glibmm-$version.tar.xz"
|
|
desc="C++ bindings for GLib"
|
|
requires="perl-modules glib-networking libsigcpp"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix=""
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING* $pkgdocs
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
020da0a90668cc9145a0a546e5e0824c1a12881ff1dd0a53c83c035ce1788d1588e7592fb0fa24147c3afe88e07bb2e7b0ccd490fe224b58d66a9609bf8343b2 glibmm-2.58.0.tar.lz
|
|
"
|