dconf fix tarball link.

This commit is contained in:
uglyside
2025-07-03 05:32:48 +03:00
parent 9a35a6ff01
commit ca05a3d306
2 changed files with 7 additions and 9 deletions
+3 -5
View File
@@ -1,13 +1,12 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("sed -i 's/install_dir: systemd_userunitdir,//' service/meson.build") shelltools.system("sed -i 's/install_dir: systemd_userunitdir,//' service/meson.build")
@@ -15,9 +14,8 @@ def setup():
def build(): def build():
mesontools.build() mesontools.build()
def install(): def install():
mesontools.install() mesontools.install()
pisitools.dodoc("COPYING", "NEWS", "README") pisitools.dodoc("COPYING", "NEWS", "README")
+4 -4
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>dconf</Name> <Name>dconf</Name>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Simple low-level configuration system</Summary> <Summary>Simple low-level configuration system</Summary>
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description> <Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
<Archive sha1sum="c8e12b98b2b10ccae4ee13395a39b3e913f58ab6" type="tarxz">http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.40/dconf-0.40.0.tar.xz</Archive> <Archive sha1sum="c8e12b98b2b10ccae4ee13395a39b3e913f58ab6" type="tarxz">https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency>ninja</Dependency> <Dependency>ninja</Dependency>
@@ -53,7 +53,7 @@
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/vala</Path> <Path fileType="data">/usr/share/vala</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path> <Path fileType="data">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
@@ -91,7 +91,7 @@
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email> <Email>muscnsl@gmail.com</Email>
</Update> </Update>
<Update release="7"> <Update release="7">
<Date>2020-01-14</Date> <Date>2020-01-14</Date>
<Version>0.34.0</Version> <Version>0.34.0</Version>
<Comment>Version bump</Comment> <Comment>Version bump</Comment>