diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-05 18:44:56 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-05 18:44:56 +0000 |
commit | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch) | |
tree | ab466b4dfa7abecb401b2f8039d08af4689306bb /gui-libs | |
parent | d42200bec37eef2a7478d88988ff00addd0a9202 (diff) |
gentoo resync : 05.02.2020
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/Manifest.gz | bin | 1214 -> 1216 bytes | |||
-rw-r--r-- | gui-libs/amtk/Manifest | 2 | ||||
-rw-r--r-- | gui-libs/amtk/amtk-5.0.2.ebuild | 34 | ||||
-rw-r--r-- | gui-libs/libhandy/Manifest | 2 | ||||
-rw-r--r-- | gui-libs/libhandy/libhandy-0.0.9.ebuild | 4 | ||||
-rw-r--r-- | gui-libs/tepl/Manifest | 4 | ||||
-rw-r--r-- | gui-libs/tepl/tepl-4.2.0.ebuild | 54 | ||||
-rw-r--r-- | gui-libs/tepl/tepl-4.2.1.ebuild | 6 |
8 files changed, 43 insertions, 63 deletions
diff --git a/gui-libs/Manifest.gz b/gui-libs/Manifest.gz Binary files differindex e21628e35d68..dd760889f9e3 100644 --- a/gui-libs/Manifest.gz +++ b/gui-libs/Manifest.gz diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest index f8928707cac4..775f15059021 100644 --- a/gui-libs/amtk/Manifest +++ b/gui-libs/amtk/Manifest @@ -1,3 +1,5 @@ DIST amtk-5.0.1.tar.xz 369192 BLAKE2B b31b60045ea122c814a719877ada69fba3753d33c30ad28b5d0c97cd358ae15d98c8f88c038b95aa64e8d5d9b23e3143b75d571f1dc32dc4178af49b0ecf8faf SHA512 21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00 +DIST amtk-5.0.2.tar.xz 368440 BLAKE2B d13498079714612ac775a20032c0684b77c8a2238dad055dba6b87e81c009da22b53cb93df185a10278eedab2857321ee59230488f738064a4fb305345eba345 SHA512 71876430c4e7c19c49170ef6ff8d4c5324f871fd1e02162f33a9249b87f693fa4f4f748ac73d901135d331fee662e5000851e86a00d921da6669319728526136 EBUILD amtk-5.0.1.ebuild 742 BLAKE2B 9093d129319edfd58f1536b170376cba0219c6b0f198c179263e3a00907259f0e26de663060ad16235d6801f9f6131920ca2f4494719d0a2afe5a9ce5f3c0d50 SHA512 537fa0e30f36410ded96f61afb12a31218c8ade4cdcc7bd635d2913a16170f45903fe5e23e8a2c88fdd50e490a74e7c1b95ef5ebe634329cfcc5e4e939d2c3e4 +EBUILD amtk-5.0.2.ebuild 744 BLAKE2B 5037cbf1f2edc6f193e21aa9196a28c07d9e663c77d74180e9899030daba15eff68da6138250cbeafacdd8da7781b2a4baa906f9d2ce521a46796c3ff747b7b8 SHA512 fe3212751988c4e51490a20f0bbee7328248a3de71ad1d1f27eb15d41716731cee425099d7e5f9b5c5a2087d5efa80cbecc4fed48422aa5c9d4f0987b144d803 MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 diff --git a/gui-libs/amtk/amtk-5.0.2.ebuild b/gui-libs/amtk/amtk-5.0.2.ebuild new file mode 100644 index 000000000000..2b48a6677c9e --- /dev/null +++ b/gui-libs/amtk/amtk-5.0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications" +HOMEPAGE="https://wiki.gnome.org/Projects/Amtk" + +LICENSE="LGPL-2.1+" +SLOT="5" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.52:2 + >=x11-libs/gtk+-3.22:3 + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +" +DEPEND="${DEPEND} + >=sys-devel/gettext-0.19.6 + dev-util/glib-utils + >=dev-util/gtk-doc-am-1.25 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + --disable-gtk-doc \ + --disable-installed-tests \ + $(use_enable introspection) \ + --disable-valgrind +} diff --git a/gui-libs/libhandy/Manifest b/gui-libs/libhandy/Manifest index b7dcdd7b50f3..870f1b82cdb9 100644 --- a/gui-libs/libhandy/Manifest +++ b/gui-libs/libhandy/Manifest @@ -1,3 +1,3 @@ DIST libhandy-v0.0.9.tar.bz2 110100 BLAKE2B c1abf60b37d76a0b2f0ed82152decc9a87c9feff664af8df91ede192018a70003ac7ff3c1307668e7196089f59bb5dc21d1449ccc1deb3e2e362f32ff8f9f30b SHA512 d3256c2ff49a7fd0ccfec14ba3e34ed51577841c1670902d25f2a0166e63820428e689c722dddbccf787e1380c7f9a8ddc5b9042a1632b688b151ecce0f6d262 -EBUILD libhandy-0.0.9.ebuild 1518 BLAKE2B 0ed2d157de5b732b27e7c0c08400d0713dbfabac3aab4e7d41aa4dd118ed4d31091d522782db63ff75935345fc7a618ecee47253550502b822d156da16d9cc1f SHA512 98c813259236cd53be453537224f657639aace782c630309655c1c48b9bda14860c5ba1787774a6b29edfbcb1ea5737ef61fd10ee29279843af62e6a82ab18e1 +EBUILD libhandy-0.0.9.ebuild 1524 BLAKE2B 213c411f65be0d25d85624d099ef0f2f5248a979809df66be110f62817c7624e2e19f0b66b0937e449286f16a01c286672cb5886e6c79f96a61a6f25ed3324c5 SHA512 4e8e8756659769f4ccf1464f8b542718549f9d8d7bfa64a04b63f8e724b122fd1fc8bb66bd05ccface82e6f88d291629e31fffb845b89067b94d65eb3e3b0c34 MISC metadata.xml 474 BLAKE2B b8fba1ac64b79eaadbd70099133bc57a69be78738b9da3742ac9381286f62e5198b5b6dc5bf51dd5a11e0ea06819d3ccc00157f7f69939f18db18016db47705a SHA512 d9c79fbc1e8549dcdf6e42263040844efd729440d725df7c8f06bdf5e6c8da0de8f24186c94a2444e03f4396aaa1e4043d1893996770cfa2e5ea9f1b0ca71b4a diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild b/gui-libs/libhandy/libhandy-0.0.9.ebuild index b83d36c74330..1fa76729e3c2 100644 --- a/gui-libs/libhandy/libhandy-0.0.9.ebuild +++ b/gui-libs/libhandy/libhandy-0.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1+" SLOT="0.0/0" # It may or may not break ABI in future versions at this point; if new # SLOT happens, it'll likely file conflict on gtk-doc and glade library and catalog -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="examples glade gtk-doc +introspection test +vala" REQUIRED_USE="vala? ( introspection )" diff --git a/gui-libs/tepl/Manifest b/gui-libs/tepl/Manifest index a3eaf2bbd387..418cbd09b4a8 100644 --- a/gui-libs/tepl/Manifest +++ b/gui-libs/tepl/Manifest @@ -1,5 +1,3 @@ -DIST tepl-4.2.0.tar.xz 456540 BLAKE2B 8861d2cdcddcb5b9e5aa58798835c0969dd12ce6c5ada69b5b97224f215bfdbf8ee0a7173d5c7cb2cc11894988351ce4df7a81e91e7b7036a48cc89e2cb9dd62 SHA512 32f69c6f0942a82e6b7f94eba776d55dce2af1c8e4c7abadf6af38a0a5abb0a94f0c426d5ec727b8eb478406ba113728b771597c2c84e508b8ccb113a74eab3d DIST tepl-4.2.1.tar.xz 464120 BLAKE2B 74146cdf837923ab1a8e843e189bd83b2c7d7ae9cbf03ce4f3dbbbbfee1f47dffcda537ad8133cdf1b4efd747f0ee60092ddab029a67282b71fdc52d51564dc4 SHA512 c1b848cf1d336efdc2971e16060baf721e9019e6e6827bd755235c9dd37ae47803343e51888d9dd5817b6127bb1ba05a19d4a1be0caab9d2de125bc0cd8175a7 -EBUILD tepl-4.2.0.ebuild 1361 BLAKE2B e6ff837f68cc2f8dd66448dd8878499faca11166de512352eb12957c910872d01febd43bc6d2019f1e1338bc6727e61f865a4f4c75144aa1b964bc4ddedcac8c SHA512 2a13898ac148f043948918a5215bdf01b06f7a20075c91bd342d4665331e1b94d584f9e8059751f92911c575eb2a94262d0becb75b4f762687a639658752183f -EBUILD tepl-4.2.1.ebuild 1363 BLAKE2B 82274a0413fba4f62d97b121e88abc46d8466423ed229ffe4f396eec88aa8bafca59ca6868ca92e27e73fecc56f4d4492965a448bb0d1b5b764cf45ca2bec2f3 SHA512 42aad96875eda3dafd119c7b428c5ff8109aa62121fb8d972b1d0101f1fc8b48956d577b67ea3cbb8a0f7117c4279d96f22919fb534283679ded0a22a96ae714 +EBUILD tepl-4.2.1.ebuild 1361 BLAKE2B 3ab71473823444b98de9fe21aca388638bb7404966da79e6ea436ce91a98b4c43668ef7153b7b1b93723b6a4e478c5788cf4425cf5ba615da5d3d156cf60d8d6 SHA512 7374205c677b8376f7619327d336da92278985245817d1ff34c704386cb41c93ad0f939f804664720617c4d80b28c6dcf0b45f8f1711113564be045716f02e2d MISC metadata.xml 253 BLAKE2B a1efbd3751efaa83ee173f557ec1c8a4497a90b60896cf5a7a07da40b4f94a7a299ca0385477e82b2f5e5dbdf9afa482ccbe21f35ef44214e9c451d764b65529 SHA512 8d59f413993268ca783f7407b676900bb2d964754bf705d4175e2bafbe058a52af74f3928e4bd84d292518f8cf13fab7051486ab7cdc61d02fae6e0188d44442 diff --git a/gui-libs/tepl/tepl-4.2.0.ebuild b/gui-libs/tepl/tepl-4.2.0.ebuild deleted file mode 100644 index ed2e8dab7528..000000000000 --- a/gui-libs/tepl/tepl-4.2.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2 virtualx - -DESCRIPTION="GtkSourceView-based text editors and IDE helper library" -HOMEPAGE="https://wiki.gnome.org/Projects/Gtef" - -LICENSE="LGPL-2.1+" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.52:2 - >=x11-libs/gtk+-3.22:3[introspection?] - >=x11-libs/gtksourceview-4.0:4[introspection?] - >=gui-libs/amtk-5.0:5[introspection?] - >=dev-libs/libxml2-2.5:2 - app-i18n/uchardet - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) -" -DEPEND="${DEPEND} - >=sys-devel/gettext-0.19.4 - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.25 - virtual/pkgconfig -" - -RESTRICT="!test? ( test )" - -src_prepare() { - # requires running gvfs-metadata - sed -e 's:\(g_test_add_func.*/file/load_save_metadata_sync.*\):/*\1*/:' \ - -e 's:\(g_test_add_func.*/file/load_save_metadata_async.*\):/*\1*/:' \ - -e 's:\(g_test_add_func.*/file/set_without_load.*\):/*\1*/:' \ - -i testsuite/test-file-metadata.c || die - - gnome2_src_prepare -} - -src_configure() { - # valgrind checks not ran by default and require suppression files not in locations where they'd be installed by other packages - gnome2_src_configure \ - --enable-gvfs-metadata \ - --disable-valgrind \ - $(use_enable introspection) -} - -src_test() { - virtx emake check -} diff --git a/gui-libs/tepl/tepl-4.2.1.ebuild b/gui-libs/tepl/tepl-4.2.1.ebuild index 61989b5579ba..ec3365a0e8c0 100644 --- a/gui-libs/tepl/tepl-4.2.1.ebuild +++ b/gui-libs/tepl/tepl-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gtef" LICENSE="LGPL-2.1+" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+introspection" RDEPEND=" @@ -23,7 +23,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${DEPEND} - >=sys-devel/gettext-0.19.4 + >=sys-devel/gettext-0.19.6 dev-util/glib-utils >=dev-util/gtk-doc-am-1.25 virtual/pkgconfig |