Search Criteria
Package Details: gnome-shell-extension-rounded-window-corners-git 11.r10.g57c845f-2
Package Actions
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: | GPL3 |
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: | 2 |
Popularity: | 0.26 |
First Submitted: | 2022-08-03 14:31 (UTC) |
Last Updated: | 2023-05-08 16:27 (UTC) |
Dependencies (5)
- gnome-shell (ebadoo-shell, gnome-shell-338, gnome-shell-oldstable, gnome-shell-perf, gnome-shell-git, gnome-shell-mobile-git, gnome-shell-screencast-vaapi, gnome-shell-performance, gnome-shell-xrdesktop-git)
- libadwaita (libadwaita-git, libadwaita-testing, libadwaita-without-adwaita-git)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gobject-introspection (gobject-introspection-git) (make)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin, corepacker) (make)
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:
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:It can be built when add
/usr/share
to XDG_DATA_DIRS: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.