mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
x11/gromit-mpx: revert incomplete gtk3/X11=off
This reverts commit 7bc32204d7
.
$ gromit-mpx
(gromit-mpx:56156): Gtk-WARNING **: cannot open display: :0
This commit is contained in:
parent
88dc319e98
commit
c40f5879b7
2 changed files with 2 additions and 15 deletions
|
@ -3,10 +3,6 @@ DISTVERSION= 1.4.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11 wayland
|
CATEGORIES= x11 wayland
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
||||||
PATCHFILES+= 698a43a8dcd7.patch:-p1 # https://github.com/bk138/gromit-mpx/pull/177
|
|
||||||
PATCHFILES+= 7cd913191b48.patch:-p1 # https://github.com/bk138/gromit-mpx/pull/177
|
|
||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
COMMENT= Desktop annotation tool, multi-pointer port of Gromit
|
COMMENT= Desktop annotation tool, multi-pointer port of Gromit
|
||||||
WWW= https://github.com/bk138/gromit-mpx
|
WWW= https://github.com/bk138/gromit-mpx
|
||||||
|
@ -16,19 +12,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libappindicator3.so:devel/libappindicator
|
LIB_DEPENDS= libappindicator3.so:devel/libappindicator
|
||||||
|
|
||||||
USES= cmake gnome pkgconfig
|
USES= cmake gnome pkgconfig xorg
|
||||||
USE_CSTD= gnu99
|
USE_CSTD= gnu99
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_GNOME= cairo gdkpixbuf2 gtk30
|
USE_GNOME= cairo gdkpixbuf2 gtk30
|
||||||
|
USE_XORG= x11 xi
|
||||||
GH_ACCOUNT= bk138
|
GH_ACCOUNT= bk138
|
||||||
LDFLAGS+= -Wl,--as-needed # atk, dbusmenu, pango
|
LDFLAGS+= -Wl,--as-needed # atk, dbusmenu, pango
|
||||||
|
|
||||||
OPTIONS_DEFINE= X11
|
|
||||||
OPTIONS_DEFAULT=X11
|
|
||||||
|
|
||||||
X11_USES= xorg
|
|
||||||
X11_USE= XORG=x11 xi
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# Let @sample handle default files under etc/
|
# Let @sample handle default files under etc/
|
||||||
@${REINPLACE_CMD} -e '/data.*cfg/s/)/ RENAME ${PORTNAME}.cfg.sample)/' \
|
@${REINPLACE_CMD} -e '/data.*cfg/s/)/ RENAME ${PORTNAME}.cfg.sample)/' \
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
TIMESTAMP = 1664109823
|
TIMESTAMP = 1664109823
|
||||||
SHA256 (bk138-gromit-mpx-1.4.3_GH0.tar.gz) = 01c3e37ea0977a507349df34c474bdc939a57287aa41ce96d9eeb4d21279c6a4
|
SHA256 (bk138-gromit-mpx-1.4.3_GH0.tar.gz) = 01c3e37ea0977a507349df34c474bdc939a57287aa41ce96d9eeb4d21279c6a4
|
||||||
SIZE (bk138-gromit-mpx-1.4.3_GH0.tar.gz) = 1861824
|
SIZE (bk138-gromit-mpx-1.4.3_GH0.tar.gz) = 1861824
|
||||||
SHA256 (698a43a8dcd7.patch) = ad3943e4b288939b8e1637f60c2325a89b0fe8acb3e378ac6c61fdf42ec51be5
|
|
||||||
SIZE (698a43a8dcd7.patch) = 7528
|
|
||||||
SHA256 (7cd913191b48.patch) = f5f9911f59201d3fcc1aff40e1e802ebd824c2b5328597c71a5c9de70f66c6d4
|
|
||||||
SIZE (7cd913191b48.patch) = 922
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue