🔒 Repository is read-only – file editing is disabled.

recipes/gui/xfce4-notifyd/PAGBUILD.yaml main

38 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: 'xfce4-notifyd'
pkgver: '0.9.7'
pkgrel: '1'
pkgdesc: 'Notification daemon for the Xfce desktop'
url: 'http://git.xfce.org/kelnos/xfce4-notifyd/'
arch: x86_64
license:
- 'LGPL2.1'

depends:
- 'gtk-update-icon-cache'
- 'hicolor-icon-theme'

makedepends:
- libxfce4ui
- libnotify
- 'xfce4-panel'

source:
- 'https://archive.xfce.org/src/apps/${pkgname}/0.9/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
              --sysconfdir=/etc

  make

  make DESTDIR=${PKGDIR} install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true