diff --git a/x11-themes/light-themes/Manifest b/x11-themes/light-themes/Manifest index 29398ac4ca702..fbc8e3107e1ca 100644 --- a/x11-themes/light-themes/Manifest +++ b/x11-themes/light-themes/Manifest @@ -1,4 +1,2 @@ DIST Gentoo-Buttons-r1.tar.xz 80476 SHA256 8de84366411d8a67e3550cd131fa9634614212f0127f73336e11f7aba6cc8799 SHA512 d1c093fe8ce905a409cd3ce85fde8490f26b918bb1dd3ccb6695eaa6c7a4908d7ba1e1d14a9443a16331168ca9b3fa58b5b28805fc583b4345932602f7c19168 WHIRLPOOL e12ba8b37260115f395e4a48ab211c788dbb7f967a3be63a6f80dee7841fd1a62adbf2a6c2ec608ed3532b8be513c6750300f7b3b9ed9a82d049dfc8078acba9 -DIST light-themes_0.1.93.tar.gz 333969 SHA256 f44bda89c7328e2cda9e4f26d4cd26091fe462d581e8d9b7b73b982533146c37 SHA512 c59a0c3451d91a3e19cdfb91e67dbbfb7ff3f804d586383281fb9b2ad261953eb8549670ef0aaf87f6f0d497eec6cca8d78d19d4c8107b807fb768a1e155ed7e WHIRLPOOL 267e7e570f5b1d614a8a55067a5cef646a60e2e71bb0d96f197bbee429ed8adbe34237358c5011ca735ad07b3997dad0d43e49bd811028166179ef2bfc14d711 -DIST ubuntu-themes_14.04+15.04.20150410.orig.tar.gz 31996792 SHA256 a17c010fd92ae645cb7a4d88a52f867fc220c5ed1ecc0b247b3d7721a6af2d85 SHA512 0f0afc545b6f323e20017cb42e704d231a5e11e88077ec60d2bc623991842a05f52e0cf1e6e71fc12fb4ce76dbbcfacff86bde0d43ebdf4784f2760f00ff3803 WHIRLPOOL baa721f11b42678b080fe692e67ebcf0549aff1b972682181bb8acdd9b0973fd47991e62a2b4158094c00af41209085bd69c26b461615c48bf562770b6ef7201 DIST ubuntu-themes_16.10+17.04.20161205.orig.tar.gz 13834759 SHA256 ff9c002dd7668fdf65ddab392ed1eedc55c11cd7e2500d765a2d9b4607142799 SHA512 42bb622ad6818f7bf2e9f163f4a9a342fd7d8bad5e8a50db2d439857d053b0827543b7e8f626588316670fd6c63d050ecc522aef52e49c5c336ac08f6f303238 WHIRLPOOL 0dce7927bd66672b64e4db81db77534d648e84b08d65d324bfd44ee16176b789dfff074a33813475df33997b8372848345eb2e34574ffae510806b6cac0ffb43 diff --git a/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-1.patch b/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-1.patch deleted file mode 100644 index f19ff261a197c..0000000000000 --- a/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-1.patch +++ /dev/null @@ -1,30 +0,0 @@ -=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css' ---- Ambiance/gtk-3.0/gtk-widgets.css 2013-02-10 12:59:27 +0000 -+++ Ambiance/gtk-3.0/gtk-widgets.css 2013-02-19 12:56:19 +0000 -@@ -956,9 +956,8 @@ - }*/ - - .menuitem { -+ background: transparent; - border-radius: 0; -- border-style: solid; -- border-width: 1px; - padding: 3px 2px 3px 2px; - - text-shadow: none; - -=== modified file 'Radiance/gtk-3.0/gtk-widgets.css' ---- Radiance/gtk-3.0/gtk-widgets.css 2013-02-10 12:59:27 +0000 -+++ Radiance/gtk-3.0/gtk-widgets.css 2013-02-19 12:56:19 +0000 -@@ -956,9 +956,8 @@ - }*/ - - .menuitem { -+ background: transparent; - border-radius: 0; -- border-style: solid; -- border-width: 1px; - padding: 3px 2px 3px 2px; - - text-shadow: none; - diff --git a/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-2.patch b/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-2.patch deleted file mode 100644 index b772021396775..0000000000000 --- a/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-2.patch +++ /dev/null @@ -1,32 +0,0 @@ -=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css' ---- Ambiance/gtk-3.0/gtk-widgets.css 2013-02-19 12:56:19 +0000 -+++ Ambiance/gtk-3.0/gtk-widgets.css 2013-02-19 13:06:53 +0000 -@@ -956,9 +956,10 @@ - }*/ - - .menuitem { -+ -GtkMenuItem-horizontal-padding: 0; - background: transparent; - border-radius: 0; -- padding: 3px 2px 3px 2px; -+ padding: 3px 5px 3px 5px; - - text-shadow: none; - } - -=== modified file 'Radiance/gtk-3.0/gtk-widgets.css' ---- Radiance/gtk-3.0/gtk-widgets.css 2013-02-19 12:56:19 +0000 -+++ Radiance/gtk-3.0/gtk-widgets.css 2013-02-19 13:06:53 +0000 -@@ -956,9 +956,10 @@ - }*/ - - .menuitem { -+ -GtkMenuItem-horizontal-padding: 0; - background: transparent; - border-radius: 0; -- padding: 3px 2px 3px 2px; -+ padding: 3px 5px 3px 5px; - - text-shadow: none; - } - diff --git a/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-3.patch b/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-3.patch deleted file mode 100644 index 4f51f7dab979c..0000000000000 --- a/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-3.patch +++ /dev/null @@ -1,42 +0,0 @@ -=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css' ---- Ambiance/gtk-3.0/gtk-widgets.css 2013-02-19 13:06:53 +0000 -+++ Ambiance/gtk-3.0/gtk-widgets.css 2013-03-01 23:35:05 +0000 -@@ -44,7 +44,6 @@ - -GtkToolbar-internal-padding: 0; - -GtkTreeView-expander-size: 8; - -GtkTreeView-vertical-separator: 0; -- -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 2; - -GtkWidget-separator-height: 2; - -GtkWidget-focus-padding: 0; -@@ -1567,6 +1566,8 @@ - - .menuitem.separator { - -GtkMenuItem-horizontal-padding: 0; -+ border: none; -+ color: @dark_bg_color; - } - - GtkTreeMenu .menuitem.separator, - -=== modified file 'Radiance/gtk-3.0/gtk-widgets.css' ---- Radiance/gtk-3.0/gtk-widgets.css 2013-02-19 13:06:53 +0000 -+++ Radiance/gtk-3.0/gtk-widgets.css 2013-03-01 23:35:05 +0000 -@@ -44,7 +44,6 @@ - -GtkToolbar-internal-padding: 0; - -GtkTreeView-expander-size: 8; - -GtkTreeView-vertical-separator: 0; -- -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 2; - -GtkWidget-separator-height: 2; - -GtkWidget-focus-padding: 0; -@@ -1567,6 +1566,8 @@ - - .menuitem.separator { - -GtkMenuItem-horizontal-padding: 0; -+ border: none; -+ color: @dark_bg_color; - } - - GtkTreeMenu .menuitem.separator, - diff --git a/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild b/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild deleted file mode 100644 index b1590b9fb6207..0000000000000 --- a/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils - -DESCRIPTION="GTK2/GTK3 Ambiance and Radiance themes from Ubuntu" -HOMEPAGE="https://launchpad.net/light-themes" -SRC_URI=" - mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz - https://dev.gentoo.org/~pacho/${PN}/Gentoo-Buttons-r1.tar.xz -" - -LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk3" - -DEPEND="app-arch/xz-utils" -RDEPEND=" - x11-themes/gtk-engines-murrine - gtk3? ( x11-themes/gtk-engines-unico