Update far2l to 2.4.0

This commit is contained in:
Luis
2022-06-30 13:35:00 +00:00
parent bc15c58089
commit ad1dee277b
3 changed files with 12 additions and 11 deletions

View File

@@ -1 +1 @@
508477c54a5fb7e2cde798c65d45fca8 v2021-04-26_alpha.tar.gz
72d399206aaec6d9ad2e7a52879f9bf1 far2l-2.4.0.tar.gz

View File

@@ -1,4 +1,4 @@
far2l-2021.04.26.alpha-1
far2l-2.4.0-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/far2l
@@ -56,6 +56,8 @@ drwxr-xr-x root/root usr/lib/far2l/Plugins/multiarc/plug/
drwxr-xr-x root/root usr/lib/far2l/Plugins/tmppanel/
drwxr-xr-x root/root usr/lib/far2l/Plugins/tmppanel/plug/
-rwxr-xr-x root/root usr/lib/far2l/Plugins/tmppanel/plug/tmppanel.far-plug-wide
-rwxr-xr-x root/root usr/lib/far2l/far2l_gui.so
-rwxr-xr-x root/root usr/lib/far2l/far2l_ttyx.broker
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/far2l.desktop

View File

@@ -3,17 +3,16 @@
# depends : gawk m4 wxgtk3 xerces-c spdlog uchardet libnfs libssh2 openssl samba neon libarchive pcre2 cmake
name=far2l
version=2021.04.26.alpha
version=2.4.0
release=1
source="https://github.com/elfmz/far2l/archive/refs/tags/v2021-04-26_alpha.tar.gz"
source="$name-$version.tar.gz::https://github.com/elfmz/far2l/archive/v_$version.tar.gz"
build() {
cd $name-2021-04-26_alpha
mkdir build
cd build
cd $name-v_$version
cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSEWX=yes -DCMAKE_BUILD_TYPE=Release ..
make
make DESTDIR=$PKG install
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DUSEWX=yes -DCMAKE_BUILD_TYPE=Release
cmake --build build
DESTDIR=$PKG cmake --install build
}