Date: Tuesday, February 28, 2023 @ 15:43:48
  Author: eworm
Revision: 469789

archrelease: copy trunk to testing-x86_64

Added:
  xfce4-notifyd/repos/testing-x86_64/
  xfce4-notifyd/repos/testing-x86_64/PKGBUILD
    (from rev 469788, xfce4-notifyd/trunk/PKGBUILD)

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

Copied: xfce4-notifyd/repos/testing-x86_64/PKGBUILD (from rev 469788, 
xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-02-28 15:43:48 UTC (rev 469789)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/notifyd/start";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libxfce4util' 'libnotify' 'xfconf' 'sqlite' 
'libcanberra'
+         'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel' 'xfce4-dev-tools')
+provides=('notification-daemon')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e3a28adb08daa1411135142a0d421e4d6050c4035a4e513a673a59460ff2ae84')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to