xdg-user-dirs-gtk-0.12

This commit is contained in:
Rmys
2025-01-13 16:24:38 +03:00
parent f5f24fe23a
commit 4f37539d51
2 changed files with 17 additions and 5 deletions
@@ -6,15 +6,18 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
autotools.configure()
pisitools.dosed("meson_custom_install_desktop_file.sh", "data", "share")
pisitools.dosed("user-dirs-update-gtk.desktop.in", "Unity;", "Unity;MATE;XFCE;")
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xdg-user-dirs-gtk</Name>
@@ -12,8 +12,9 @@
<IsA>library</IsA>
<Summary>Creates user dirs and asks to relocalize them</Summary>
<Description>Creates user dirs and asks to relocalize them</Description>
<Archive sha1sum="4327e083be37370b18f44a54c3ff490839a7617c" type="tarxz">https://download.gnome.org/sources/xdg-user-dirs-gtk/0.11/xdg-user-dirs-gtk-0.11.tar.xz</Archive>
<Archive sha1sum="0aec77160fc32d1b07f3f1d8ea787dbb4562da2d" type="tarxz">https://download.gnome.org/sources/xdg-user-dirs-gtk/0.12/xdg-user-dirs-gtk-0.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -39,12 +40,20 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-01-13</Date>
<Version>0.12</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2022-10-13</Date>
<Version>0.11</Version>