* 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>
|
# 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>
|
# Contributor: dorphell <dorphell@archlinux.org>
|
||||||
|
|
||||||
pkgname=startup-notification
|
pkgname=startup-notification
|
||||||
pkgver=0.12
|
pkgver=0.12
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="Monitor and display application startup"
|
pkgdesc='Libary to monitor and display application startup'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
|
url='https://www.freedesktop.org/wiki/Software/startup-notification/'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('libx11' 'xcb-util')
|
depends=('glibc' 'libx11' 'libxcb' 'xcb-util')
|
||||||
url="https://www.freedesktop.org"
|
source=("https://www.freedesktop.org/software/startup-notification/releases/$pkgname-$pkgver.tar.gz")
|
||||||
source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
|
|
||||||
sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
|
sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
||||||
sed -i -e '/AC_PATH_XTRA/d' configure.in
|
|
||||||
autoreconf --force --install
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd $pkgname-$pkgver
|
||||||
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
|
./configure --prefix=/usr --build=${CHOST}
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd $pkgname-$pkgver
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user