mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
MEGAcmd: update to 1.0.0.
This commit is contained in:
parent
450d49aa29
commit
c093e9108d
2 changed files with 16 additions and 3 deletions
13
srcpkgs/MEGAcmd/patches/musl.patch
Normal file
13
srcpkgs/MEGAcmd/patches/musl.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- src/configurationmanager.h 2018-10-03 16:27:51.311763612 +0200
|
||||||
|
+++ - 2018-10-03 16:29:44.035272722 +0200
|
||||||
|
@@ -23,6 +23,10 @@
|
||||||
|
#include <map>
|
||||||
|
#include <set>
|
||||||
|
|
||||||
|
+#ifndef _WIN32
|
||||||
|
+#include <sys/file.h> // LOCK_EX and LOCK_NB
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#define CONFIGURATIONSTOREDBYVERSION -2
|
||||||
|
class ConfigurationManager
|
||||||
|
{
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'MEGAcmd'
|
# Template file for 'MEGAcmd'
|
||||||
pkgname=MEGAcmd
|
pkgname=MEGAcmd
|
||||||
version=0.9.9
|
version=1.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args='LIBTOOLFLAGS="--tag=CXX"'
|
make_build_args='LIBTOOLFLAGS="--tag=CXX"'
|
||||||
hostmakedepends="autoconf-archive autogen gettext automake libtool pkg-config"
|
hostmakedepends="autoconf-archive autogen gettext automake libtool pkg-config"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="BSD-2-Clause, GPL-3.0-or-later"
|
license="BSD-2-Clause, GPL-3.0-or-later"
|
||||||
homepage="https://github.com/meganz/MEGAcmd"
|
homepage="https://github.com/meganz/MEGAcmd"
|
||||||
distfiles="https://github.com/meganz/MEGAcmd/archive/${version}.tar.gz"
|
distfiles="https://github.com/meganz/MEGAcmd/archive/${version}.tar.gz"
|
||||||
checksum=5ace7c85fa817a357bdb968f32e3839439d3ff4e3066d7db470b4648def11105
|
checksum=1200363bee2f387a2287e286b38d15b1a01079967e20b8c489815cc7c8d9ff63
|
||||||
replaces="megacmd>=0"
|
replaces="megacmd>=0"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue