Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=88e0bfa7542e59ccc55fdbcecada8d544a6aba79
commit 88e0bfa7542e59ccc55fdbcecada8d544a6aba79 Author: crazy <[email protected]> Date: Mon Feb 5 01:13:24 2018 +0100 gnokii-0.6.31-7-x86_64 * rebuild with tc * solve gcc7 issue with a sed line in FB diff --git a/source/xapps/gnokii/FrugalBuild b/source/xapps/gnokii/FrugalBuild index 1e6f3a7..3373b83 100644 --- a/source/xapps/gnokii/FrugalBuild +++ b/source/xapps/gnokii/FrugalBuild @@ -3,12 +3,12 @@ pkgname=gnokii pkgver=0.6.31 -pkgrel=6 +pkgrel=7 pkgdesc="Tools and user space driver for use with mobile phones" url="http://www.gnokii.org/" backup=(etc/gnokiirc) depends=('bluez>=5.37-2' 'libusb>=0.1.5-4' 'readline>=6.2-9' 'ncurses>=6.0-12') -makedepends=('postgresql>=9.5.4' 'mysql>=5.5.50-2' 'perl-xml-parser' 'intltool' 'x11-protos') +makedepends=('postgresql>=9.5.4' 'mariadb' 'perl-xml-parser' 'intltool' 'x11-protos') groups=('xapps') options=('scriptlet') archs=("x86_64") @@ -19,7 +19,7 @@ sha1sums=('b053ed2327997b5730bddc4b63d77388f9fff08c' \ subpkgs=($pkgname-{mysql,pq,gui}) subdescs=('MySQL support for gnokii.' 'PostgreSQL support for gnokii.' 'Gtk+2 GUi for gnokii') -subdepends=("glib2 libmysqlclient>=5.5.50-2" "glib2>=2.50.0 libpq>=9.5.4" "gtk+2>=2.24.29-2") +subdepends=("glib2 libmariadbclient" "glib2>=2.50.0 libpq>=9.5.4" "gtk+2>=2.24.29-2") subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver") subgroups=('xapps-extra' 'xapps-extra' 'xapps-extra') subarchs=('x86_64' 'x86_64' 'x86_64') @@ -29,6 +29,8 @@ build() Fcd $pkgname-${pkgver%%.?} unset MAKEFLAGS Fpatchall + ## GCC7 + Fsed 'inline int local_atoi' 'static int local_atoi' common/gsm-filetypes.c Fmake --enable-security ## strange cd x$pkgname || Fdie _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
