mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
x11-themes/gnome-backgrounds: add symlinks for Cinnamon
Easier alternatives would have been symlinking share/cinnamon-background-properties to share/gnome-background-properties or having Cinnamon only load from the latter, but x11-themes/adapta-backgrounds also installs to Cinnamon's (and MATE's) directory.
This commit is contained in:
parent
5ef2d389fc
commit
c81b7e3649
2 changed files with 19 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= gnome-backgrounds
|
PORTNAME= gnome-backgrounds
|
||||||
PORTVERSION= 43
|
PORTVERSION= 43
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-themes graphics gnome
|
CATEGORIES= x11-themes graphics gnome
|
||||||
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
||||||
DIST_SUBDIR= gnome
|
DIST_SUBDIR= gnome
|
||||||
|
@ -15,4 +16,9 @@ PORTSCOUT= limitw:1,even
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USES= gettext meson tar:xz
|
USES= gettext meson tar:xz
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/cinnamon-background-properties
|
||||||
|
@${FIND} ${STAGEDIR}${PREFIX}/share/gnome-background-properties -type f -name '*.xml' \
|
||||||
|
-exec ${RLN} {} ${STAGEDIR}${PREFIX}/share/cinnamon-background-properties \;
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -23,6 +23,19 @@ share/backgrounds/gnome/vnc-d.webp
|
||||||
share/backgrounds/gnome/vnc-l.webp
|
share/backgrounds/gnome/vnc-l.webp
|
||||||
share/backgrounds/gnome/wood-d.webp
|
share/backgrounds/gnome/wood-d.webp
|
||||||
share/backgrounds/gnome/wood-l.webp
|
share/backgrounds/gnome/wood-l.webp
|
||||||
|
share/cinnamon-background-properties/adwaita.xml
|
||||||
|
share/cinnamon-background-properties/blobs.xml
|
||||||
|
share/cinnamon-background-properties/drool.xml
|
||||||
|
share/cinnamon-background-properties/dune.xml
|
||||||
|
share/cinnamon-background-properties/field.xml
|
||||||
|
share/cinnamon-background-properties/grid.xml
|
||||||
|
share/cinnamon-background-properties/licorice.xml
|
||||||
|
share/cinnamon-background-properties/oceans.xml
|
||||||
|
share/cinnamon-background-properties/pixels.xml
|
||||||
|
share/cinnamon-background-properties/symbolic.xml
|
||||||
|
share/cinnamon-background-properties/truchet.xml
|
||||||
|
share/cinnamon-background-properties/vnc.xml
|
||||||
|
share/cinnamon-background-properties/wood.xml
|
||||||
share/gnome-background-properties/adwaita.xml
|
share/gnome-background-properties/adwaita.xml
|
||||||
share/gnome-background-properties/blobs.xml
|
share/gnome-background-properties/blobs.xml
|
||||||
share/gnome-background-properties/drool.xml
|
share/gnome-background-properties/drool.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue