diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /games-arcade | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/Manifest.gz | bin | 21555 -> 21559 bytes | |||
-rw-r--r-- | games-arcade/gnome-robots/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild | 38 |
3 files changed, 40 insertions, 0 deletions
diff --git a/games-arcade/Manifest.gz b/games-arcade/Manifest.gz Binary files differindex e8a1f5927ecc..29e92d8ff67a 100644 --- a/games-arcade/Manifest.gz +++ b/games-arcade/Manifest.gz diff --git a/games-arcade/gnome-robots/Manifest b/games-arcade/gnome-robots/Manifest index f0f8a78f12b5..2e61735fe9ae 100644 --- a/games-arcade/gnome-robots/Manifest +++ b/games-arcade/gnome-robots/Manifest @@ -1,3 +1,5 @@ DIST gnome-robots-3.22.3.tar.xz 540824 BLAKE2B 2f6943b97878d37da8c8a59cc7752b2c0eba35bc9eea1cf4b8a221fbae59ec4730af2ae71b25f2e946ee1edcabdb1a72a67cb1754350728b737fa26e3f9193e3 SHA512 d521527d9ceab16f4e3c64677044c87e46f38291ff126cc2280f69100750cb0317e6ad45e8a0abaa4dad38b67b958cac66653c33ba7760a410354f9190c02399 +DIST gnome-robots-3.32.0.tar.xz 422684 BLAKE2B bf66057da9ed52ffe641d28aa522d7851a1ac7881369d1329507beffdeb3f9dc6a46988993c899783576e8c63730245dd340b62267809d1334515dabc2d599e4 SHA512 b037d576eea45843ae4c13ddf284a598931b295257688f6fa458fb4e33b987c01dd70d34007703b3f7bcb97cf8aa306e6473e4c24e5ee0253f1beaafcff1c6f7 EBUILD gnome-robots-3.22.3.ebuild 610 BLAKE2B aa8cb7d3d3ea1a7399d6410248f1a42bb86ff388c36ac5b3c9ec3f8a2066fd2f418cae94f4b766ed3413d7f3177487caf3279c5d4d2c04ffcfa20d703132e7c4 SHA512 0400d44af720b8305ce74827d6f8472d008aa2d33378fd34b1128ee7b40aefaa9c97934419164a914cf09782a7ceea66f525b5f8932fafd6778b0e43c9c56eaa +EBUILD gnome-robots-3.32.0.ebuild 750 BLAKE2B bc4a31ff47f5bf927409354e4901c3c02ca3e292261d0fa0b95f0b59cd6b9a6f2f18052f150c2c54bda65e438bf80ef22376eba0e55274cd46383145704d27a8 SHA512 bc42601f7a2d937900f8df5f3d7fd6446b585569ae68c2b350deffd15d6c595682c317cbad54416f2c403d74eb44b2c62239aafd6648e7133b976bff28e98ed2 MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 diff --git a/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild new file mode 100644 index 000000000000..308731472810 --- /dev/null +++ b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="Avoid the robots and make them crash into each other" +HOMEPAGE="https://wiki.gnome.org/Apps/Robots" + +LICENSE="GPL-3+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + >=x11-libs/gtk+-3.15:3 + >=dev-libs/glib-2.32:2 + >=gnome-base/librsvg-2.36.2:2 + dev-libs/libgnome-games-support:1= + >=media-libs/libcanberra-0.26[gtk3] +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/appstream-glib + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} |