gdk-pixbuf-xlib.

This commit is contained in:
4fury-c3440d8
2022-04-16 02:33:20 +03:00
parent ba545e69bc
commit cfb924ef33
2 changed files with 78 additions and 0 deletions
@@ -0,0 +1,17 @@
#!/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
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gdk-pixbuf-xlib</Name>
<Homepage>https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>library</IsA>
<PartOf>desktop.toolkit.gtk</PartOf>
<Summary>Deprecated Xlib integration for GdkPixbuf.</Summary>
<Description>GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with Xlib data types.</Description>
<Archive sha1sum="677456dc115bdcb724a496fa534e87b6950c6ebc" type="tarbz2">
https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib/-/archive/2.40.2/gdk-pixbuf-xlib-2.40.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gdk-pixbuf-xlib</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>gdk-pixbuf-xlib-devel</Name>
<RuntimeDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency release="current">gdk-pixbuf-xlib</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-04-14</Date>
<Version>2.40.2</Version>
<!-- <Comment></Comment> -->
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>