Search Criteria
Package Details: gnome-shell-extension-gtile 61-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-gtile.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-gtile |
Description: | A window tiling extension for GNOME Shell |
Upstream URL: | https://github.com/gTile/gTile |
Licenses: | GPL-2.0-or-later |
Submitter: | gromit |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 1 |
Popularity: | 0.012073 |
First Submitted: | 2024-03-20 14:48 (UTC) |
Last Updated: | 2024-09-22 16:56 (UTC) |
Dependencies (4)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, nodejs-dummyAUR, python-nodejs-wheelAUR) (make)
- typescript (typescript-gitAUR) (make)
Latest Comments
falstaff_ch commented on 2024-03-27 08:26 (UTC)
As is, fails for me with:
Using this patch
And the changes suggested by superhansel work for me.
superhansel commented on 2024-03-23 22:24 (UTC)
Nice to see this package back to being maintained.
There are a few things I noticed that could be improved:
build()
function in thePKGBUILD
builds the package twice (npm run build
and then againnpm run build:dist
)build()
function callsnpm install
. A clean install (npm ci
) would speed things up and would also adhere to the build process that gTile uses for its own published releases.package()
function removes a directory that is no longer shipped with the extension (${_uuid}/schemas
)