Merge pull request #9548 from ayhanyalcinsoy/master
gnome-nettool:new package
This commit is contained in:
@@ -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 autotools, get, pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gnome-nettool</Name>
|
||||
<Homepage>https://gitlab.gnome.org/GNOME/gnome-nettool</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>gnome-nettool</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Network information tool for GNOME</Summary>
|
||||
<Description>Network information tool for GNOME</Description>
|
||||
<Archive sha1sum="e40bc85ff71b64fcca11db444392c93d04d0094c" type="tarxz">mirrors://gnome/gnome-nettool/3.8/gnome-nettool-3.8.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>libgtop-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gnome-nettool</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libgtop</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||
<Path fileType="data">/usr/share/gnome-nettool</Path>
|
||||
<Path fileType="data">/usr/share/help</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localdata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-16</Date>
|
||||
<Version>3.8.1</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>gnome-nettool</Name>
|
||||
<Summary xml:lang="tr">GNOME için ağ bilgi aracı</Summary>
|
||||
<Description xml:lang="tr">GNOME için ağ bilgi aracı</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gnome-nettool-devel</Name>
|
||||
<Summary xml:lang="tr">gnome-nettool için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+271376
-271100
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
0ba4769a6f074549559fc998f6a432bad001d902
|
||||
e3e0c8b0a702285a957c6874109e81d3330934f6
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
22115e2714997811b3b171c22c5c7b5779b1474a
|
||||
fb79360e5846e8c9b1b67e0ae8b2e1c101d8f726
|
||||
Reference in New Issue
Block a user