comparison desktop/libwnck2/libwnck2.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 0e6c54d47dfb
children ddab65a5b3f5
comparison
equal deleted inserted replaced
901:e2de15b7d2b1 902:a133976e0783
19 PKGVERSION=2.31.0 19 PKGVERSION=2.31.0
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="LGPLv20" 21 PKGLICENSE="LGPLv20"
22 PKGSUMMARY="window navigator construction kit" 22 PKGSUMMARY="window navigator construction kit"
23 PKGDOWNLOAD="https://download.gnome.org/sources/libwnck/2.31/libwnck-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="https://download.gnome.org/sources/libwnck/2.31/libwnck-$PKGVERSION.tar.xz"
24 PKGDEPENDS="desktop/startup-notification 24 PKGDEPENDS="startup-notification
25 dev/gobject-introspection 25 gobject-introspection
26 graphics/gdk-pixbuf:build 26 gdk-pixbuf:build
27 graphics/gtk2 27 gtk2
28 x11/libx11 28 libx11
29 x11/libxres" 29 libxres"
30 30
31 : ${CC:=clang} 31 : ${CC:=clang}
32 : ${CFLAGS:=-O2} 32 : ${CFLAGS:=-O2}
33 : ${LDFLAGS:=} 33 : ${LDFLAGS:=}
34 : ${LIBS:=} 34 : ${LIBS:=}