Date: Saturday, July 6, 2019 @ 19:31:58 Author: demize Revision: 487541
archrelease: copy trunk to community-x86_64 Added: dunst/repos/community-x86_64/PKGBUILD (from rev 487540, dunst/trunk/PKGBUILD) Deleted: dunst/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-07-06 19:31:54 UTC (rev 487540) +++ PKGBUILD 2019-07-06 19:31:58 UTC (rev 487541) @@ -1,37 +0,0 @@ -# Maintainer: Johannes Löthberg <johan...@kyriasis.com> -# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor: feuri - -pkgname=dunst -pkgver=1.4.0 -pkgrel=1 - -pkgdesc="Customizable and lightweight notification-daemon" -url="https://dunst-project.org/" -arch=('x86_64') -license=('BSD') - -depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr') -makedepends=('libnotify') -optdepends=('libnotify: dunstify') - -provides=('notification-daemon') - -source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz") -md5sums=('8a8095566a1b913056674f802444311a') - -build() { - cd dunst-$pkgver - - make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify -} - -package() { - cd dunst-$pkgver - - make DESTDIR="$pkgdir" PREFIX=/usr install - install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -# vim:set ts=2 sw=2 et: Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 487540, dunst/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-07-06 19:31:58 UTC (rev 487541) @@ -0,0 +1,37 @@ +# Maintainer: Johannes Löthberg <johan...@kyriasis.com> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> +# Contributor: feuri + +pkgname=dunst +pkgver=1.4.1 +pkgrel=1 + +pkgdesc="Customizable and lightweight notification-daemon" +url="https://dunst-project.org/" +arch=('x86_64') +license=('BSD') + +depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2') +makedepends=('libnotify') +optdepends=('libnotify: dunstify') + +provides=('notification-daemon') + +source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz") +md5sums=('ea22e152ae40a1fc8e0e4da5b762ad20') + +build() { + cd dunst-$pkgver + + make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify +} + +package() { + cd dunst-$pkgver + + make DESTDIR="$pkgdir" PREFIX=/usr install + install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +# vim:set ts=2 sw=2 et: