@@ -51,7 +51,7 @@
|
|||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2018-02-11</Date>
|
<Date>2018-02-11</Date>
|
||||||
<Version>0.10.6</Version>
|
<Version>0.10.6</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release.</Comment>
|
||||||
<Name>Ertuğrul Erata</Name>
|
<Name>Ertuğrul Erata</Name>
|
||||||
<Email>ertugrulerata@gmail.com</Email>
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2018 TUBITAK/UEKAE
|
||||||
|
# Licensed under the GNU General Public License, version 2.
|
||||||
|
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||||
|
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.system("sh autogen.sh")
|
||||||
|
|
||||||
|
autotools.configure("--with-systemduserunitdir=none")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYING", "README*", "NEWS")
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>xdg-desktop-portal</Name>
|
||||||
|
<Homepage></Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2</License>
|
||||||
|
<Summary>A portal frontend service for Flatpak and possibly other desktop containment frameworks</Summary>
|
||||||
|
<Description>A portal frontend service for Flatpak and possibly other desktop containment frameworks</Description>
|
||||||
|
<Archive sha1sum="a2e8fa3416df66d9ccbeb6393b7bb7370d5e596a" type="targz">https://github.com/flatpak/xdg-desktop-portal/archive/0.9.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>xmlto</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>dbus-devel</Dependency>
|
||||||
|
<Dependency>util-linux</Dependency>
|
||||||
|
<Dependency>flatpak-devel</Dependency>
|
||||||
|
<Dependency>gettext-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>xdg-desktop-portal</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>flatpak</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="library">/usr/libexec</Path>
|
||||||
|
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||||
|
<Path fileType="data">/usr/share/pkgconfig</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="locale">/usr/share/locale</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2018-02-04</Date>
|
||||||
|
<Version>0.9</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -160009,6 +160009,54 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
|
<SpecFile>
|
||||||
|
<Source>
|
||||||
|
<Name>xdg-desktop-portal</Name>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2</License>
|
||||||
|
<PartOf>hardware.virtualization</PartOf>
|
||||||
|
<Summary xml:lang="en">A portal frontend service for Flatpak and possibly other desktop containment frameworks</Summary>
|
||||||
|
<Description xml:lang="en">A portal frontend service for Flatpak and possibly other desktop containment frameworks</Description>
|
||||||
|
<Archive type="targz" sha1sum="a2e8fa3416df66d9ccbeb6393b7bb7370d5e596a">https://github.com/flatpak/xdg-desktop-portal/archive/0.9.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>xmlto</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>dbus-devel</Dependency>
|
||||||
|
<Dependency>util-linux</Dependency>
|
||||||
|
<Dependency>flatpak-devel</Dependency>
|
||||||
|
<Dependency>gettext-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<SourceURI>hardware/virtualization/xdg-desktop-portal/pspec.xml</SourceURI>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>xdg-desktop-portal</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>flatpak</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="library">/usr/libexec</Path>
|
||||||
|
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||||
|
<Path fileType="data">/usr/share/pkgconfig</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="locale">/usr/share/locale</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2018-02-04</Date>
|
||||||
|
<Version>0.9</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</SpecFile>
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>virtualbox</Name>
|
<Name>virtualbox</Name>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
f467341b3471937a7e86be515895ac9da3d2ff06
|
b2333f58ae919de1f4ba7ff3b135b579e072b271
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
69cde4853b81cfb5dbf81ff66766e4a352317cd9
|
11dccfabd03aa2dea08f2d0526a129d356d22a62
|
||||||
Reference in New Issue
Block a user