Various minor improvements

This commit is contained in:
2016-02-29 00:05:15 +01:00
parent 3fa0f3d96a
commit 1300f8bdd1
71 changed files with 291 additions and 280 deletions

View File

@@ -25,7 +25,6 @@ src_configure() {
--with-wx-config="/usr/$(exhost --target)/lib/wx/config/$(option providers:gtk3 'gtk3' 'gtk2')-unicode-3.0" \
--with-wxshared \
--with-sqlite3-prefix="/usr/$(exhost --target)"
}
src_install() {
@@ -38,6 +37,7 @@ src_install() {
gtkver=2
fi
# this is the upstream .pc file
edo sed \
-e "s:prefix=/usr:prefix=/usr/$(exhost --target):" \
-e "s:wxcode_gtk2_wxsqlite3:wxcode_gtk${gtkver}u_wxsqlite3:" \