Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589612 - x11-themes/greybird-3.18.0 version bump
Summary: x11-themes/greybird-3.18.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-24 18:25 UTC by Rustam Karimov
Modified: 2016-07-24 20:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
greybird-3.18.0.ebuild (greybird-3.18.0.ebuild,1.19 KB, text/plain)
2016-07-24 18:25 UTC, Rustam Karimov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rustam Karimov 2016-07-24 18:25:43 UTC
Created attachment 441458 [details]
greybird-3.18.0.ebuild

https://github.com/shimmerproject/Greybird/releases/tag/v3.18.0

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-24 20:06:06 UTC
Comment on attachment 441458 [details]
greybird-3.18.0.ebuild

--- greybird-1.5.3.ebuild       2015-12-29 07:29:32.192369505 +0100
+++ -   2016-07-24 22:05:41.064734237 +0200
@@ -14,9 +14,13 @@
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
+# IUSE="ayatana gnome emerald"
 IUSE="ayatana gnome"

-RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
+RDEPEND="
+               >=x11-themes/gtk-engines-murrine-0.90
+               =x11-libs/gtk+-3.18*
+               "
 DEPEND=""

 RESTRICT="binchecks strip"
@@ -30,9 +34,17 @@
        dodoc README
        rm -f README LICENSE*

-       insinto /usr/share/themes/${MY_PN}_compact/xfwm4
-       doins xfwm4_compact/*
-       rm -rf xfwm4_compact
+       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
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-24 20:14:46 UTC
(In reply to Jeroen Roovers from comment #1)
> Comment on attachment 441458 [details]
> greybird-3.18.0.ebuild
> 
> --- greybird-1.5.3.ebuild       2015-12-29 07:29:32.192369505 +0100
> +++ -   2016-07-24 22:05:41.064734237 +0200
> @@ -14,9 +14,13 @@
>  LICENSE="CC-BY-SA-3.0 GPL-2+"
>  SLOT="0"
>  KEYWORDS="amd64 ~ppc ~ppc64 x86"

Stable keywords.

> +# IUSE="ayatana gnome emerald"

Commented code.

>  IUSE="ayatana gnome"
> 
> -RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
> +RDEPEND="
> +               >=x11-themes/gtk-engines-murrine-0.90
> +               =x11-libs/gtk+-3.18*
> +               "

It doesn't require any version of gtk+.
Also, weird whitespace.

>  DEPEND=""
> 
>  RESTRICT="binchecks strip"
> @@ -30,9 +34,17 @@
>         dodoc README
>         rm -f README LICENSE*
> 
> -       insinto /usr/share/themes/${MY_PN}_compact/xfwm4
> -       doins xfwm4_compact/*
> -       rm -rf xfwm4_compact
> +       insinto /usr/share/themes/${MY_PN}-compact/xfwm4
> +       doins xfwm4-compact/*
> +       rm -rf xfwm4-compact

Whitespace?

> +
> +       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
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-24 20:15:29 UTC
(In reply to Jeroen Roovers from comment #2)
> > -       insinto /usr/share/themes/${MY_PN}_compact/xfwm4
> > -       doins xfwm4_compact/*
> > -       rm -rf xfwm4_compact
> > +       insinto /usr/share/themes/${MY_PN}-compact/xfwm4
> > +       doins xfwm4-compact/*
> > +       rm -rf xfwm4-compact
> 
> Whitespace?

Oh, right, the directory was renamed.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2016-07-24 20:18:28 UTC
It's in the tree. Thanks for the report.