[arch-commits] Commit in xfce4-notifyd/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 11 23:56:55 UTC 2019


    Date: Sunday, August 11, 2019 @ 23:56:54
  Author: foutrelis
Revision: 359679

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-notifyd/repos/staging-x86_64/
  xfce4-notifyd/repos/staging-x86_64/PKGBUILD
    (from rev 359678, xfce4-notifyd/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: xfce4-notifyd/repos/staging-x86_64/PKGBUILD (from rev 359678, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-08-11 23:56:54 UTC (rev 359679)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
+provides=('notification-daemon')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list