upower-0.99.13
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
pisitools.dosed("configure", "DISABLE_DEPRECATED", deleteLine=True)
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
@@ -25,4 +27,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Power Management Service</Summary>
|
||||
<Description>upower provides a daemon, API and command line tools for managing power devices attached to the system.</Description>
|
||||
<Archive sha1sum="5a023b29d64a6ce41cc6901bc46a279041784a9b" type="tarxz">http://upower.freedesktop.org/releases/upower-0.99.11.tar.xz</Archive>
|
||||
<Archive sha1sum="68f2934ebaff73f744bc9cca05e49790838a4d1a" type="tarbz2">https://gitlab.freedesktop.org/upower/upower/-/archive/UPOWER_0_99_13/upower-UPOWER_0_99_13.tar.bz2</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -33,8 +33,8 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">add-tr.patch</Patch>
|
||||
<Patch level="1">0001-linux-Add-support-for-iPhone-XR-XS-models.patch</Patch>
|
||||
<Patch level="1">0001-build-Use-a-newer-libplist-if-available.patch</Patch>
|
||||
<!-- <Patch level="1">0001-linux-Add-support-for-iPhone-XR-XS-models.patch</Patch> -->
|
||||
<!-- <Patch level="1">0001-build-Use-a-newer-libplist-if-available.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -90,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-09-18</Date>
|
||||
<Version>0.99.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>0.99.11</Version>
|
||||
|
||||
Reference in New Issue
Block a user