[arch-commits] Commit in dunst/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Wed Jan 2 11:44:25 UTC 2019


    Date: Wednesday, January 2, 2019 @ 11:44:25
  Author: demize
Revision: 420267

archrelease: copy trunk to community-x86_64

Added:
  dunst/repos/community-x86_64/PKGBUILD
    (from rev 420266, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 37 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-02 11:44:18 UTC (rev 420266)
+++ PKGBUILD	2019-01-02 11:44:25 UTC (rev 420267)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.3.2
-pkgrel=1
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/"
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 'libxdg-basedir' 'libxrandr')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
-
-build() {
-	make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-	make -C "$pkgname-$pkgver" DESTDIR="${pkgdir}" PREFIX=/usr install
-	install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 420266, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-02 11:44:25 UTC (rev 420267)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.3.2
+pkgrel=2
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxdg-basedir' '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=('68ad9fd1dab537d7a1ad93c899c50278')
+
+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:



More information about the arch-commits mailing list