mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
A small GNUstep application to set xwindow background.
AZBackground allows drawing on root window. It treats root window as a NSWindow. WWW: http://www.etoile-project.org/
This commit is contained in:
parent
eae7e511ac
commit
cf8ab0b68d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180962
5 changed files with 52 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
SUBDIR += enlightenment-theme-BrushedMetal-Tigert
|
||||
SUBDIR += enlightenment-theme-Ganymede
|
||||
SUBDIR += enlightenment-theme-ShinyMetal
|
||||
SUBDIR += etoile-azbackground
|
||||
SUBDIR += etoile-camaelon
|
||||
SUBDIR += etoile-etoilemenus
|
||||
SUBDIR += etoile-iconkit
|
||||
|
|
36
x11-themes/etoile-azbackground/Makefile
Normal file
36
x11-themes/etoile-azbackground/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: etoile-azbackground
|
||||
# Date created: 22 Dec 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= azbackground
|
||||
PORTVERSION= 0.1.${SNAPSHOT}
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://people.freebsd.org/~%%SUBDIR%%/distfiles/
|
||||
MASTER_SITE_SUBDIR= dinoex
|
||||
PKGNAMEPREFIX= etoile-
|
||||
DISTNAME= Etoile-${SNAPSHOT}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Small GNUstep application to set xwindow background
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT}
|
||||
|
||||
SNAPSHOT= 20061221
|
||||
WRKSRC= ${WRKDIR}/Etoile/
|
||||
USE_GNUSTEP_MAKE_DIRS+= Services/Private/AZBackground
|
||||
ADDITIONAL_OBJCFLAGS+= -I${X11BASE}/include
|
||||
ADDITIONAL_LDFLAGS+= -L${X11BASE}/lib
|
||||
|
||||
XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-themes/etoile-azbackground/distinfo
Normal file
3
x11-themes/etoile-azbackground/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
|
||||
SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
|
||||
SIZE (Etoile-20061221.tar.bz2) = 9867481
|
5
x11-themes/etoile-azbackground/pkg-descr
Normal file
5
x11-themes/etoile-azbackground/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
A small GNUstep application to set xwindow background.
|
||||
AZBackground allows drawing on root window.
|
||||
It treats root window as a NSWindow.
|
||||
|
||||
WWW: http://www.etoile-project.org/
|
7
x11-themes/etoile-azbackground/pkg-plist
Normal file
7
x11-themes/etoile-azbackground/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
System/Applications/AZBackground.app/AZBackground
|
||||
System/Applications/AZBackground.app/Resources/AZBackground.desktop
|
||||
System/Applications/AZBackground.app/Resources/Info-gnustep.plist
|
||||
System/Applications/AZBackground.app/library_paths.openapp
|
||||
System/Applications/AZBackground.app/stamp.make
|
||||
@dirrm System/Applications/AZBackground.app/Resources
|
||||
@dirrm System/Applications/AZBackground.app
|
Loading…
Add table
Reference in a new issue