From e45a9aecf046e0b2eab1fc6150bdc577a28b0523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 24 Apr 2015 05:09:41 -0300 Subject: xfce4-kbdleds-plugin: add new package to [pcr] --- pcr/xfce4-kbdleds-plugin/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pcr/xfce4-kbdleds-plugin/PKGBUILD (limited to 'pcr/xfce4-kbdleds-plugin/PKGBUILD') diff --git a/pcr/xfce4-kbdleds-plugin/PKGBUILD b/pcr/xfce4-kbdleds-plugin/PKGBUILD new file mode 100644 index 000000000..2b4aab0a3 --- /dev/null +++ b/pcr/xfce4-kbdleds-plugin/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer (Arch): Raphael Scholer +# Contributor (Arch): tomberry88 +# Contributor (Arch): Gour-Gadadhara Dasa +pkgname=xfce4-kbdleds-plugin +pkgver=0.0.6 +pkgrel=8 +pkgdesc="Xfce keyboard LEDs panel plugin" +arch=('i686' 'x86_64') +url="http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin" +license=('GPL2') +conflicts=("xfce4-kbdleds-plugin-git") +depends=('xfce4-panel') +makedepends=('intltool') +source=("http://git.xfce.org/panel-plugins/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.bz2") +install="${pkgname}.install" +sha256sums=('2c36c6ac5ef2bd564058e6040888b21a67939ba79041249d10a9ccc2b6b6bca2') + +build() { + cd "${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-2-g168b