diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-themes/light-themes | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-themes/light-themes')
7 files changed, 246 insertions, 0 deletions
diff --git a/x11-themes/light-themes/Manifest b/x11-themes/light-themes/Manifest new file mode 100644 index 000000000000..301c93a80f01 --- /dev/null +++ b/x11-themes/light-themes/Manifest @@ -0,0 +1,3 @@ +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 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 new file mode 100644 index 000000000000..f19ff261a197 --- /dev/null +++ b/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-1.patch @@ -0,0 +1,30 @@ +=== 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 new file mode 100644 index 000000000000..b77202139677 --- /dev/null +++ b/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-2.patch @@ -0,0 +1,32 @@ +=== 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 new file mode 100644 index 000000000000..4f51f7dab979 --- /dev/null +++ b/x11-themes/light-themes/files/light-themes-0.1.93-gtk3.8-3.patch @@ -0,0 +1,42 @@ +=== 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 new file mode 100644 index 000000000000..c1968b5eba6f --- /dev/null +++ b/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2014 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 + http://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 ) +" + +src_prepare() { + # Apply upstream fixes for gtk+-3.8 compat, bug #469062 + # upstream: https://bugs.launchpad.net/ubuntu-themes/+bug/1130183 + epatch "${FILESDIR}/${P}-gtk3.8-1.patch" + epatch "${FILESDIR}/${P}-gtk3.8-2.patch" + epatch "${FILESDIR}/${P}-gtk3.8-3.patch" + + cp -r Ambiance/ Ambiance-Gentoo || die + cp -r Radiance/ Radiance-Gentoo || die + sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \ + Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die + sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \ + Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die + sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \ + Ambiance-Gentoo/gtk-2.0/gtkrc Ambiance-Gentoo/gtk-3.0/settings.ini \ + Radiance-Gentoo/gtk-2.0/gtkrc Radiance-Gentoo/gtk-3.0/settings.ini || die + sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \ + Ambiance-Gentoo/gtk-3.0/gtk-main.css Radiance-Gentoo/gtk-3.0/gtk-main.css || die + + cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Ambiance-Gentoo/metacity-1/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Radiance-Gentoo/metacity-1/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Ambiance-Gentoo/gtk-3.0/assets/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Radiance-Gentoo/gtk-3.0/assets/. || die +} + +src_install() { + insinto /usr/share/themes + doins -r Radiance* Ambiance* + + use gtk3 || { + rm -R "${D}"/usr/share/themes/*/gtk-3.0 || die + } +} diff --git a/x11-themes/light-themes/light-themes-15.04_p20150410.ebuild b/x11-themes/light-themes/light-themes-15.04_p20150410.ebuild new file mode 100644 index 000000000000..529c764b6a80 --- /dev/null +++ b/x11-themes/light-themes/light-themes-15.04_p20150410.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +MY_PN=ubuntu-themes +MY_PV=14.04+15.04.20150410 + +DESCRIPTION="GTK2/GTK3 Ambiance and Radiance themes from Ubuntu" +HOMEPAGE="https://launchpad.net/light-themes" +SRC_URI=" + mirror://ubuntu/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.orig.tar.gz + http://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 ) +" + +S="${WORKDIR}"/${MY_PN}-${MY_PV} + +src_prepare() { + cp -r Ambiance/ Ambiance-Gentoo || die + cp -r Radiance/ Radiance-Gentoo || die + sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \ + Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die + sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \ + Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die + sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \ + Ambiance-Gentoo/gtk-2.0/gtkrc Ambiance-Gentoo/gtk-3.0/settings.ini \ + Radiance-Gentoo/gtk-2.0/gtkrc Radiance-Gentoo/gtk-3.0/settings.ini || die + sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \ + Ambiance-Gentoo/gtk-3.0/gtk-main.css \ + Radiance-Gentoo/gtk-3.0/gtk-main.css || die + + cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Ambiance-Gentoo/metacity-1/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/*.png "${S}"/Radiance-Gentoo/metacity-1/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Ambiance-Gentoo/gtk-3.0/assets/. || die + cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png "${S}"/Radiance-Gentoo/gtk-3.0/assets/. || die +} + +src_compile() { + : +} + +src_install() { + insinto /usr/share/themes + doins -r Radiance* Ambiance* + + use gtk3 || { + rm -R "${D}"/usr/share/themes/*/gtk-3.0 || die + } +} diff --git a/x11-themes/light-themes/metadata.xml b/x11-themes/light-themes/metadata.xml new file mode 100644 index 000000000000..44bb88559d2b --- /dev/null +++ b/x11-themes/light-themes/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <maintainer> + <email>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> + <maintainer> + <email>pacho@gentoo.org</email> + <name>Pacho Ramos</name> + </maintainer> + <use> + <flag name="gtk3">Support GTK 3.x, too</flag> + </use> + <upstream> + <remote-id type="launchpad">light-themes</remote-id> + </upstream> +</pkgmetadata> |