~roshless/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Disable kerning

Dimitri Merejkowsky <dimitri@dmerej.info>
Details
Message ID
<20210705102033.19730-1-dimitri@dmerej.info>
DKIM signature
pass
Download raw message
Patch: +3 -2
Prevent high CPU usage when scrolling

Also, that's what is done for debian
---
 lagrange/.SRCINFO | 2 +-
 lagrange/PKGBUILD | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lagrange/.SRCINFO b/lagrange/.SRCINFO
index 26a89e1..ab26455 100644
--- a/lagrange/.SRCINFO
+++ b/lagrange/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lagrange
	pkgdesc = Beautiful Gemini Client
	pkgver = 1.5.2
	pkgrel = 1
	pkgrel = 2
	url = https://git.skyjake.fi/skyjake/lagrange
	arch = x86_64
	arch = i686
diff --git a/lagrange/PKGBUILD b/lagrange/PKGBUILD
index e3f9271..f7dd4ab 100644
--- a/lagrange/PKGBUILD
+++ b/lagrange/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roshless <pkg@roshless.com>

pkgname=lagrange
pkgrel=1
pkgrel=2
pkgver=1.5.2
pkgdesc="Beautiful Gemini Client"
url="https://git.skyjake.fi/skyjake/lagrange"
@@ -24,6 +24,7 @@ makedepends=("cmake")
build() {
    cmake -B build -S "$pkgname-${pkgver}" \
        -DCMAKE_INSTALL_PREFIX='/usr' \
        -DENABLE_KERNING=OFF \
        -DTFDN_ENABLE_WARN_ERROR=OFF \
        -Wno-dev
    make -C build
-- 
2.32.0
Details
Message ID
<20210708101517.5f3a48ef@desktop>
In-Reply-To
<20210705102033.19730-1-dimitri@dmerej.info> (view parent)
DKIM signature
missing
Download raw message
Thanks! Sorry for the delay.


To aur:lagrange.git
   18d8588..efe55b7  efe55b7dec4ee354495bb8f4dd46c212783e5365 -> master

To git.roshless.me:~roshless/PKGBUILDs
   fcffd1b..ab15992  master -> master
Reply to thread Export thread (mbox)