gnome-42.0
This commit is contained in:
@@ -24,6 +24,7 @@ services for numerous locations.</Summary>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gi-docgen</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="tarxz" sha1sum="c86195604db2337da21fe9c29c0da56dd9b93eff">https://download.gnome.org/sources/libgweather/4.0/libgweather-4.0.0.tar.xz</Archive>
|
||||
|
||||
@@ -8,23 +8,19 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
pisitools.dosed("configure", "DISABLE_DEPRECATED", deleteLine=True)
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
--disable-gtk-doc \
|
||||
--enable-deprecated \
|
||||
--with-systemdsystemunitdir=no \
|
||||
--enable-introspection")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
#shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
#pisitools.dosed("configure", "DISABLE_DEPRECATED", deleteLine=True)
|
||||
mesontools.configure("-Dgtk-doc=false \
|
||||
-Dudevrulesdir=/lib/udev \
|
||||
-Dintrospection=enabled \
|
||||
-Dsystemdsystemunitdir=no")
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
|
||||
@@ -13,11 +13,12 @@
|
||||
<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="68f2934ebaff73f744bc9cca05e49790838a4d1a" type="tarbz2">https://gitlab.freedesktop.org/upower/upower/-/archive/UPOWER_0_99_13/upower-UPOWER_0_99_13.tar.bz2</Archive>
|
||||
<Archive sha1sum="d6c615fc2400465e1197b36c878ece290e1efc11" type="tarbz2">https://gitlab.freedesktop.org/upower/upower/-/archive/v0.99.17/upower-v0.99.17.tar.bz2</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -91,6 +92,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2022-03-21</Date>
|
||||
<Version>0.99.17</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2021-09-18</Date>
|
||||
<Version>0.99.13</Version>
|
||||
|
||||
Reference in New Issue
Block a user