X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mailauth3.nine.ch (mailauth3.nine.ch [94.230.211.187]) by lists.alpinelinux.org (Postfix) with ESMTP id AD15A5C4C46 for ; Tue, 8 Aug 2017 14:51:00 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mailauth3.nine.ch (Postfix) with ESMTP id 5497311F8AD; Tue, 8 Aug 2017 16:50:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mailauth3.nine.ch X-Spam-Flag: NO X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-0.999 tagged_above=-999 required=5.6 tests=[ALL_TRUSTED=-1, HEADER_FROM_DIFFERENT_DOMAINS=0.001] autolearn=disabled Received: from mailauth3.nine.ch ([127.0.0.1]) by localhost (mailauth3.nine.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yoduhC5fooGW; Tue, 8 Aug 2017 16:50:58 +0200 (CEST) Received: from vimes (252.232.197.178.dynamic.wless.lssmb00p-cgnat.res.cust.swisscom.ch [178.197.232.252]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pf@1042.ch) by mailauth3.nine.ch (Postfix) with ESMTPSA; Tue, 8 Aug 2017 16:50:58 +0200 (CEST) Received: by vimes (Postfix, from userid 1000) id B707A20211; Tue, 8 Aug 2017 16:50:57 +0200 (CEST) From: Jean-Louis Fuchs To: alpine-aports@lists.alpinelinux.org Cc: Jean-Louis Fuchs Subject: [alpine-aports] [PATCH] community/libreoffice: Use gtk3 Date: Tue, 8 Aug 2017 16:50:53 +0200 Message-Id: <20170808145053.18534-1-ganwell@fangorn.ch> X-Mailer: git-send-email 2.13.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Improves HiDPI experience --- I back-ported that change and I am currently using it on my machine. community/libreoffice/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/libreoffice/APKBUILD b/community/libreoffice/APKBUILD index 32a05dd00f..5bfb39bf17 100644 --- a/community/libreoffice/APKBUILD +++ b/community/libreoffice/APKBUILD @@ -14,7 +14,7 @@ depends_dev="cups-dev libjpeg-turbo-dev boost-dev clucene-dev libe-book-dev icu- libxslt-dev postgresql-dev mdds-dev glm-dev glu-dev glew-dev vigra-dev unixodbc-dev openldap-dev libressl-dev nss-dev npapi-sdk hunspell-dev libxrender-dev libxrandr-dev neon-dev apr-dev redland-dev libexttextcat-dev - gconf-dev bluez-dev gstreamer-dev gst-plugins-base-dev gtk+2.0-dev + gconf-dev bluez-dev gstreamer-dev gst-plugins-base-dev gtk+3.0-dev poppler-dev cairo-dev hyphen-dev mythes-dev python3-dev harfbuzz-dev libfreehand-dev libodfgen-dev libcdr-dev libzmf-dev libstaroffice-dev liborcus-dev openjdk8 apache-ant junit" @@ -251,6 +251,8 @@ build() { --disable-lpsolve \ --disable-gltf \ --disable-liblangtag \ + --disable-gtk \ + --enable-gtk3 \ || return 1 # adding '-isystem /usr/include' make things break with gcc6 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823145 -- 2.13.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---