Search Criteria
Package Details: gnome-shell-extension-easyscreencast-git 1.1.0.r0.g4d48548-1
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-easyscreencast-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-easyscreencast-git |
Description: | Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature. |
Upstream URL: | https://github.com/EasyScreenCast/EasyScreenCast |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | WoefulDerelict |
Maintainer: | WoefulDerelict |
Last Packager: | WoefulDerelict |
Votes: | 3 |
Popularity: | 0.24 |
First Submitted: | 2015-08-05 16:24 |
Last Updated: | 2020-04-07 15:55 |
Latest Comments
WoefulDerelict commented on 2019-07-18 00:06
bartus: This is a VCS package and as the -git suffix implies it pulls latest source from the master branch when makepkg is called.
bartus commented on 2019-07-10 14:29
Compatibility with gnome-shell > 3.30 https://github.com/EasyScreenCast/EasyScreenCast/pull/230
WoefulDerelict commented on 2015-10-10 21:11
wallacoloo, thanks for the update. It does appear that the directory locale-UI has been eliminated from the source. If you study the package build you'll notice that the previous set of commands already copies the contents of locale into the appropriate location. With the merge of the locale data into a single location line 47 and below are completely superfluous. I'll be pushing an updated PKGBUILD shortly.
wallacoloo commented on 2015-10-10 08:58
makepkg errors with:
/tmp/yaourt-tmp-colin/aur-gnome-shell-extension-easyscreencast-git/./PKGBUILD: line 47: cd: /tmp/yaourt-tmp-colin/aur-gnome-shell-extension-easyscreencast-git/src/gnome-shell-extension-easyscreencast-git/locale-UI: No such file or directory
Installation succeeds if I change line 47 from
cd "${srcdir}/${pkgname}/locale-UI"
to
cd "${srcdir}/${pkgname}/locale"