Package Details: gnome-shell-extension-rounded-window-corners-reborn-git r293.d75b2b4-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-rounded-window-corners-reborn-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-rounded-window-corners-reborn-git
Description: A GNOME Shell extension that adds rounded corners for all windows
Upstream URL: https://github.com/flexagoon/rounded-window-corners
Licenses: GPL-3.0-or-later
Submitter: GrzegorzKozub
Maintainer: GrzegorzKozub
Last Packager: GrzegorzKozub
Votes: 3
Popularity: 0.96
First Submitted: 2024-05-10 08:46 (UTC)
Last Updated: 2024-07-16 06:56 (UTC)

Latest Comments

darkestmedium commented on 2024-11-10 20:10 (UTC)

Could we maybe remove the outdated repo gnome-shell-extension-rounded-window-corners-reborn and keep the working one? I remember that the old wasn't working with gnome 45 out of the box or something like that so one guy forked it.

Or just rename this to gnome-shell-extension-rounded-window-corners-reborn without the -git -bit -whatever I don't why people add these... But anyway thank you for the repo! Works on my machine. ^.^

yochananmarqos commented on 2024-09-23 23:56 (UTC)

This needs to provide and conflict with gnome-shell-extension-rounded-window-corners-reborn:

provides=('gnome-shell-extension-rounded-window-corners-reborn')
conflicts=('gnome-shell-extension-rounded-window-corners-reborn')

GrzegorzKozub commented on 2024-07-16 06:57 (UTC)

@yochananmarqos Updated.

yochananmarqos commented on 2024-06-22 15:23 (UTC)

@GrzegorzKozub: The schema filename has changed to org.gnome.shell.extensions.rounded-window-corners-reborn.gschema.xml.

GrzegorzKozub commented on 2024-05-11 05:38 (UTC)

The pkgver is fixed now. Thanks for pointing this out.

yochananmarqos commented on 2024-05-10 16:50 (UTC)

Please use a proper pkgver. See VCS package guidelines:

pkgver() {
  cd rounded-window-corners
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
r275.6d0504d