gnome-control-center, gnome-video-effects, gsound, cheese, gnome-autoar packaged

This commit is contained in:
Berk Çakar
2021-05-29 02:35:03 +03:00
parent 45247fa65b
commit 9b0ec972ba
16 changed files with 1414 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/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("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-static \
--prefix=/usr")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "NEWS")
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnome-autoar</Name>
<Homepage>https://gitlab.gnome.org/GNOME/gnome-autoar</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<Summary>Archive framework for GNOME</Summary>
<Description>gnome-autoar provides functions and widgets for GNOME applications which want to use archives as a method to transfer directories over the Internet.</Description>
<Archive sha1sum="312d92faba6ca4f0a74fb37ea8583d0dec7b5e46">https://download.gnome.org/sources/gnome-autoar/0.3/gnome-autoar-0.3.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libarchive-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gnome-autoar</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>libarchive</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="library">/usr/lib/lib*.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>gnome-autoar-devel</Name>
<RuntimeDependencies>
<Dependency release="current">gnome-autoar</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-05-28</Date>
<Version>0.3.2</Version>
<Comment>First release for Pisi Linux</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
</History>
</PISI>