32 lines
755 B
Text
Executable file
32 lines
755 B
Text
Executable file
app=startup-notification
|
|
version=0.12
|
|
build=1sml
|
|
homepage="https://www.freedesktop.org/"
|
|
download="https://www.freedesktop.org/software/startup-notification/releases/startup-notification-$version.tar.gz"
|
|
desc="Monitor and display application startup"
|
|
requires="libx11 xcb-util"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-static \
|
|
$builddist
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING ChangeLog $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
f079e41443e5dc6c730db6185612350dc8d6154e066f21ddda88abe7ccf61c581e9b3323c76c017854da4eece4b662205b4a7d0064f47ec92d69ca0a8210f4c1 startup-notification-0.12.tar.xz
|
|
"
|