mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
onedrive: update to 2.4.25.
This commit is contained in:
parent
da312899f1
commit
59f522e20b
1 changed files with 7 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
||||||
# Template file for 'onedrive'
|
# Template file for 'onedrive'
|
||||||
pkgname=onedrive
|
pkgname=onedrive
|
||||||
version=2.4.23
|
version=2.4.25
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="DC=ldc2"
|
configure_args="DC=ldc2 --enable-notifications --enable-completions
|
||||||
|
--with-bash-completion-dir=/usr/share/bash-completion/completions
|
||||||
|
--with-zsh-completion-dir=/usr/share/zsh/site-functions
|
||||||
|
--with-fish-completion-dir=/usr/share/fish/vendor_completions.d"
|
||||||
hostmakedepends="ldc pkg-config"
|
hostmakedepends="ldc pkg-config"
|
||||||
makedepends="libcurl-devel sqlite-devel libnotify-devel"
|
makedepends="libcurl-devel sqlite-devel libnotify-devel"
|
||||||
short_desc="OneDrive Client for Linux"
|
short_desc="OneDrive Client for Linux"
|
||||||
|
@ -12,7 +15,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/abraunegg/onedrive"
|
homepage="https://github.com/abraunegg/onedrive"
|
||||||
changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
|
distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
|
||||||
checksum=fb57b9683302a53958671d1c74eb9b8f89ac229055647adce093e8a49ad846e0
|
checksum=e7d782ea7d1973b6b578899a84c4f90ba69302263b4be30d80a363ba8ba27eb3
|
||||||
nocross="uses host flags for cross compilations"
|
nocross="uses host flags for cross compilations"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -21,6 +24,6 @@ post_install() {
|
||||||
|
|
||||||
onedrive-d_package() {
|
onedrive-d_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="${sourcepkg}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" (transitional dummy package)"
|
short_desc+=" (transitional dummy package)"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue