Merge pull request #9206 from ayhanyalcinsoy/master

glade:new package for designing gtk-app
This commit is contained in:
2021-04-05 13:43:53 +03:00
committed by GitHub
3 changed files with 138 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/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 mesontools
from pisi.actionsapi import pisitools
def setup():
mesontools.configure("--prefix=/usr -Dgtk_doc=true -Dgladeui=true -Dgjs=auto")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README*", "TODO")
+100
View File
@@ -0,0 +1,100 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>glade</Name>
<Homepage>http://glade.gnome.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:gui</IsA>
<Summary>GTK+ Form Designer</Summary>
<Description>Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment.</Description>
<Archive sha1sum="d433fb5085c8f07d559f5a310be31238c1fdf36e" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/glade/3.38/glade-3.38.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>webkit2gtk-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>itstool</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>glade</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>python3</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>pango</Dependency>
<Dependency>webkit2gtk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/gettext</Path>
<Path fileType="data">/usr/share/glade</Path>
<Path fileType="data">/usr/share/help</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/gnome</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/metainfo</Path>
</Files>
</Package>
<Package>
<Name>glade-devel</Name>
<IsA>library</IsA>
<Summary>Glade development files</Summary>
<RuntimeDependencies>
<Dependency version="current">glade</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>glade-docs</Name>
<IsA>data:doc</IsA>
<Summary>Glade reference documents</Summary>
<RuntimeDependencies>
<Dependency version="current">glade</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/omf</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-07</Date>
<Version>3.38.2</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>glade</Name>
<Summary xml:lang="tr">GTK+ form tasarımcısı</Summary>
<Description xml:lang="tr">Glade, GTK+ araç kiti ve GNOME masaüstü ortamı için, rahat ve basit kullanıcı arayüzü tasarlamak amacıyla yazılmış, hızlı uygulama geliştirme aracıdır.</Description>
</Source>
<Package>
<Name>glade-devel</Name>
<Summary xml:lang="tr">Glade geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>glade-docs</Name>
<Summary xml:lang="tr">Glade başvuru belgeleri</Summary>
</Package>
</PISI>