Merge pull request #14387 from Rmys/master

nano-8.0
This commit is contained in:
Rmys
2024-06-11 15:56:19 +03:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fvi")
# autotools.autoreconf("-fvi")
autotools.configure("--disable-rpath \
--enable-utf8 \
--enable-altrcname \
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>GNU GPL'd Pico clone with more functionality</Summary>
<Description>Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number".</Description>
<Archive sha1sum="00f5b15ba12843c38fa8f9dd3076eea943853c0a" type="tarxz">https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz</Archive>
<Archive sha1sum="a1a5f5363349be648ee0150cf6d7194d4a56273a" type="tarxz">https://www.nano-editor.org/dist/v8/nano-8.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>groff</Dependency>
<Dependency>ncurses-devel</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="14">
<Date>2024-06-10</Date>
<Version>8.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2023-01-20</Date>
<Version>7.2</Version>