Page MenuHomeSolus

Update to 3.32.4
AbandonedPublic

Authored by Justin on Jun 4 2019, 2:41 AM.
Tags
None
Referenced Files
F11026139: D6464.diff
Wed, Aug 9, 1:56 AM
F10938485: D6464.id.diff
Thu, Jul 13, 3:01 PM
F10844658: D6464.id15550.diff
Jun 10 2023, 9:36 PM
F10835559: D6464.diff
Jun 8 2023, 12:24 AM
F10835141: D6464.diff
Jun 7 2023, 7:04 PM

Details

Reviewers
JoshStrobl
Group Reviewers
Triage Team
Summary
Test Plan

Applied theme and tested on several GTK applications as well as gtk3-demo samples

Diff Detail

Repository
R3334 zuki-themes
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Justin requested review of this revision.Jun 4 2019, 2:41 AM

Also changed to meson build system, added builddep.

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
13–16

Setting DESTDIR should not be necessary if you're using the supported macros:

  1. During setup: %meson_configure
  2. build should be: %ninja_build not meson build
  3. Should be %ninja_install
This revision now requires changes to proceed.Jun 5 2019, 12:42 PM

Yeah I tried using the macros but got errors hence using the base commands.