void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

Komikku: update to 1.60.0, adopt.

Open fanyx opened this issue 1 year ago • 3 comments

Komikku migrated to codeberg.

Merge first:

  • https://github.com/void-linux/void-packages/pull/50777

  • https://github.com/void-linux/void-packages/pull/50776

  • [x] libadwaita-1.6.0

Ty @chrysos349

Testing the changes

  • I tested the changes in this PR: yes

Local build testing

  • I built this PR locally for my native architecture, (x86_64-glibc)

fanyx avatar Jun 04 '24 15:06 fanyx

Crossbuilds are currently failing.

if [ "$CROSS_BUILD" ]; then
	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
fi

I tested the changes in this PR: briefly

did you? there are two more runtime deps:

  • #50777
  • #50776

p.s. actually, there is one more runtime dep (python3-curl_cffi), but it's optional (required by two servers).

chrysos349 avatar Jun 11 '24 15:06 chrysos349

I tested the changes in this PR: briefly

did you? there are two more runtime deps:

Eh, yeah i didn't test runtime. Was away from my main pc while i noticed this was out of date. Ty for noticing and creating PRs for the packages. I only would've gotten around to it on the weekend.

fanyx avatar Jun 11 '24 16:06 fanyx

Just my 2 cents: your template should run fine after you add the rest of the runtime dependencies. I've been using my personal template for almost a year now, it has all the same stuff (except when they bumped gnome version, then I was just waiting for void to get up to date).

shnaps avatar Jun 25 '24 04:06 shnaps