Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id AAA80221D76 for <~alpine/users@lists.alpinelinux.org>; Thu, 18 Jun 2026 19:12:09 +0000 (UTC) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id E22E0240101 for <~alpine/users@lists.alpinelinux.org>; Thu, 18 Jun 2026 21:12:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.net; s=2017; t=1781809927; bh=ZaZfsM5UW3C1rpA+6jCh3CcbPauEEwa/Z1Gta5+k1RI=; h=Mime-Version:Content-Transfer-Encoding:Content-Type:Date: Message-Id:From:To:Subject:From; b=pLNNo3+FTyfQUa//fwaYKiXJM7Guryhq0c+FKUps+2OzdpMoxh+lqbCO3BtyazHx/ FFRV0bNqenDZzczHFR8LEHtHaj6jTA66Gqy9X1INdLdtanvtx8ajWuJlwUiNG5fAZ+ cbghLx8MTOW+OQiqSvxdHp7RNJg7j56ZOiZynCWORlAmqH7C1ukij/mw2IP87ktcoN qW6HLMQxvTsAY7s2WRmKNif2C9AuNNq57pqxCJrwpFauDaCmcXc1AgzeUI8tM/yTvL 8VPOEt4OsZW7WHO87+SLf9vPbK6tcn5DwXeDZYw7b9y0Vhwj4sg3dvVFaB81rOwJdV eDnuJF2qyjpvw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4gh9MW10rKz9rxG; Thu, 18 Jun 2026 21:12:07 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 18 Jun 2026 19:12:07 +0000 Message-Id: From: "Sertonix" To: "Ian Smith" , <~alpine/users@lists.alpinelinux.org> Subject: Re: Keeping gtk+2.0 in v3.24 References: <20260617112513.13944824@bonsai.doitto.me.uk> In-Reply-To: <20260617112513.13944824@bonsai.doitto.me.uk> On Wed Jun 17, 2026 at 12:25 PM CEST, Ian Smith wrote: > > Well, here's a thing. I just upgraded my =E2=80=9Cserver=E2=80=9D Pi to = 3.24, and > gtk+2.0 is still installed. It was in the world file, so most probably > that is what stopped it being removed. gtk+2.0 has not been remove in 3.24. In 3.24 there have only been some packages using gtk+2.0 removed. Regarding GKrellm, you should be able to build it with something like CFLAGS=3D"$CFLAGS -std=3Dc11 -D_GNU_SOURCE". Porting it to gtk+3.0 may be possible but would require replacing stuff like GdkPixmap which probably requires some design changes.