Skip to content

Instantly share code, notes, and snippets.

@thatsmydoing
thatsmydoing / PKGBUILD
Last active August 30, 2016 03:10
light-locker-git PKGBUILD
pkgname=light-locker-git
pkgver=1.7.0.f498dc3
pkgrel=1
pkgdesc='A simple session locker for LightDM'
arch=('i686' 'x86_64')
url='https://github.com/the-cavalry/light-locker'
license=('GPL2')
depends=('dbus-glib' 'gtk3' 'libxxf86misc' 'lightdm' 'libxss')
makedepends=('git' 'gnome-common' 'intltool')
provides=('light-locker')
@thatsmydoing
thatsmydoing / PKGBUILD
Created December 28, 2011 14:28
mpDris2 updated PKGBUILD
# Maintainer: Alucryd <alucryd at gmail dot com>
# Contributor : André Prata <andreprata at bugflux dot org>
pkgname="mpdris2-git"
pkgver=20111228
pkgrel=1
pkgdesc="MPRIS2 support for MPD"
url="https://github.com/eonpatapon/mpDris2"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('mpd' 'dbus-python' 'pygobject' 'python' 'python-mpd')