gnome-builder, gnome-contacts, gnome-disk-utility, gnome-maps, gnome-recipes, gnome-weather, libchamplain, jsonrpc-glib, template-glib packaged; gitg, libgit2-glib, libgit2, gd rebuild

This commit is contained in:
Berk Çakar
2021-06-15 00:54:58 +03:00
parent 707342cda2
commit c7b4b3734a
32 changed files with 9537 additions and 1381 deletions
+2 -2
View File
@@ -8,7 +8,8 @@ from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
mesontools.configure("-Dvapi=false")
mesontools.configure("-Dintrospection=true \
-Dvapi=true")
def build():
mesontools.build()
@@ -17,4 +18,3 @@ def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
@@ -0,0 +1,11 @@
--- meson_vapi_link.py.orig 2020-08-22 14:36:38.509123984 +0700
+++ meson_vapi_link.py 2020-08-22 14:37:05.199021653 +0700
@@ -4,7 +4,7 @@
import subprocess
import sys
-vapidir = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], sys.argv[1], 'vala', 'vapi')
+vapidir = os.path.join(os.environ['DESTDIR'] + sys.argv[1], 'vala', 'vapi')
# FIXME: meson will not track the creation of these files
# https://github.com/mesonbuild/meson/blob/master/mesonbuild/scripts/uninstall.py#L39
+16 -8
View File
@@ -5,24 +5,26 @@
<Name>libgit2-glib</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libgit2-glib</Homepage>
<Packager>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</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>
<Archive type="tarxz" sha1sum="727c747c1b58e0bd45816d394ddfba782efeba1d">https://download.gnome.org/sources/libgit2-glib/0.99/libgit2-glib-0.99.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="45b3eca14193062ea9db769e75bf687e5ad88331">https://download.gnome.org/sources/libgit2-glib/0.99/libgit2-glib-0.99.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libssh2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>libgit2-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>vala-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>meson-vapi-link.patch</Patch>
</Patches>
</Source>
<Package>
@@ -31,15 +33,13 @@
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libgit2</Dependency>
<Dependency>libssh2</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/lib*.so*</Path>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files>
</Package>
@@ -55,10 +55,18 @@
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-13</Date>
<Version>0.99.0.1</Version>
<Comment>Version bump</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="1">
<Date>2021-04-07</Date>
<Version>0.99.0</Version>
+11 -8
View File
@@ -10,21 +10,17 @@
</Packager>
<License>GPLv2</License>
<Icon>libgit2</Icon>
<IsA>app:gui</IsA>
<Summary>A linkable library for Git</Summary>
<Description>A plain C library to interface with the git version control system</Description>
<Archive sha1sum="9f5702ae1e13e7f9fb0128069b3aa62bf933b9c5" type="targz" name="libgit2-1.0.1.tar.gz">https://github.com/libgit2/libgit2/archive/v1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python</Dependency>
<Dependency>http-parser</Dependency>
<Dependency>libssh2-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
<!--
<Patch level="1"></Patch>
-->
</Patches>
</Source>
<Package>
@@ -37,7 +33,7 @@
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>libgit2-devel</Name>
<RuntimeDependencies>
@@ -52,6 +48,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-06-13</Date>
<Version>1.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="8">
<Date>2020-09-21</Date>
<Version>1.0.1</Version>