Skip to content

Instantly share code, notes, and snippets.

@olebowle
Created June 4, 2013 20:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save olebowle/5709544 to your computer and use it in GitHub Desktop.
PKGBUILD pidgin-gnome-shell-extension-git
pkgname=pidgin-gnome-shell-extension-git
pkgver=20130430
pkgrel=1
pkgdesc="A GNOME Shell extension that provides integration with Pidgin."
arch=('any')
url="https://github.com/Psykar/gnome-shell-extensions-pidgin"
license=('unknown')
depends=('gnome-shell' 'pidgin')
makedepends=('git')
source=('git://github.com/Psykar/gnome-shell-extensions-pidgin.git')
md5sums=('SKIP')
package() {
cd gnome-shell-extensions-pidgin/pidgin-conversation-integration@kagesenshi.org
mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/pidgin-conversation-integration@kagesenshi.org"
cp dbus.js extension.js metadata.json stylesheet.css "$pkgdir/usr/share/gnome-shell/extensions/pidgin-conversation-integration@kagesenshi.org/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment