diff --git a/metadata/layout.conf b/metadata/layout.conf index 6592d2a..db90fac 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -3,4 +3,3 @@ eapi_when_unknown = exheres-0 eapi_when_unspecified = exheres-0 profile_eapi_when_unspecified = exheres-0 masters = arbor x11 - diff --git a/packages/gnome-desktop/gnome-characters/gnome-characters-3.30.0.exheres-0 b/packages/gnome-desktop/gnome-characters/gnome-characters-3.30.0.exheres-0 new file mode 100644 index 0000000..1119ad7 --- /dev/null +++ b/packages/gnome-desktop/gnome-characters/gnome-characters-3.30.0.exheres-0 @@ -0,0 +1,40 @@ +# Copyright 2018 Martin Sekera +# Based on gnome-characters-3.30.0.ebuild Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +require gnome.org [ suffix=tar.xz ] +require freedesktop-desktop gsettings gtk-icon-cache +require meson vala [ vala_dep=true ] + +SUMMARY="Unicode character map viewer and library" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build: + dev-libs/appstream-glib + dev-libs/libxml2:2.0 + sys-devel/gettext[>=0.19.8] + virtual/pkg-config + build+run: + gnome-bindings/gjs[>=1.43.3] + dev-libs/glib:2[>=2.32] + gnome-desktop/gobject-introspection:=[>=1.35.9] + dev-libs/libunistring[>=0.9.5] + x11-libs/gtk+:3[gobject-introspection][>=3.20] + x11-libs/gdk-pixbuf:2.0 + x11-libs/pango[gobject-introspection][>=1.36] +" + +pkg_postinst() { + gsettings_pkg_postinst + gtk-icon-cache_pkg_postinst +} + +pkg_postrm() { + gsettings_pkg_postrm + gtk-icon-cache_pkg_postrm +}