Package Details: nautilus-dropbox 2022.12.05-1

Git Clone URL: https://aur.archlinux.org/nautilus-dropbox.git (read-only, click to copy)
Package Base: nautilus-dropbox
Description: Dropbox Nautilus Extension
Upstream URL: https://www.dropbox.com/
Licenses: GPL, custom:CC-BY-ND-3
Submitter: None
Maintainer: coreyberla
Last Packager: coreyberla
Votes: 580
Popularity: 0.000088
First Submitted: 2008-09-05 06:47 (UTC)
Last Updated: 2022-12-11 06:02 (UTC)

Pinned Comments

coreyberla commented on 2022-12-11 06:04 (UTC)

Dropbox merged the updates for Nautilus 43, so their git is up to date, and now AUR is up to date. This makes my patch in the comments below unnecessary.

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

MasinAD commented on 2023-02-12 10:30 (UTC) (edited on 2023-02-12 12:36 (UTC) by MasinAD)

To build the package in a clean chroot (as done by aurutils' aur sync) it needs git as a dependency in makedepends. Otherwise it will fail with:

==> Validating source files with sha256sums...
    nautilus-dropbox ... Skipped
==> ERROR: Cannot find the git package needed to handle git sources.
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/aur/build
FAILED: nautilus-dropbox.stamp 

rafaelff commented on 2023-02-10 10:49 (UTC)

pkg-config is part of base-devel package group, which is assumed to be installed when installing packages from AUR. See https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

bf_x commented on 2023-02-10 10:28 (UTC) (edited on 2023-02-10 10:29 (UTC) by bf_x)

I think pkg-config should be added as a dependency?

==> Making package: nautilus-dropbox 2022.12.05-1 (Fr 10 Feb 2023 11:27:29 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
***Warning*** PKG_NAME is deprecated, you may remove it from autogen.sh
checking for automake >= 1.7...
  testing automake... found 1.16.5
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.71
checking for pkg-config >= 0.14.0...
  testing pkg-config... not found.
***Error***: You must have pkg-config >= 0.14.0 installed
  to build nautilus-dropbox.  Download the appropriate package for
  from your distribution or get the source tarball at
    'http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.14.0.tar.gz

==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: nautilus-dropbox

lorebett commented on 2023-02-07 19:29 (UTC)

I can build nautilus-dropbox but nautilus does not show any update/up-to-date icon decoration.

<deleted-account> commented on 2022-12-11 15:04 (UTC)

Missing dependency?

**Warning*** PKG_NAME is deprecated, you may remove it from autogen.sh
checking for automake >= 1.7...
  testing automake... not found.
***Error***: You must have automake >= 1.7 installed
  to build nautilus-dropbox.  Download the appropriate package for
  from your distribution or get the source tarball at
    http://ftp.gnu.org/pub/gnu/automake/automake-1.7.tar.xz

armadillo commented on 2022-12-11 08:01 (UTC)

Thank you @coreyberla - much appreciated!

coreyberla commented on 2022-12-11 06:04 (UTC)

Dropbox merged the updates for Nautilus 43, so their git is up to date, and now AUR is up to date. This makes my patch in the comments below unnecessary.

coreyberla commented on 2022-11-19 00:12 (UTC)

I have a working PKGBUILD here

https://github.com/coreyberla/nautilus-dropbox-aur

This is based off a patch that I have submitted a PR to nautilus-dropbox for (but the upstream project has pretty much gone stale)

https://github.com/dropbox/nautilus-dropbox/pull/105

rafaelff commented on 2022-11-09 14:25 (UTC)

@bf_x: First of all, pkg-config belongs to pkgconf package, which is part of base-devel package group, so please install base-devel. Please notice that base-devel is assumed to be installed when building-and-installing from AUR, so it will not be listed as dependency of any Arch packages. See Getting started and next sections from AUR page in ArchWiki.

Secondly, please use a pastebin client when posting a great amount of output lines to make it easier to read in AUR comments. See pastebin service in Arch Wiki for more information.