Skip to content

Commit

Permalink
FL-675: fix tarball fetchfor x11-themes/faience
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed Aug 18, 2013
1 parent 8f9a572 commit c23c04c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-themes/faience/Manifest
@@ -0,0 +1 @@
DIST gtk3_gnome_shell___faience_by_tiheum-d47vmgg.zip 2384569 SHA256 59e7330e01eec62b98aca3b5d9bb6563a22abeed05cfdea2ed96c848d8a81ddb SHA512 a5e934bcf93e3a2dfef8c52c9fdb4c7ce004551b5b2756c926bdf6c206c801b1b0dfc775e0f4b7df3f3f89aabe08b2a5597220cb2822e9ab78a8b5e2868dca1d WHIRLPOOL 3af94d23c50bdf1938a14a129fc30063cdedc10a4fdfd7f380d67445b5390402c845c9e2e8948a683ddcae4364bbd57540a64b48d62c3994e3eb52cdf7d27d85
35 changes: 35 additions & 0 deletions x11-themes/faience/faience-0.5.4.ebuild
@@ -0,0 +1,35 @@
EAPI="5"

RESTRICT="mirror"
DESCRIPTION="Themes for Gnome Shell Metacity and Gtk-2.0 Gtk-3.0"
HOMEPAGE="http://tiheum.deviantart.com/art/GTK3-Gnome-Shell-Faience-255097456"
SRC_URI="http://ftp.osuosl.org/pub/funtoo/distfiles/gtk3_gnome_shell___faience_by_tiheum-d47vmgg.zip"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~*"
IUSE="gnome-shell"

RDEPEND=">=x11-libs/gtk+-2.10:2
>=x11-libs/gtk+-3.6:3
>=x11-themes/gnome-themes-standard-3.6
>=x11-themes/gtk-engines-unico-1.0.2
>=x11-themes/gtk-engines-murrine-0.98.1.1
gnome-shell? ( >=gnome-base/gnome-shell-3.4
media-fonts/ubuntu-font-family )"
DEPEND="app-arch/unzip"

# INSTALL file contains useful information for the end user
DOCS=( AUTHORS ChangeLog )

src_unpack() {
mkdir "${S}"
cd "${S}"
unpack "${A}"
}

src_install() {
insinto /usr/share/themes
doins -r Faience
doins -r Faience-* || die "Cannot install Faience extra themes"
}

0 comments on commit c23c04c

Please sign in to comment.