mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-themes/greybird: bump to 3.20.1
Minor ebuild fixups to match changes in upstream package. Propagated the same fixups to the live (9999) ebuild Package-Manager: portage-2.3.0
This commit is contained in:
@@ -2,3 +2,4 @@ DIST greybird-1.2.2.tar.gz 112022 SHA256 b54c73da705dc5607e439435b99262783be5628
|
||||
DIST greybird-1.3.4.tar.gz 116901 SHA256 d4c3ea3445d191f639fd045feea43f7139375da94478c3789f0a319f24c3ff4a SHA512 78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286 WHIRLPOOL f40381dcbc9df3a15883df83f2d2480d4add48e45d0d77dddf9781fb4c4cc928011c845892b02e7be070badb6e3c89dc69b2f7701d4911b6678c3976fea92b8c
|
||||
DIST greybird-1.5.3.tar.gz 118732 SHA256 856f092ebd199a2a28346938a3dfe62613135ad886c25bbaeebd3a917de4c962 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae WHIRLPOOL c7b724e11a7f2a4098b83744bba06e93f7c04fb5725b25a6d373f0b11438df9cbdd7db07fbe93e43f173b4ed6de2221eef0702622a3601a0f72c049c2bc54c8c
|
||||
DIST greybird-3.18.0.tar.gz 133088 SHA256 85a2d6bb73c32fb1caba2e5881dcf604af5b394bb8818058df874398e6dfe96f SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d WHIRLPOOL 74ed3e6e7c0bd7cccec71e908e77758b649ca1c112368db0f6474c13a2cbb4b509894f79b51fb9b73fbdbc4376ae40dd542a7488b7ce65fb9b2328c2a4a0b9e7
|
||||
DIST greybird-3.20.1.tar.gz 193824 SHA256 31da67ba87e90e28b37ebe5f29e0250b1c3478be96ef3f0131409c333f9d5c11 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e WHIRLPOOL a5e6dac032585c32e66a6bb700c0d936895b6a8ac9f7718549f66ba0e38dd2bed91a24fd9070b965f41f39bff8da709f9d447f5c44c00ab45c8f57ab461e92aa
|
||||
|
||||
48
x11-themes/greybird/greybird-3.20.1.ebuild
Normal file
48
x11-themes/greybird/greybird-3.20.1.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
MY_PN=${PN/g/G}
|
||||
|
||||
DESCRIPTION="The default theme from Xubuntu"
|
||||
HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
|
||||
SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
|
||||
LICENSE="CC-BY-SA-3.0 GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="ayatana gnome"
|
||||
|
||||
RDEPEND="
|
||||
>=x11-themes/gtk-engines-murrine-0.90
|
||||
"
|
||||
|
||||
RESTRICT="binchecks strip"
|
||||
|
||||
S=${WORKDIR}/${MY_PN}-${PV}
|
||||
|
||||
src_install() {
|
||||
dodoc README.md
|
||||
rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
|
||||
|
||||
insinto /usr/share/themes/${MY_PN}-compact/xfwm4
|
||||
doins xfwm4-compact/*
|
||||
rm -rf xfwm4-compact
|
||||
|
||||
insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
|
||||
doins xfwm4-a11y/*
|
||||
rm -rf xfwm4-a11y
|
||||
|
||||
insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
|
||||
doins xfce-notify-4.0_bright/*
|
||||
rm -rf xfce-notify-4.0_bright
|
||||
|
||||
use ayatana || rm -rf unity
|
||||
use gnome || rm -rf metacity-1
|
||||
|
||||
insinto /usr/share/themes/${MY_PN}
|
||||
doins -r *
|
||||
}
|
||||
@@ -15,7 +15,6 @@ EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
|
||||
LICENSE="CC-BY-SA-3.0 GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
# IUSE="ayatana gnome emerald"
|
||||
IUSE="ayatana gnome"
|
||||
|
||||
RDEPEND="
|
||||
@@ -25,8 +24,8 @@ RDEPEND="
|
||||
RESTRICT="binchecks strip"
|
||||
|
||||
src_install() {
|
||||
dodoc README
|
||||
rm -f README LICENSE*
|
||||
dodoc README.md
|
||||
rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
|
||||
|
||||
insinto /usr/share/themes/${MY_PN}-compact/xfwm4
|
||||
doins xfwm4-compact/*
|
||||
|
||||
Reference in New Issue
Block a user