description="The GNOME Terminal Emulator" url="http://www.gnome.org/" packager="tnut " contributors="Tnut, Jayce, Fanch, Remy" makedepends=(dconf gconf gtk3 vte3 nautilus) run=(gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache) set=(gnome) name=gnome-terminal version=3.36.2 source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-static \ --disable-migration \ --disable-search-provider \ --without-pcre2 --with-nautilus-extension make make DESTDIR=$PKG install }