Package Details: guiscrcpy-git 1:2023.1.1.r6.g9a912f9-1

Git Clone URL: https://aur.archlinux.org/guiscrcpy-git.git (read-only, click to copy)
Package Base: guiscrcpy-git
Description: Open Source GUI based Android Screen Mirroring System
Upstream URL: https://guiscrcpy.srev.in
Keywords: scrcpy
Licenses: GPL-3.0-or-later
Conflicts: guiscrcpy
Provides: guiscrcpy
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 7
Popularity: 0.000001
First Submitted: 2019-09-03 22:04 (UTC)
Last Updated: 2024-03-04 17:18 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

weston commented on 2023-01-12 19:15 (UTC)

install -Dm644 "appimage/${pkgname%-git}.appdata.xml" -t "$pkgdir/usr/share/metainfo/" install -Dm644 "appimage/${pkgname%-git}.desktop -t" "$pkgdir/usr/share/applications/"

vs

install -Dm644 "appimage/${pkgname%-git}.appdata.xml" -t "$pkgdir/usr/share/metainfo/" install -Dm644 "appimage/${pkgname%-git}.desktop" -t "$pkgdir/usr/share/applications/"

yochananmarqos commented on 2023-01-05 22:13 (UTC)

@snogard: Your PKGBUILD is apparently out of date as that file does indeed exist. Perhaps your AUR helper is not actually helping.

snogard commented on 2023-01-05 21:19 (UTC)

install: cannot stat 'appimage/guiscrcpy.desktop -t': No such file or directory

strubbl commented on 2021-09-25 08:23 (UTC)

Thank you that helped. But why?

yochananmarqos commented on 2021-09-25 00:55 (UTC) (edited on 2021-09-25 00:55 (UTC) by yochananmarqos)

@strubbl: Remove your Pikaur build folder and try again; aka do a clean build.

strubbl commented on 2021-09-24 23:13 (UTC)

Hmm, my local build fails with the following error:

Reading local package database...
:: Downloading the latest sources for a devel package guiscrcpy-git...

:: Starting the build:
==> Making package: guiscrcpy-git .r1222.g4daecae-1 (Sat 25 Sep 2021 01:10:30 AM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating guiscrcpy git repo...
Fetching origin
==> Validating source files with sha256sums...
    guiscrcpy ... Skipped
==> Extracting sources...
  -> Creating working copy of guiscrcpy git repo...
Reset branch 'makepkg'
==> Starting pkgver()...
sed: can't read pyproject.toml: No such file or directory
==> Removing existing $pkgdir/ directory...
==> Starting build()...

  RuntimeError

  Poetry could not find a pyproject.toml file in /home/strubbl/.cache/pikaur/build/guiscrcpy-git/src/guiscrcpy or its parents

  at /usr/lib/python3.9/site-packages/poetry/core/factory.py:369 in locate
      365│             if poetry_file.exists():
      366│                 return poetry_file
      367│ 
      368│         else:
    → 369│             raise RuntimeError(
      370│                 "Poetry could not find a pyproject.toml file in {} or its parents".format(
      371│                     cwd
      372│                 )
      373│             )
==> ERROR: A failure occurred in build().
    Aborting...

Command 'makepkg --force' failed to execute.

does anybody have an idea how to fix this?

yochananmarqos commented on 2020-04-17 14:50 (UTC)

Until upstream PGP issues are resolved with the following dependencies, use my PKGBUILDs. The Arch community packages are held back for now due to it.

PedroHLC commented on 2020-02-01 13:41 (UTC)

install: cannot stat 'installers/linux/icons/guiscrcpy_logo.png': No such file or directory

They removed the folder, then added the dot-desktop in repo's root folder but forgot the logo.

yochananmarqos commented on 2020-01-20 01:06 (UTC) (edited on 2020-01-20 01:07 (UTC) by yochananmarqos)

@ggreyltc: I cannot reproduce your issue. Either way, you may want to use my PKGBUILDs for the dependencies.