mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
dropbox: update to 2022.12.05.
This commit is contained in:
parent
4b36f33ccf
commit
3c2ebc4f51
1 changed files with 10 additions and 7 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'dropbox'
|
# Template file for 'dropbox'
|
||||||
pkgname=dropbox
|
pkgname=dropbox
|
||||||
version=2020.03.04
|
version=2022.12.05
|
||||||
revision=2
|
revision=1
|
||||||
_fullname="nautilus-dropbox"
|
_commit=8cc1635a0e0e6edf90beb4b6f9c9ecb2b39e41f3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
hostmakedepends="pkg-config gnome-common libtool python3-gobject python3-docutils gdk-pixbuf-devel"
|
||||||
hostmakedepends="pkg-config python3-gobject python3-docutils gdk-pixbuf-devel"
|
|
||||||
makedepends="nautilus-devel python3-devel python3-gobject-devel"
|
makedepends="nautilus-devel python3-devel python3-gobject-devel"
|
||||||
depends="libxslt python3-gobject python3-gpg gdk-pixbuf"
|
depends="libxslt python3-gobject python3-gpg gdk-pixbuf"
|
||||||
short_desc="Dropbox file sharing"
|
short_desc="Dropbox file sharing"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.dropbox.com"
|
homepage="https://www.dropbox.com"
|
||||||
distfiles="https://linux.dropbox.com/packages/${_fullname}-${version}.tar.bz2"
|
distfiles="https://github.com/dropbox/nautilus-dropbox/archive/8cc1635a0e0e6edf90beb4b6f9c9ecb2b39e41f3.tar.gz"
|
||||||
checksum=f3704103e8c646ec48cd9daf9af2183c6b492c59edf93d8768c14861cb404cca
|
checksum=e6018254963314b63e81b2ab6f936b48e439ba256ad93b5d447fb8e75c20c2ab
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
./autogen.sh ${configure_args} --disable-static
|
||||||
|
}
|
||||||
|
|
||||||
nautilus-dropbox_package() {
|
nautilus-dropbox_package() {
|
||||||
short_desc="Dropbox nautilus plugin"
|
short_desc="Dropbox nautilus plugin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue