summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-06 00:35:50 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-06 00:35:50 -0500
commit66c00a074b8c7de57a75dc683b00d29391bdf3a9 (patch)
tree3642201c62c4ea7a4d6e8747cfcdd8cb69b095a8 /~lukeshu
parent7cb79d516f6b28613623209facce760d596ca0e4 (diff)
add ~lukeshu/dunst-lukeshu-git
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/dunst-lukeshu-git/PKGBUILD42
1 files changed, 42 insertions, 0 deletions
diff --git a/~lukeshu/dunst-lukeshu-git/PKGBUILD b/~lukeshu/dunst-lukeshu-git/PKGBUILD
new file mode 100644
index 000000000..31037e113
--- /dev/null
+++ b/~lukeshu/dunst-lukeshu-git/PKGBUILD
@@ -0,0 +1,42 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+# $Id: PKGBUILD 88586 2013-04-20 15:35:54Z dwallace $
+# Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: feuri
+
+_pkgname=dunst
+_pkgver=1.0.0
+conflicts=("$_pkgname")
+
+pkgname=$_pkgname-lukeshu-git
+pkgver=20130918
+_gitver='commit=67b259b98ac1895bf47c877f216307a174deeb3d'
+pkgrel=1
+pkgdesc="A dmenu-ish notification system"
+arch=('i686' 'x86_64')
+url="http://www.knopwob.org/dunst/"
+license=(BSD3)
+depends=(libxinerama libxss libxdg-basedir pango)
+optdepends=("libnotify: notify-send"
+ "dbus: start dunst on demand")
+makedepends=(libnotify dbus perl)
+provides=(notification-daemon "$_pkgname=$_pkgver")
+
+source=("https://repo.parabolagnulinux.org/other/~lukeshu/$pkgname/$pkgname-$pkgver.tar.gz")
+mksource=("$pkgname-$pkgver::git://github.com/LukeShu/dunst.git#${_gitver}")
+mkmd5sums=('SKIP')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm755 dunstify "${pkgdir}/usr/bin/dunstify"
+ cp docs/* "${pkgdir}/usr/share/dunst/"
+}
+
+md5sums=('720b643b2c7a710fabcc7dc1953318bf')