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

htop, kvantum manager.
This commit is contained in:
Kamil ATLI
2022-06-16 18:31:42 +03:00
committed by GitHub
5 changed files with 23 additions and 18 deletions
+4 -7
View File
@@ -4,20 +4,17 @@
# 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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import qt5
from pisi.actionsapi import pisitools, qt5, get
WorkDir = "Kvantum-%s/Kvantum" % get.srcVERSION()
def setup():
shelltools.cd("Kvantum")
qt5.configure()
def build():
shelltools.cd("Kvantum")
qt5.make()
def install():
shelltools.cd("Kvantum")
qt5.install()
pisitools.dodoc("ChangeLog", "COPYING", "NEWS", "README*")
pisitools.dodoc("ChangeLog")
+8 -1
View File
@@ -13,7 +13,7 @@
<PartOf>desktop.lookandfeel</PartOf>
<Summary>Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt.</Summary>
<Description>Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur.</Description>
<Archive sha1sum="6c197d009d599f588af03d23b10f146c657a30f8" type="tarxz">https://github.com/tsujan/Kvantum/releases/download/V0.20.2/Kvantum-0.20.2.tar.xz</Archive>
<Archive sha1sum="e6b8cac417de200cee4103293021fa3e035a82d9" type="tarxz">https://github.com/tsujan/Kvantum/releases/download/V1.0.2/Kvantum-1.0.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
@@ -47,6 +47,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-06-15</Date>
<Version>1.0.2</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2021-09-19</Date>
<Version>0.20.2</Version>
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fiv")
# autotools.autoreconf("-fiv")
autotools.configure()
def build():
-8
View File
@@ -1,8 +0,0 @@
diff -Nur htop-0.7-old/htop.desktop htop-0.7/htop.desktop
--- htop-0.7-old/htop.desktop 2008-01-06 00:55:17.000000000 +0200
+++ htop-0.7/htop.desktop 2008-01-06 00:56:03.000000000 +0200
@@ -10,3 +10,4 @@
Icon=htop
Categories=ConsoleOnly;System;Application;
GenericName=Process Viewer
+GenericName[tr]=Süreç İzleyici
+10 -1
View File
@@ -13,7 +13,9 @@
<IsA>app:console</IsA>
<Summary>An interactive process viewer for Linux.</Summary>
<Description>htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
<Archive sha1sum="d7985915443cc4c1d3201e57e589d62cb4a337ee" type="targz">https://github.com/htop-dev/htop/archive/refs/tags/3.1.1.tar.gz</Archive>
<Archive sha1sum="98ae1707a9e8be1cbc8936faea3abef3e90e6608" type="tarxz">
https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz
</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>libcap-devel</Dependency>
@@ -43,6 +45,13 @@
</Package>
<History>
<Update release="7">
<Date>2022-06-18</Date>
<Version>3.2.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="6">
<Date>2021-10-17</Date>
<Version>3.1.1</Version>