- Add gnome-splashscreen-manager
Gnome splash screen manager
This commit is contained in:
parent
2df7e9a48a
commit
372dc736be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133462
@ -41,6 +41,7 @@
|
||||
SUBDIR += gnome-icons-ximian-south
|
||||
SUBDIR += gnome-industrial-theme
|
||||
SUBDIR += gnome-look
|
||||
SUBDIR += gnome-splashscreen-manager
|
||||
SUBDIR += gnome-themes
|
||||
SUBDIR += gnome-themes-extras
|
||||
SUBDIR += gtk-Mac2-theme
|
||||
|
32
x11-themes/gnome-splashscreen-manager/Makefile
Normal file
32
x11-themes/gnome-splashscreen-manager/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: gnome-splashscreen-manager
|
||||
# Date created: 2005-04-15
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnome-splashscreen-manager
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://www.miketech.net/gnome-art/download/
|
||||
DISTNAME= gnome-art-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Gnome splash screen manager
|
||||
|
||||
BUILD_DEPENDS= ruby-glade-create-template:${PORTSDIR}/devel/ruby-libglade2 \
|
||||
${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
|
||||
${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/gnome-art/${PORTNAME}
|
||||
USE_RUBY= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
|
||||
${WRKSRC}/lib/gnome-splashscreen-manager/ui/main_window.rb
|
||||
@${FIND} ${WRKSRC} -name '*.bak' -delete
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-themes/gnome-splashscreen-manager/distinfo
Normal file
2
x11-themes/gnome-splashscreen-manager/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (gnome-art-0.1.tar.gz) = a3b42bab3c71cb958d27130c2de01617
|
||||
SIZE (gnome-art-0.1.tar.gz) = 63750
|
3
x11-themes/gnome-splashscreen-manager/pkg-descr
Normal file
3
x11-themes/gnome-splashscreen-manager/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Gnome splash screen manager
|
||||
|
||||
WWW: http://www.miketech.net/gnome-art/
|
13
x11-themes/gnome-splashscreen-manager/pkg-plist
Normal file
13
x11-themes/gnome-splashscreen-manager/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/gnome-splashscreen-manager
|
||||
%%DATADIR%%/glade/gnome-graphics.png
|
||||
%%DATADIR%%/glade/gnome_splashscreen_manager.gladep
|
||||
%%DATADIR%%/glade/gnome_splashscreen_manager.glade
|
||||
%%RUBY_SITELIBDIR%%/gnome_splashscreen_manager.rb
|
||||
%%RUBY_SITELIBDIR%%/gnome-splashscreen-manager/gnome_splashscreen_manager.rb
|
||||
%%RUBY_SITELIBDIR%%/gnome-splashscreen-manager/config.rb
|
||||
%%RUBY_SITELIBDIR%%/gnome-splashscreen-manager/splash_screens.rb
|
||||
%%RUBY_SITELIBDIR%%/gnome-splashscreen-manager/ui/main_window.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/gnome-splashscreen-manager/ui
|
||||
@dirrm %%RUBY_SITELIBDIR%%/gnome-splashscreen-manager
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user