- Update to 0.8.8
- Pass maintainership to submitter PR: 190540 Submitted by: Daniel Austin
This commit is contained in:
parent
8d0a974efd
commit
7c0c944228
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356296
3 changed files with 4 additions and 23 deletions
|
@ -2,12 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= compiz-plugins-unsupported
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.8.8
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= freebsd-ports@dan.me.uk
|
||||
COMMENT= Plugins for Compiz Composite Window Manager
|
||||
|
||||
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (compiz-plugins-unsupported-0.8.4.tar.bz2) = 50b6aec773e72d5c0e2de801b83d323feb17d2399cc632a49d6641c888dd1006
|
||||
SIZE (compiz-plugins-unsupported-0.8.4.tar.bz2) = 1152247
|
||||
SHA256 (compiz-plugins-unsupported-0.8.8.tar.bz2) = 0b2ed265eda34dd60e1155280cb944bef07499f5f8178fc2498c243b2809481e
|
||||
SIZE (compiz-plugins-unsupported-0.8.8.tar.bz2) = 1155793
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
--- src/elements/Makefile.in.orig 2009-11-03 08:45:02.000000000 -0600
|
||||
+++ src/elements/Makefile.in 2009-11-03 08:45:51.000000000 -0600
|
||||
@@ -247,12 +247,12 @@
|
||||
|
||||
BUILT_SOURCES = $(nodist_libelements_la_SOURCES)
|
||||
INCLUDES = \
|
||||
- @COMPIZ_CFLAGS@ \
|
||||
+ -I$(top_srcdir)/include \
|
||||
+ @COMPIZ_CFLAGS@ \
|
||||
-DDATADIR='"$(compdatadir)"' \
|
||||
-DLIBDIR='"$(libdir)"' \
|
||||
-DLOCALEDIR="\"@datadir@/locale\"" \
|
||||
- -DIMAGEDIR='"$(imagedir)"' \
|
||||
- -I$(top_srcdir)/include
|
||||
+ -DIMAGEDIR='"$(imagedir)"'
|
||||
|
||||
moduledir = $(plugindir)
|
||||
module_LTLIBRARIES = libelements.la
|
Loading…
Reference in a new issue