Merge pull request #10975 from 4fury-c3440d8/b1

updates
This commit is contained in:
Rmys
2022-11-11 21:02:07 +03:00
committed by GitHub
64 changed files with 914 additions and 488 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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 autotools, get
j = ''.join([
' VERBOSE=true',
' QUIET=true',
' STRIP=true',
' ARCH=x86_64',
' PREFIX=/usr '
])
def setup():
pass
def build():
autotools.make(j)
def install():
autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), j))
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>btop++</Name>
<Homepage>https://github.com/aristocratos/btop</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>app:console</IsA>
<PartOf>util.admin</PartOf>
<Summary>A monitor of resources.</Summary>
<Description>Resource monitor that shows usage and stats for processor, memory, disks, network and processes.</Description>
<Archive sha1sum="95aef0621283b99394dccfa9b2ca84c24ea6849c" type="targz">
https://github.com/aristocratos/btop/archive/refs/tags/v1.2.13.tar.gz
</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>btop++</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/btop</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-10</Date>
<Version>1.2.13</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>A command line system information tool.</Summary>
<Description>inxi is a full featured CLI system information tool.</Description>
<Archive sha1sum="8156eba285d04432a796bce765bd77a6fa963092" type="targz">https://github.com/smxi/inxi/archive/refs/tags/3.3.08-1.tar.gz</Archive>
<Archive sha1sum="cf3372b35012ed2292db5a864e4601c6b29b5027" type="targz">https://github.com/smxi/inxi/archive/refs/tags/3.3.23-1.tar.gz</Archive>
<Patches>
<!-- <Patch level="1">missing.patch</Patch> -->
</Patches>
@@ -29,6 +29,13 @@
</Package>
<History>
<Update release="8">
<Date>2022-11-10</Date>
<Version>3.3.23.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2021-11-11</Date>
<Version>3.3.08.1</Version>
+9 -1
View File
@@ -17,7 +17,7 @@
<Description>
GTK+3 frontend to 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm and deb(open and extract only). Xarchiver allows you to create, add, extract and delete files in the above formats. 7z, zip, rar, arj password protected archives are supported.
</Description>
<Archive sha1sum="6b07f11e7e63d5883ad22cd05155c18536098579" type="targz">https://github.com/ib/xarchiver/archive/refs/tags/0.5.4.19.tar.gz</Archive>
<Archive sha1sum="15ea79be45cba0986b6db7ec757f3eba94896d68" type="targz">https://github.com/ib/xarchiver/archive/refs/tags/0.5.4.20.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -38,6 +38,7 @@
<Dependency>rar</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>lzip</Dependency>
<Dependency>glib2</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>p7zip</Dependency>
<Dependency>unrar</Dependency>
@@ -62,6 +63,13 @@
</Package>
<History>
<Update release="7">
<Date>2022-11-10</Date>
<Version>0.5.4.20</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="6">
<Date>2022-08-23</Date>
<Version>0.5.4.19</Version>
+3 -3
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol</Summary>
<Description>Pinentry is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project.</Description>
<Archive sha1sum="e37fb307f3842c1bb56ab94b4862b64beb38c629" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.0.tar.bz2</Archive>
<Archive sha1sum="29daaf45f15cb5b8ec9b4a06284343f7a87082fb" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gcr-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
@@ -114,8 +114,8 @@
<History>
<Update release="7">
<Date>2022-08-07</Date>
<Version>1.2.0</Version>
<Date>2022-11-10</Date>
<Version>1.2.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
+12 -5
View File
@@ -12,13 +12,13 @@
<Description>BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there.</Description>
<License>GPL-3</License>
<IsA>app:gui</IsA>
<Archive sha1sum="f49a2c4b226db1bfc94d749ace980efc51412342" type="tarbz2">
mirrors://sourceforge/project/bleachbit/bleachbit/4.2.0/bleachbit-4.2.0.tar.bz2
<Archive sha1sum="11daba60111597c08e750aea3de0f1f1d1600103" type="tarbz2">
mirrors://sourceforge/project/bleachbit/bleachbit/4.4.2/bleachbit-4.4.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<!-- <Dependency>python-pygobject-devel</Dependency> -->
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -27,18 +27,25 @@
<Name>bleachbit</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>python-pygobject</Dependency>
<!-- <Dependency>python-pygobject</Dependency> -->
<Dependency>python3-pygobject3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/bleachbit</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2022-11-10</Date>
<Version>4.4.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2021-04-29</Date>
<Version>4.2.0</Version>