dropbox: update to 2022.12.05.
This commit is contained in:
parent
4b36f33ccf
commit
3c2ebc4f51
|
@ -1,19 +1,22 @@
|
|||
# Template file for 'dropbox'
|
||||
pkgname=dropbox
|
||||
version=2020.03.04
|
||||
revision=2
|
||||
_fullname="nautilus-dropbox"
|
||||
version=2022.12.05
|
||||
revision=1
|
||||
_commit=8cc1635a0e0e6edf90beb4b6f9c9ecb2b39e41f3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config python3-gobject python3-docutils gdk-pixbuf-devel"
|
||||
hostmakedepends="pkg-config gnome-common libtool python3-gobject python3-docutils gdk-pixbuf-devel"
|
||||
makedepends="nautilus-devel python3-devel python3-gobject-devel"
|
||||
depends="libxslt python3-gobject python3-gpg gdk-pixbuf"
|
||||
short_desc="Dropbox file sharing"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.dropbox.com"
|
||||
distfiles="https://linux.dropbox.com/packages/${_fullname}-${version}.tar.bz2"
|
||||
checksum=f3704103e8c646ec48cd9daf9af2183c6b492c59edf93d8768c14861cb404cca
|
||||
distfiles="https://github.com/dropbox/nautilus-dropbox/archive/8cc1635a0e0e6edf90beb4b6f9c9ecb2b39e41f3.tar.gz"
|
||||
checksum=e6018254963314b63e81b2ab6f936b48e439ba256ad93b5d447fb8e75c20c2ab
|
||||
|
||||
do_configure() {
|
||||
./autogen.sh ${configure_args} --disable-static
|
||||
}
|
||||
|
||||
nautilus-dropbox_package() {
|
||||
short_desc="Dropbox nautilus plugin"
|
||||
|
|
Loading…
Reference in New Issue