Add a custom FreeBSD splash screen to help make GNOME more daemonic.
Splash screen by: Samy Al Bahra <samy@kerneled.com>
This commit is contained in:
parent
b3969275d6
commit
a722dcc871
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83259
4 changed files with 30 additions and 4 deletions
|
@ -7,10 +7,15 @@
|
|||
|
||||
PORTNAME= gnomesession
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-session/2.2
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-session/2.2 \
|
||||
marcus/:local
|
||||
DISTNAME= gnome-session-${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
splash.png:local
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -29,4 +34,11 @@ MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 session-properties.1 \
|
|||
gnome-session-save.1
|
||||
MAN5= default.session.5
|
||||
|
||||
post-extract:
|
||||
@${CP} ${DISTDIR}/${DIST_SUBDIR}/splash.png ${WRKDIR}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/splash.png \
|
||||
${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (gnome2/gnome-session-2.2.2.tar.bz2) = 7dcfea0d925ddecb7c9700ddf597b17c
|
||||
MD5 (gnome2/splash.png) = 244d7cadfb0f5e7ba624a1d4e749a312
|
||||
|
|
|
@ -7,10 +7,15 @@
|
|||
|
||||
PORTNAME= gnomesession
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-session/2.2
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-session/2.2 \
|
||||
marcus/:local
|
||||
DISTNAME= gnome-session-${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
splash.png:local
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -29,4 +34,11 @@ MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 session-properties.1 \
|
|||
gnome-session-save.1
|
||||
MAN5= default.session.5
|
||||
|
||||
post-extract:
|
||||
@${CP} ${DISTDIR}/${DIST_SUBDIR}/splash.png ${WRKDIR}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/splash.png \
|
||||
${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (gnome2/gnome-session-2.2.2.tar.bz2) = 7dcfea0d925ddecb7c9700ddf597b17c
|
||||
MD5 (gnome2/splash.png) = 244d7cadfb0f5e7ba624a1d4e749a312
|
||||
|
|
Loading…
Reference in a new issue