diff options
Diffstat (limited to 'x11-themes/numix-gtk-theme')
-rw-r--r-- | x11-themes/numix-gtk-theme/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild (renamed from x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild) | 27 |
2 files changed, 26 insertions, 3 deletions
diff --git a/x11-themes/numix-gtk-theme/Manifest b/x11-themes/numix-gtk-theme/Manifest index 3e3bd18de886..7b3f5e127fb8 100644 --- a/x11-themes/numix-gtk-theme/Manifest +++ b/x11-themes/numix-gtk-theme/Manifest @@ -1,3 +1,3 @@ DIST numix-gtk-theme-2.6.7.tar.gz 156607 BLAKE2B 0ba8476ffa6e94b83412a76fd7a7c9b17453e886f4c1168cb663cb780e3b9e8cf238f06c04b979d6847eb932623fc59eb8d8736293735f11d23cad1dbb4017dd SHA512 a034644a08173e70de496b88b40c8749d3c3dc988da0c09a03eca77a5263704b001114678e0492988831b1664593d4054f2d7c0d90d95f5b05dcd05914577a03 -EBUILD numix-gtk-theme-2.6.7.ebuild 546 BLAKE2B 44a3f16d58d715d85b81c69a65918272e27983301bb394546190f2f091996d63d0259d148469118e5d31734bccfd7ff96e0121a0d528a249c3d8b22e277ff9b7 SHA512 0661ba521b5a9d6e933c2d46d0b9937d39feef8a2df2da147108091dd2cf5b1186a8a7a87e245818d2211bdecf37f95838beeb65ceae8629fa250f6b1716f3ab +EBUILD numix-gtk-theme-2.6.7-r1.ebuild 746 BLAKE2B aea07fe9e7bd1e6714e10e55d46ecd96d9a8f4fe788a65b14ea33c4247795914ed2871128fce09b0a0ae5b3fce292e60c6b648945c36f303eb706e16537a74b6 SHA512 98440348c2cf9569edab198e7ef8458efa9f53d46c58819889bd00f4b20c3d0727f75a1f62e7d792af9a5004dc65e661e0a047915cab9a8e127aae79981270a0 MISC metadata.xml 254 BLAKE2B 938f68b7b21ad386a35540a09e4bb956e241dfc963d4823c3c0cd46d3449ff4fb5a1cead67ad7c35a460503d30bdbde35822535f1c2d46f2939ee190f328b846 SHA512 26047ebb40fc49bfb4393121c5c5af69caee617a1d75676be84b0f5af75564828aeeef4503c7681eaaf7e48f6c662574874336296c18e002dca8e925162a1d4c diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild index 9f2ff52cfbc7..8d5caa1ce812 100644 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild @@ -1,8 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +inherit ruby-ng + DESCRIPTION="A modern flat theme with a combination of light and dark elements" HOMEPAGE="https://github.com/numixproject/numix-gtk-theme" SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -17,5 +21,24 @@ RDEPEND="dev-libs/libxml2:2 DEPEND="${RDEPEND} dev-libs/glib:2 - >=dev-ruby/sass-3.5 x11-libs/gdk-pixbuf:2" + +ruby_add_depend ">=dev-ruby/sass-3.5" + +S="${WORKDIR}/${P}" + +src_unpack() { + default +} + +src_prepare() { + default +} + +src_compile() { + default +} + +src_install() { + default +} |