git: a442a11be17b - main - x11-wm/devilspie*: remove wrong dependency on libwnck
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 09:11:35 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a442a11be17b482d66c79c99e504560c83b3882d
commit a442a11be17b482d66c79c99e504560c83b3882d
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-02-01 08:40:39 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-02-01 09:11:15 +0000
x11-wm/devilspie*: remove wrong dependency on libwnck
This port actually depend on libwnck3 which depends on gtk3 and not on
libwnck which depends on gtk2
---
x11-wm/devilspie/Makefile | 3 ++-
x11-wm/devilspie2/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile
index 4b7676f55964..8435f4db1c62 100644
--- a/x11-wm/devilspie/Makefile
+++ b/x11-wm/devilspie/Makefile
@@ -1,5 +1,6 @@
PORTNAME= devilspie
PORTVERSION= 0.23
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.burtonini.com/computing/
@@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3
USES= gettext gmake gnome pkgconfig tar:xz
-USE_GNOME= libwnck intltool
+USE_GNOME= intltool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lX11
diff --git a/x11-wm/devilspie2/Makefile b/x11-wm/devilspie2/Makefile
index bc87d5ebee7d..e49f9e617177 100644
--- a/x11-wm/devilspie2/Makefile
+++ b/x11-wm/devilspie2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= devilspie2
PORTVERSION= 0.43
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://download.savannah.nongnu.org/releases/devilspie2/
DISTFILES= ${PORTNAME}_${PORTVERSION}-src.tar.gz
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3
USES= gettext gmake gnome lua:51 pkgconfig tar:xz
-USE_GNOME= glib20 gtk30 intltool libwnck
+USE_GNOME= glib20 gtk30 intltool
MAKE_ENV+= "PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig"
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/glib-2.0 \
-I${LUA_INCDIR}