Added various packages required for Pantheon development
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-Dvapi=false")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libgit2-glib</Name>
|
||||
<Homepage>https://gitlab.gnome.org/GNOME/libgit2-glib</Homepage>
|
||||
<Packager>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary>libgit2-glib is a glib wrapper library around the libgit2 git access library.</Summary>
|
||||
<Description>libgit2-glib is a glib wrapper library around the libgit2 git access library.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgit2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="tarxz" sha1sum="727c747c1b58e0bd45816d394ddfba782efeba1d">https://download.gnome.org/sources/libgit2-glib/0.99/libgit2-glib-0.99.0.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libgit2-glib</Name>
|
||||
<Summary>libgit2-glib is a glib wrapper library around the libgit2 git access library.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgit2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/libgit2-glib-1.0.so</Path>
|
||||
<Path fileType="library">/usr/lib/libgit2-glib-1.0.so.0</Path>
|
||||
<Path fileType="library">/usr/lib/libgit2-glib-1.0.so.0.2800.0</Path>
|
||||
<Path fileType="library">/usr/lib/python3.8</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libgit2-glib-devel</Name>
|
||||
<Summary>libgit2-glib is a glib wrapper library around the libgit2 git access library.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libgit2-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-04-07</Date>
|
||||
<Version>0.99.0</Version>
|
||||
<Comment>First release for Pisi Linux</Comment>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user