File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
1
+ --- nano-8.3/src/Makefile.am.orig 2025-02-11 19:12:25.787061900 +0100
2
+ +++ nano-8.3/src/Makefile.am 2025-02-11 19:13:21.219731800 +0100
3
+ @@ -42,7 +42,7 @@
4
+ utils.c \
5
+ winio.c
6
+
7
+ - nano_LDADD = @LIBINTL@ $(top_builddir)/lib/libgnu.a \
8
+ + nano_LDADD = $(top_builddir)/lib/libgnu.a @LIBINTL@ \
9
+ $(GETRANDOM_LIB) $(CLOCK_TIME_LIB) $(LIBTHREAD)
10
+
11
+ install-exec-hook:
Original file line number Diff line number Diff line change 1
1
# Maintainer: Alexey Pavlov <[email protected] >
2
2
3
3
pkgname=nano
4
- pkgver=8.2
4
+ pkgver=8.3
5
5
pkgrel=1
6
6
pkgdesc=" Pico editor clone with enhancements"
7
7
arch=(' i686' ' x86_64' )
@@ -19,13 +19,23 @@ makedepends=('autotools'
19
19
' libiconv-devel'
20
20
' gettext-devel' )
21
21
backup=(' etc/nanorc' )
22
- source=(https://www.nano-editor.org/dist/v8/${pkgname} -${pkgver} .tar.xz{,.asc})
23
- sha256sums=(' d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb'
24
- ' SKIP' )
22
+ source=(https://www.nano-editor.org/dist/v8/${pkgname} -${pkgver} .tar.xz{,.asc}
23
+ " 0001-fix-link-order.patch" )
24
+ sha256sums=(' 551b717b2e28f7e90f749323686a1b5bbbd84cfa1390604d854a3ca3778f111e'
25
+ ' SKIP'
26
+ ' fd89f31bd8813db14587241ef4526f929dcee17b97572b70e92f2db40b53c859' )
25
27
validpgpkeys=(
26
28
' 168E6F4297BFD7A79AFD4496514BBE2EB8E1961F' # Benno Schulenberg <[email protected] >
27
29
)
28
30
31
+ prepare () {
32
+ cd " ${pkgname} -${pkgver} "
33
+
34
+ patch -Np1 -i " ${srcdir} /0001-fix-link-order.patch"
35
+
36
+ autoreconf -vfi
37
+ }
38
+
29
39
build () {
30
40
cd ${srcdir} /${pkgname} -${pkgver}
31
41
You can’t perform that action at this time.
0 commit comments