003-libgtk+libgdk-x11-2.0.so.0.2400.33

Post links to your 64bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

003-libgtk+libgdk-x11-2.0.so.0.2400.33

Post#1 by Rava » 18 Oct 2022, 11:42

The most recent XFCE 4.12 module contains these libraries, but the "official XFCE 4.16" module lacks both, and my geany needed them, so I made this module:

Code: Select all

root@porteus:/tmp# lsxzm 003-libgtk+libgdk-x11-2.0.so.0.2400.33.xzm 
/usr
/usr/lib64
/usr/lib64/libgdk-x11-2.0.so
/usr/lib64/libgdk-x11-2.0.so.0
/usr/lib64/libgdk-x11-2.0.so.0.2400.33
/usr/lib64/libgtk-x11-2.0.so
/usr/lib64/libgtk-x11-2.0.so.0
/usr/lib64/libgtk-x11-2.0.so.0.2400.33
md5sum b9e7de28e30ceea6fae9abdc20e4c6c3
size: 2158592 bytes - 2.06 MB

https://filehorst.de/download.php?file=ejBxfsrr

Since filehorst speaks German, a short HOWTO download and translation:

To get it, first wait 15 seconds "Dein Download wird jetzt vorbereitet." (Your download is being prepared)
Then click "Jetzt zur Download-Seite" (now to the download page)
Then click "Dein Download steht nun bereit. Klicke hier, um ihn zu starten." (Your download is ready. Click here to start downloading it)
Cheers!
Yours Rava

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

003-libgtk+libgdk-x11-2.0.so.0.2400.33

Post#2 by babam » 18 Oct 2022, 12:04

Last edited by Ed_P on 18 Oct 2022, 13:51, edited 1 time in total.
Reason: Changed link to mirror
Sorry, my English is bad.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

003-libgtk+libgdk-x11-2.0.so.0.2400.33

Post#3 by Rava » 18 Oct 2022, 13:57

Thanks I did not see that bundle, and even if I did: I would not have guessed that it would solve my issue with the 2 specific missing libs.

For bundles this extra file would be a good idea - to have a NAME.lsxzm.xz file that does just that: xz compressed output of

Code: Select all

$ lsxzm NAME.xzm > NAME.lsxzm
$ xz NAME.lsxzm
Then users can only download all bundles *.lsxzm.xz files, which will be much smaller than the main modules, and search locally e.g. via xzgrep if certain libs are in one of the existing bundles like so:

Code: Select all

$ xzgrep  libg[dt]k-x11-2.0.so *.lsxzm.xz 
Cheers!
Yours Rava

Post Reply