gnome-settings-daemon, geocode-glib, libgweather, mutter, libdazzle packaged
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()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.md", "CONTRIBUTING.md")
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libdazzle</Name>
|
||||
<Homepage>https://gitlab.gnome.org/GNOME/libdazzle</Homepage>
|
||||
<Packager>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary>The libdazzle library is a companion library to GObject and Gtk+</Summary>
|
||||
<Description>The libdazzle library is a companion library to GObject and Gtk+</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="1c21e4f622054fb30d7a730f4f2b25dfe02b89ef" type="tarxz">https://download.gnome.org/sources/libdazzle/3.40/libdazzle-3.40.0.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libdazzle</Name>
|
||||
<Summary>The libdazzle library is a companion library to GObject and Gtk+</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/libdazzle*.so*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libdazzle-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libdazzle</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/libdazzle-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-05-25</Date>
|
||||
<Version>3.40.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