Opened 11 years ago

Closed 11 years ago

#38635 closed submission (fixed)

gnome-themes-standard: provides the Adwaita default Gnome 3 theme

Reported by: gui-dos (Guido Soranzio) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: paumard
Port: gnome-themes-standard

Description

gnome-themes-standard provides Adwaita which is the new default theme for Gtk+/Gnome 3 applications.

Attachments (1)

Portfile (1.4 KB) - added by gui-dos (Guido Soranzio) 11 years ago.
Portfile

Download all attachments as: .zip

Change History (5)

comment:1 Changed 11 years ago by gui-dos (Guido Soranzio)

The error

gtk.gresource.xml: Error on line 41 char 1: Error processing input file with to-pixdata:
failed to load "./assets/dnd-counter.svg": Couldn't recognize the image file format for file './assets/dnd-counter.svg'

can been solved with:

pre-build {
        system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
}

comment:2 in reply to:  1 Changed 11 years ago by gui-dos (Guido Soranzio)

pre-build {
        system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
}

Unfortunately this workaround fails since it requires root permissions.

The loaders caches should be updated after activating librsvg itself, however, as for #38819.

Changed 11 years ago by gui-dos (Guido Soranzio)

Attachment: Portfile added

Portfile

comment:3 Changed 11 years ago by paumard

Cc: thibaut@… added

Cc Me!

comment:4 Changed 11 years ago by gui-dos (Guido Soranzio)

Resolution: fixed
Status: newclosed

Committed with r107158

Note: See TracTickets for help on using tickets.