Search Criteria
Package Details: gnome-shell-extension-dash-to-panel-git 62.r17.g7af6ce4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-dash-to-panel-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-dash-to-panel-git |
Description: | Extension for GNOME shell to combine the dash and main panel |
Upstream URL: | https://github.com/home-sweet-gnome/dash-to-panel |
Keywords: | dash gnome panel |
Licenses: | GPL2 |
Conflicts: | gnome-shell-extension-dash-to-panel |
Provides: | gnome-shell-extension-dash-to-panel |
Submitter: | None |
Maintainer: | JulianXhokaxhiu |
Last Packager: | JulianXhokaxhiu |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-08 18:51 (UTC) |
Last Updated: | 2024-07-18 23:03 (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)
- gnome-common (make)
- intltool (make)
Latest Comments
1 2 Next › Last »
electricprism commented on 2021-11-21 21:06 (UTC)
Seems like the current version is broken after updates to Gnome. [gnome-shell-extension-dash-to-panel] appears to work
korvinko commented on 2021-04-10 15:38 (UTC)
PKGBUILD for gnome 4.0 https://gist.github.com/korvinko/7138925d71ce89d822e20998e1c63e42
JulianXhokaxhiu commented on 2019-09-27 20:16 (UTC)
This package uses always the latest commit on the repository. But nevertheless I updated the Package version. Enjoy
<deleted-account> commented on 2018-06-29 06:18 (UTC)
@konrad: see my previous comment. its related to pamac not this extension
konrad commented on 2018-06-28 14:51 (UTC)
I'm using pamac to install it and it still can't handle it (
/tmp/pamac-build-konrad/gnome-shell-extension-dash-to-panel-git/gnome-shell-extension-dash-to-panel-git-r262.187ac72-1-any.pkg.tar.xz: could not find or read package
). For now I'll just resort to manual installs.<deleted-account> commented on 2018-06-27 08:35 (UTC)
@konrad: I just remove
VERSION
entirely from build section. because when I add it to package section, and install package, the extension did not load in my system. i hope it fix your problem.konrad commented on 2018-06-27 04:39 (UTC)
@morealaz: yeah I just makepkg and used pacman to install from file but from what I poked around I think the symlink in this package (
gnome-shell-extension-dash-to-panel-git-r262.187ac72-1-any.pkg.tar.xz
) isn’t really necessary - PKGBUILD uses make to install the package and makefile in the git repo readsVERSION
from either the last git tag or supplied to make as a parameter. And if the last git tag doesn’t happen to be the last version things break. That’s all from my limited knowledge though.<deleted-account> commented on 2018-06-27 03:56 (UTC)
@konard: I think your problem is due to the fact that after recent pacman update, symlink to created package, is not created in build directory anymore. so some aur helper which are relied on this feature, could not find package after building it to install it:
you can use a more updated aur helper like
yay
for example, or use pacman to install builded package.konrad commented on 2018-06-26 18:27 (UTC)
Builds ok for me but fails to install: Failed to prepare transaction: /tmp/pamac-build-konrad/gnome-shell-extension-dash-to-panel-git/gnome-shell-extension-dash-to-panel-git-r262.187ac72-1-any.pkg.tar.xz: could not find or read package
Seems like
make VERSION="$pkgver" DESTDIR="$pkgdir" install
in package() fixes it.1 2 Next › Last »