* update startup-notification to 0.12-8
This commit is contained in:
parent
e70bea8b14
commit
59fd8da0e2
@ -1,32 +1,27 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: dorphell <dorphell@archlinux.org>
|
||||
|
||||
pkgname=startup-notification
|
||||
pkgver=0.12
|
||||
pkgrel=7
|
||||
pkgdesc="Monitor and display application startup"
|
||||
pkgrel=8
|
||||
pkgdesc='Libary to monitor and display application startup'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.freedesktop.org/wiki/Software/startup-notification/'
|
||||
license=('LGPL')
|
||||
depends=('libx11' 'xcb-util')
|
||||
url="https://www.freedesktop.org"
|
||||
source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
|
||||
depends=('glibc' 'libx11' 'libxcb' 'xcb-util')
|
||||
source=("https://www.freedesktop.org/software/startup-notification/releases/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
sed -i -e '/AC_PATH_XTRA/d' configure.in
|
||||
autoreconf --force --install
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --build=${CHOST}
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user