Opened 2 years ago

Closed 2 years ago

#16168 closed enhancement (fixed)

upower-0.99.16

Reported by: Douglas R. Reno Owned by: pierre
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Change History (8)

comment:1 by Xi Ruoyao, 2 years ago

Install instruction:

sed '/subdir.*doc/d' -i meson.build # if gtk_doc is not installed, -Dgtk-doc and -Dman are not enough
mkdir build
cd build
meson setup --prefix=/usr --buildtype=release -Dgtk-doc=false -Dman=false
ninja
ninja install

comment:2 by Xi Ruoyao, 2 years ago

Version 0.99.16


Released: 2022-02-23

Bug fixes:

  • Silence unnecessary udev event warnings
  • Increase test timeout (#171)
  • Explicitly link with plist
  • Fix UpClient reference leak
  • Fix DisplayDevice state on battery hotplug
  • Fix critical action to work after it was cancelled (#172)

Version 0.99.15


Released: 2022-02-09

Bug fixes:

  • Various build fixes
  • Update bluetooth device alias when it changes (#169)

Version 0.99.14


Released: 2022-02-03

Changes:

  • Port build system to meson
  • New ChargeCycles D-Bus property (#152)
  • New async GLib APIs (#121)
  • lid related functions are now deprecated
  • Refresh API is now deprecated

Bug fixes:

  • Plenty of test suite fixes
  • Fix leak of inhibitor lock (#160)
  • Recognize USB power supplies (#148)
  • Fix time compression of data points (#167)
  • Fix disk write amplification when battery is low (#150)

comment:3 by pierre, 2 years ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:4 by pierre, 2 years ago

Sysv needs:

-Dsystemdsystemunitdir=no -Dudevrulesdir=/usr/lib/udev/rules.d

The meson system still has problems. What do you think of this output:

  sbindir:        /usr/share
  datadir:        /usr/sbin

Hopefully just an output problem :)

in reply to:  4 ; comment:5 by Xi Ruoyao, 2 years ago

Replying to pierre:

  sbindir:        /usr/share
  datadir:        /usr/sbin

Hopefully just an output problem :)

I took a look at meson.build and yes, it's just an output problem.

But it really made me laughing :)

in reply to:  5 comment:6 by pierre, 2 years ago

Replying to Xi Ruoyao:

Replying to pierre:

  sbindir:        /usr/share
  datadir:        /usr/sbin

Hopefully just an output problem :)

I took a look at meson.build and yes, it's just an output problem.

Trying to make a MR, but gitlab is messy...

But it really made me laughing :)

Me too!

Last edited 2 years ago by pierre (previous) (diff)

comment:8 by pierre, 2 years ago

Resolution: fixed
Status: assignedclosed

Fixed at 475d43882

Note: See TracTickets for help on using tickets.