mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add compiz-fusion-plugins-unsupported, the unsupported set of plugins for
Compiz fusion. PR: ports/115728 Submitted by: Robert Noland <rnoland@2hip.net>
This commit is contained in:
parent
790a24a947
commit
ab7e0f97de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198148
@ -28,8 +28,9 @@
|
||||
SUBDIR += boxtools
|
||||
SUBDIR += clementine
|
||||
SUBDIR += compiz
|
||||
SUBDIR += compiz-fusion-plugins-main
|
||||
SUBDIR += compiz-fusion-plugins-extra
|
||||
SUBDIR += compiz-fusion-plugins-main
|
||||
SUBDIR += compiz-fusion-plugins-unsupported
|
||||
SUBDIR += ctwm
|
||||
SUBDIR += devilspie
|
||||
SUBDIR += dwm
|
||||
|
37
x11-wm/compiz-fusion-plugins-unsupported/Makefile
Normal file
37
x11-wm/compiz-fusion-plugins-unsupported/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: compiz-fusion-plugins-unsupported
|
||||
# Date created: 2007-08-17
|
||||
# Whom: Robert Noland <rnoland@2hip.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= compiz-fusion-plugins-unsupported
|
||||
PORTVERSION= 0.5.2
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= rnoland@2hip.net
|
||||
COMMENT= Plugins for Compiz Composite Window Manager
|
||||
|
||||
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
|
||||
${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GL= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_XORG= glproto
|
||||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
3
x11-wm/compiz-fusion-plugins-unsupported/distinfo
Normal file
3
x11-wm/compiz-fusion-plugins-unsupported/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (compiz-fusion-plugins-unsupported-0.5.2.tar.bz2) = 71395f26d844be0417817b0953d0b9f6
|
||||
SHA256 (compiz-fusion-plugins-unsupported-0.5.2.tar.bz2) = cc3d1f3b620f3d6e2979a21b65c971ed06b29656ebb4fceabadc4cfd2143b24d
|
||||
SIZE (compiz-fusion-plugins-unsupported-0.5.2.tar.bz2) = 409777
|
3
x11-wm/compiz-fusion-plugins-unsupported/pkg-descr
Normal file
3
x11-wm/compiz-fusion-plugins-unsupported/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is the unsupported set of plugins for Compiz.
|
||||
|
||||
WWW: http://forums.compiz-fusion.org/
|
28
x11-wm/compiz-fusion-plugins-unsupported/pkg-plist
Normal file
28
x11-wm/compiz-fusion-plugins-unsupported/pkg-plist
Normal file
@ -0,0 +1,28 @@
|
||||
@comment $FreeBSD$
|
||||
lib/compiz/libfakeargb.so
|
||||
lib/compiz/libfakeargb.la
|
||||
lib/compiz/libfakeargb.a
|
||||
lib/compiz/libmswitch.so
|
||||
lib/compiz/libmswitch.la
|
||||
lib/compiz/libmswitch.a
|
||||
lib/compiz/libsnow.so
|
||||
lib/compiz/libsnow.la
|
||||
lib/compiz/libsnow.a
|
||||
lib/compiz/libtile.so
|
||||
lib/compiz/libtile.la
|
||||
lib/compiz/libtile.a
|
||||
share/locale/de/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/el/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/fr/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/it/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/ja/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/pl_PL/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/compiz/fakeargb.xml
|
||||
share/compiz/mswitch.xml
|
||||
share/compiz/snow.xml
|
||||
share/compiz/tile.xml
|
||||
share/compiz/snowflake.png
|
||||
@dirrmtry share/locale/pl_PL/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl_PL
|
37
x11-wm/compiz-plugins-unsupported/Makefile
Normal file
37
x11-wm/compiz-plugins-unsupported/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: compiz-fusion-plugins-unsupported
|
||||
# Date created: 2007-08-17
|
||||
# Whom: Robert Noland <rnoland@2hip.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= compiz-fusion-plugins-unsupported
|
||||
PORTVERSION= 0.5.2
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= rnoland@2hip.net
|
||||
COMMENT= Plugins for Compiz Composite Window Manager
|
||||
|
||||
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
|
||||
${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GL= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_XORG= glproto
|
||||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
3
x11-wm/compiz-plugins-unsupported/distinfo
Normal file
3
x11-wm/compiz-plugins-unsupported/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (compiz-fusion-plugins-unsupported-0.5.2.tar.bz2) = 71395f26d844be0417817b0953d0b9f6
|
||||
SHA256 (compiz-fusion-plugins-unsupported-0.5.2.tar.bz2) = cc3d1f3b620f3d6e2979a21b65c971ed06b29656ebb4fceabadc4cfd2143b24d
|
||||
SIZE (compiz-fusion-plugins-unsupported-0.5.2.tar.bz2) = 409777
|
3
x11-wm/compiz-plugins-unsupported/pkg-descr
Normal file
3
x11-wm/compiz-plugins-unsupported/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is the unsupported set of plugins for Compiz.
|
||||
|
||||
WWW: http://forums.compiz-fusion.org/
|
28
x11-wm/compiz-plugins-unsupported/pkg-plist
Normal file
28
x11-wm/compiz-plugins-unsupported/pkg-plist
Normal file
@ -0,0 +1,28 @@
|
||||
@comment $FreeBSD$
|
||||
lib/compiz/libfakeargb.so
|
||||
lib/compiz/libfakeargb.la
|
||||
lib/compiz/libfakeargb.a
|
||||
lib/compiz/libmswitch.so
|
||||
lib/compiz/libmswitch.la
|
||||
lib/compiz/libmswitch.a
|
||||
lib/compiz/libsnow.so
|
||||
lib/compiz/libsnow.la
|
||||
lib/compiz/libsnow.a
|
||||
lib/compiz/libtile.so
|
||||
lib/compiz/libtile.la
|
||||
lib/compiz/libtile.a
|
||||
share/locale/de/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/el/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/fr/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/it/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/ja/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/locale/pl_PL/LC_MESSAGES/compiz-fusion-plugins-unsupported.mo
|
||||
share/compiz/fakeargb.xml
|
||||
share/compiz/mswitch.xml
|
||||
share/compiz/snow.xml
|
||||
share/compiz/tile.xml
|
||||
share/compiz/snowflake.png
|
||||
@dirrmtry share/locale/pl_PL/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl_PL
|
Loading…
Reference in New Issue
Block a user