Package Details: gnome-shell-extension-pano-git 22.r6.g4be918b-2

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-pano-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-pano-git
Description: Next-gen Clipboard Manager
Upstream URL: https://github.com/oae/gnome-shell-pano
Licenses: GPL-2.0-or-later
Conflicts: gnome-shell-extension-pano
Provides: gnome-shell-extension-pano
Submitter: doppelhelix
Maintainer: doppelhelix
Last Packager: doppelhelix
Votes: 6
Popularity: 1.76
First Submitted: 2022-08-27 09:53 (UTC)
Last Updated: 2024-03-30 20:49 (UTC)

Latest Comments

1 2 Next › Last »

everyx commented on 2024-03-30 09:03 (UTC) (edited on 2024-03-30 09:24 (UTC) by everyx)

Hi, Due to Arch Linux now using SPDX license identifiers, please update the license to GPL-2.0-or-later

doppelhelix commented on 2023-11-05 16:47 (UTC)

https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date

doppelhelix commented on 2023-03-04 01:50 (UTC) (edited on 2023-03-04 01:51 (UTC) by doppelhelix)

Right now, building issues are probably upstream related since the developer is very active. Please make sure you are building in an clean environment and forward any issues to the github page. (except dependency errors of course, that's my turf)

xuiqzy commented on 2023-03-04 00:12 (UTC) (edited on 2023-03-04 00:13 (UTC) by xuiqzy)

build function fails with different error now:

yarn run v1.22.19
$ yarn run lock:types && yarn run build:types && yarn run build:ts && yarn run gen:locale && yarn run build:extension
$ rm -rf docs-lock.json && cross-env XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share/gir-1.0:/usr/share/gnome-shell:/usr/lib/mutter-12:/usr/lib/mutter-11:/usr/lib64/mutter-12:/usr/lib64/mutter-11 yarn run gi-ts config --lock
$ /tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/.bin/gi-ts config --lock
Loading docs.json...
Generating local lock file for configuration...
$ yarn run clean:types && gi-ts generate
$ rm -rf ./@types
Loading docs.json...
Finding GIR files...
Using cached docs-lock.json
Resolving libraries...
Loading GIR files...
Adding generics...
Unknown type:  {
    "name": "gpu",
    "transfer-ownership": "none"
} 
Marking as unknown!
Unknown type:  {
    "name": "logical_monitor",
    "transfer-ownership": "none"
} 
Marking as unknown!
Injecting types...
Generated!
$ yarn run clean:ts && rollup -c
$ rm -rf ./dist

src/extension.ts → dist/extension.js...
(!) Plugin styles: Unresolved URL `./images/incognito-mode.svg` in `background-image: url('./images/incognito-mode.svg')`
src/styles/stylesheet.css
created dist/extension.js in 14.1s

src/prefs/prefs.ts → dist/prefs.js...
created dist/prefs.js in 5.8s
$ yarn run ts-node scripts/generateLocale.ts
$ /tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/.bin/ts-node scripts/generateLocale.ts

  58 messages extracted
  -----------------------------
  64 total usages
  48 files (26 with messages)
   1 message context (default)

/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/fill-pot-po/src/options.js:158
      .replaceAll(/\\/g, '/') // only forward slashes
       ^
TypeError: relative(...).replaceAll is not a function
    at sanitizeAndStandardizeOptionsInput (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/fill-pot-po/src/options.js:158:8)
    at prepareOptions (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/fill-pot-po/src/options.js:189:13)
    at Function.fillPotPoSync [as sync] (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/fill-pot-po/src/sync.js:103:13)
    at mergeStrings (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/scripts/generateLocale.ts:35:13)
    at Object.<anonymous> (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/scripts/generateLocale.ts:57:1)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Module.m._compile (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/ts-node/src/index.ts:1618:23)
    at Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Object.require.extensions.<computed> [as .ts] (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/ts-node/src/index.ts:1621:12)
    at Module.load (internal/modules/cjs/loader.js:979:32)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

doppelhelix commented on 2023-02-25 18:56 (UTC) (edited on 2023-05-06 16:25 (UTC) by doppelhelix)

Error: Failed to import Cally in St, not installed or accessible.

fixed

https://github.com/oae/gnome-shell-pano/commit/ac43c486cc736b7765100cbad1608817c77b6371

xuiqzy commented on 2023-02-24 19:31 (UTC)

Build fails with:

yarn run v1.22.19
$ yarn run lock:types && yarn run build:types && yarn run build:ts && yarn run gen:locale && yarn run build:extension
$ rm -rf docs-lock.json && cross-env XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share/gir-1.0:/usr/share/gnome-shell:/usr/lib/mutter-11:/usr/lib64/mutter-11 yarn run gi-ts config --lock
$ /tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/.bin/gi-ts config --lock
Loading docs.json...
Generating local lock file for configuration...
$ yarn run clean:types && gi-ts generate
$ rm -rf ./@types
Loading docs.json...
Finding GIR files...
Using cached docs-lock.json
Resolving libraries...
Loading GIR files...
Adding generics...
Error: Failed to import Cally in St, not installed or accessible.
    at GirNamespace.assertInstalledImport (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/gir/namespace.js:159:19)
    at GirRecord.isSimpleType (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/gir/class.js:847:45)
    at /tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/gir/class.js:873:54
    at Array.every (<anonymous>)
    at GirRecord.isSimple (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/gir/class.js:873:38)
    at /tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/validators/class.js:81:69
    at Array.filter (<anonymous>)
    at removeComplexFields (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/validators/class.js:59:31)
    at ClassVisitor.visitRecord (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/validators/class.js:146:61)
    at GirRecord.accept (/tmp/makepkg/gnome-shell-extension-pano-git/src/gnome-shell-extension-pano/node_modules/@gi.ts/lib/dist/gir/class.js:711:89)
    Error: Failed to import Clutter in St, not installed or accessible.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

doppelhelix commented on 2022-11-05 23:37 (UTC)

thanks added libgda6 and cogl as dependencies

q234rty commented on 2022-11-02 16:26 (UTC) (edited on 2022-11-02 16:26 (UTC) by q234rty)

This needs libgda6 as dependency.