🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: 'startup-notification'
pkgver: '0.12'
pkgrel: '5'
pkgdesc: 'Monitor and display application startup'
url: 'https://freedesktop.org/wiki/Software/startup-notification'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- 'xorg-libx11'
- 'xcb-util'
source:
- 'https://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libstartup-notification-1.la
package: |
true