Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 668621 Details for
Bug 751331
gnome-extra/gnome-shell-extension-pop-shell keyboard-driven layer for GNOME Shell (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnome-shell-extension-pop-shell-20201016.ebuild
gnome-shell-extension-pop-shell-20201016.ebuild (text/plain), 1.31 KB, created by
tuxuser360
on 2020-10-26 12:47:51 UTC
(
hide
)
Description:
gnome-shell-extension-pop-shell-20201016.ebuild
Filename:
MIME Type:
Creator:
tuxuser360
Created:
2020-10-26 12:47:51 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > ># This ebuild requires globally installed npm package: typescript > >EAPI=7 >inherit gnome2-utils > >if [[ ${PV} == "9999" ]]; then > EGIT_REPO_URI="https://github.com/pop-os/shell.git" > inherit git-r3 >else > COMMIT="a11d3c34db01987bb716b8b127b2b889130a4fc1" > SRC_URI="https://github.com/pop-os/shell/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" > S="${WORKDIR}/shell-${COMMIT}" >fi > >DESCRIPTION="Pop Shell is a tiling window manager for GNOME" >HOMEPAGE="https://github.com/pop-os/shell" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~arm ~x86" >IUSE="" > >COMMON_DEPEND="dev-libs/glib:2" > > >RDEPEND="${COMMON_DEPEND} > app-eselect/eselect-gnome-shell-extensions > =gnome-base/gnome-shell-3.36* >" >DEPEND="${COMMON_DEPEND}" >BDEPEND="virtual/pkgconfig" > >src_install() { > default > > insinto /usr/share/gnome-shell/extensions/pop-shell@system76.com > doins scripts/configure.sh >} > >pkg_postinst() { > ebegin "Updating list of installed extensions" > eselect gnome-shell-extensions update > eend $? > > elog "For pop-shell keybinding overrides you want to execute the " > elog "configure.sh script that resides in " > elog "/usr/share/gnome-shell/extensions/pop-shell@system76.com" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 751331
:
668621
|
669305