Package Details: gnome-shell-extension-rounded-window-corners-git 11.r46.g9c6005c-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-rounded-window-corners-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-rounded-window-corners-git
Description: A GNOME Shell extension that adds rounded corners for all windows
Upstream URL: https://github.com/yilozt/rounded-window-corners
Licenses: GPL-3.0-or-later
Conflicts: gnome-shell-extension-rounded-window-corners
Provides: gnome-shell-extension-rounded-window-corners
Submitter: igor-dyatlov
Maintainer: igor-dyatlov (yochananmarqos)
Last Packager: yochananmarqos
Votes: 4
Popularity: 0.34
First Submitted: 2022-08-03 14:31 (UTC)
Last Updated: 2024-03-25 14:49 (UTC)

Latest Comments

yochananmarqos commented on 2023-05-10 14:27 (UTC)

@Van: The zip file is created during build.

Van commented on 2023-05-10 07:53 (UTC)

Build fails if zip is not available.

ewout commented on 2022-12-19 10:37 (UTC) (edited on 2022-12-19 10:38 (UTC) by ewout)

Getting this error during build:

[11:34:39] 'fill_pot' errored after 6.41 ms
[11:34:39] Error in plugin "gulp-fill-pot-po"
Message:
    Only Vinyl objects can be transformed.
[11:34:39] 'build' errored after 30 s
error Command failed with exit code 1.

igor-dyatlov commented on 2022-08-04 17:13 (UTC)

@yochananmarqos: For me, it was really built as it is. I added you to the maintainers

yochananmarqos commented on 2022-08-04 14:28 (UTC)

@yilozt: Thanks! Here's my improved PKGBUILD.

yilozt commented on 2022-08-04 03:50 (UTC)

Now it can be built without extra configurations.

yilozt commented on 2022-08-04 03:00 (UTC) (edited on 2022-08-04 03:42 (UTC) by yilozt)

This package need add gobject-introspection into makedepends.

Hi @yochananmarqos, the build process need $XDG_DATA_DIRS to generate .d.ts files for gir. I reproduce your error when I unset this enviroment variable:

set -e XDG_DATA_DIRS
makepkg -sif

It can be built when add /usr/share to XDG_DATA_DIRS:

XDG_DATA_DIRS=/usr/share makepkg -sif

I will fix it in upstream.

yochananmarqos commented on 2022-08-03 21:03 (UTC)

@igor-dyatlov: Did you actually build this? It fails, that's why I didn't add it. It makes no difference if the mentioned "missing" dependencies are installed or not.

yarn run v1.22.19
$ gulp build
[21:03:08] Using gulpfile ~/gnome-shell-extension-rounded-window-corners-git/src/rounded-window-corners/gulpfile.js
[21:03:08] Starting 'build'...
[21:03:08] Starting '<anonymous>'...
[21:03:08] Finished '<anonymous>' after 737 μs
[21:03:08] Starting 'generate_gi_ext'...
[21:03:08] Starting 'generate_gi_prefs'...
[21:03:08] 'generate_gi_prefs' errored after 336 ms
[21:03:08] Error: Command failed: cd .tmp/prefs && gi-ts generate
    Error: Missing Libraries!
    .The following libraries were not found: Gtk, Gdk, Notify, Adw.

    at ChildProcess.exithandler (node:child_process:410:12)
    at ChildProcess.emit (node:events:513:28)
    at ChildProcess.emit (node:domain:552:15)
    at maybeClose (node:internal/child_process:1091:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5)
    at Process.callbackTrampoline (node:internal/async_hooks:130:17)
[21:03:08] 'build' errored after 340 ms
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.