2014-12-16 15:57:55 +00:00
|
|
|
# Description: Window Navigator Construction Kit library
|
2020-02-11 23:08:08 +11:00
|
|
|
# URL: https://gitlab.gnome.org/GNOME/libwnck
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
# Depends on: gtk3 startup-notification xorg-libxres
|
2014-12-16 15:57:55 +00:00
|
|
|
|
2014-12-17 16:34:09 +00:00
|
|
|
name=libwnck-gtk3
|
2020-06-19 21:56:35 +10:00
|
|
|
version=3.36.0
|
2014-12-16 15:57:55 +00:00
|
|
|
release=1
|
2020-06-19 21:56:35 +10:00
|
|
|
source=(https://ftp.gnome.org/pub/gnome/sources/libwnck/${version%.*}/libwnck-$version.tar.xz)
|
2014-12-16 15:57:55 +00:00
|
|
|
|
|
|
|
build() {
|
2020-06-19 21:56:35 +10:00
|
|
|
meson build libwnck-$version --prefix=/usr
|
|
|
|
ninja -C build -j ${JOBS:-1}
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2014-12-16 15:57:55 +00:00
|
|
|
|
2020-02-11 23:08:08 +11:00
|
|
|
mv $PKG/usr/bin/wnck-urgency-monitor{,3}
|
|
|
|
mv $PKG/usr/bin/wnckprop{,3}
|
2014-12-16 15:57:55 +00:00
|
|
|
|
2020-02-11 23:08:08 +11:00
|
|
|
rm -r $PKG/usr/share/locale
|
2014-12-16 15:57:55 +00:00
|
|
|
}
|