Skip to content

Instantly share code, notes, and snippets.

@korvinko
Last active May 1, 2021 18:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korvinko/7138925d71ce89d822e20998e1c63e42 to your computer and use it in GitHub Desktop.
Save korvinko/7138925d71ce89d822e20998e1c63e42 to your computer and use it in GitHub Desktop.
PKGBUILD gnome-shell-extension-dash-to-panel for GNOME 4.0
# $Id$
# Maintainer: Mohammadreza Abdollahzadeh < morealaz at gmail dot com >
# Contributor: Carl George < arch at cgtx dot us >
pkgname=gnome-shell-extension-dash-to-panel-git
_commit=fbfa5a1
pkgver=41.r2.${_fbfa5a1}
pkgrel=1
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
_githubname=dash-to-panel
_githubowner=philippun1
_githubtree=update-to-gnome40
url="https://github.com/${_githubowner}/${_githubname}"
license=(GPL2)
depends=('gnome-shell>=4.0')
makedepends=('git' 'gnome-common' 'intltool')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+${url}.git#commit=${_commit}")
sha256sums=('SKIP')
build() {
cd "${srcdir}/${_githubname}"
make _build
}
package() {
cd "${srcdir}/${_githubname}"
make DESTDIR="$pkgdir" install
}
@korvinko
Copy link
Author

How to use:

  1. Build package
  2. Install it
  3. Restart gnome-shell session
  4. Enable it in "Extensions"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment