description="A text editor for GNOME" url="http://www.gnome.org/" packager="tnut " contributors="Jayce, Fanch" makedepends=(gedit) run=(gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache) set=(gnome) name=gedit-plugins version=3.36.2 source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version mkdir build cd build meson --prefix=/usr \ -D plugin_zeitgeist=false ninja DESTDIR=$PKG ninja install }