Package Details: deskreen 2.0.4-5

Git Clone URL: https://aur.archlinux.org/deskreen.git (read-only, click to copy)
Package Base: deskreen
Description: Turn any device into a secondary screen for your computer
Upstream URL: https://deskreen.com
Keywords: display electron screen share
Licenses: AGPL-3.0-or-later
Conflicts: deskreen-bin
Submitter: zhixi
Maintainer: Inetol
Last Packager: Inetol
Votes: 23
Popularity: 0.007860
First Submitted: 2021-01-25 04:42 (UTC)
Last Updated: 2024-04-28 20:45 (UTC)

Pinned Comments

Inetol commented on 2022-08-22 20:27 (UTC)

The package with the prebuilt binaries has been moved to "deskreen-bin". For those who don't want to compile "deskreen" they can use the binary option:

https://aur.archlinux.org/packages/deskreen-bin

Latest Comments

« First ‹ Previous 1 2

SpotlightKid commented on 2021-03-13 12:58 (UTC)

@Kwbmm: https://wiki.archlinux.org/index.php/Arch_User_Repository#Debugging_the_package_build_process (point 3). Or use an AUR helper to build packages.

Kwbmm commented on 2021-03-13 11:28 (UTC)

When building I get

Building deskreen...
==> Making package: deskreen 1.0.11-1 (sab 13 mar 2021, 12:24:18)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> llvm
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

sonuishaq67 commented on 2021-03-09 05:28 (UTC)

Thanks for that @spotlightkid i updated the pkgbuild accordingly

SpotlightKid commented on 2021-03-08 14:33 (UTC)

  • This package should be called deskreen-bin, since it installs pre-compiled binaries but upstream does provide source code and it could be compiled from source.

  • Please change archto ('x86_64').

  • Please remove the provides, conflicts and replaces lines from the PKGBUILD. A package should not conflict with itself and doesn't need provides for its own package name. I guess these lines were just copied and pasted from a VCS package, where they would make more sense.

  • Please add runtime dependencies to depends. At least 'gtk3' 'llvm' and 'nss' (excluding transient deps).

  • Please quote every occurrence of ${srcdir} and ${pkgdir}. These paths may contain spaces.

BujuArena commented on 2021-02-21 20:05 (UTC)

Every time I update this, it tells me it's removing it, unlike every other package I update. I think this behavior is unusual.