ghex:new package
This commit is contained in:
@@ -5,4 +5,9 @@
|
|||||||
<Summary xml:lang="tr">API Belgelendirme Tarayıcısı</Summary>
|
<Summary xml:lang="tr">API Belgelendirme Tarayıcısı</Summary>
|
||||||
<Description xml:lang="tr">API Belgelendirme Tarayıcısı</Description>
|
<Description xml:lang="tr">API Belgelendirme Tarayıcısı</Description>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>devhelp-devel</Name>
|
||||||
|
<Summary xml:lang="tr">devhelp için geliştirme dosyaları</Summary>
|
||||||
|
</Package>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 2
|
||||||
|
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import mesontools, pisitools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
mesontools.configure("-Dplugin_gedit=true")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
mesontools.build()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
mesontools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("NEWS", "README*")
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>ghex</Name>
|
||||||
|
<Homepage>https://wiki.gnome.org/Apps/Ghex</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<PartOf>desktop.gnome.apps</PartOf>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>A simple binary editor for the Gnome desktop</Summary>
|
||||||
|
<Description>A simple binary editor for the Gnome desktop</Description>
|
||||||
|
<Archive sha1sum="531907284a06a4252dfd1fa589103120a613218b" type="tarxz">mirrors://gnome/ghex/3.18/ghex-3.18.4.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>desktop-file-utils</Dependency>
|
||||||
|
<Dependency>gettext-devel</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
<Dependency>itstool</Dependency>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>ghex</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>atk</Dependency>
|
||||||
|
<Dependency>cairo</Dependency>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>pango</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib/libgtkhex*</Path>
|
||||||
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/help</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="data">/usr/share/metainfo</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>ghex-devel</Name>
|
||||||
|
<Summary>Development files for ghex</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">ghex</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2021-06-07</Date>
|
||||||
|
<Version>3.18.4</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>ghex</Name>
|
||||||
|
<Summary xml:lang="tr">Gnome masaüstü için basit bir ikili(binary) düzenleyici</Summary>
|
||||||
|
<Description xml:lang="tr">Gnome masaüstü için basit bir ikili(binary) düzenleyici</Description>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>ghex-devel</Name>
|
||||||
|
<Summary xml:lang="tr">ghex için geliştirme dosyaları</Summary>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
+267293
-267171
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
4a81ce6b11936734ec18ad4cef452a94b9308558
|
0c1606e84de81b50439a964407b3116117d7eacd
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
1867ccabff7a53c5436b4907aa237e863c85ecdc
|
30b9a430ddef3437a906160b0f1b2e2dc14735e0
|
||||||
Reference in New Issue
Block a user