No need for MODPY_ADJ_FILES anymore, the meson MODULE takes care of this.
This commit is contained in:
parent
960aa06910
commit
65721bc12b
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2017/10/31 07:09:22 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2017/11/01 19:08:30 ajacoutot Exp $
|
||||
|
||||
COMMENT= simple scanning utility
|
||||
|
||||
GNOME_PROJECT= simple-scan
|
||||
GNOME_VERSION= 3.26.2
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -21,12 +22,6 @@ MODULES= devel/dconf \
|
||||
devel/meson \
|
||||
x11/gnome
|
||||
|
||||
# meson_compile_gschema.py
|
||||
MODULES += lang/python
|
||||
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
MODPY_RDEP= No
|
||||
MODPY_ADJ_FILES= data/meson_compile_gschema.py
|
||||
|
||||
LIB_DEPENDS= graphics/libwebp \
|
||||
graphics/sane-backends \
|
||||
x11/gtk+3 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/10/15 11:32:43 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2017/11/01 19:08:30 ajacoutot Exp $
|
||||
|
||||
V = 0.4.1
|
||||
COMMENT = desktop Twitch.tv client
|
||||
@ -8,6 +8,7 @@ CATEGORIES = multimedia games x11
|
||||
GH_ACCOUNT = vinszent
|
||||
GH_PROJECT = gnome-twitch
|
||||
GH_TAGNAME = v${V}
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://gnome-twitch.vinszent.com/
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
@ -22,12 +23,8 @@ WANTLIB += soup-2.4 webkit2gtk-4.0
|
||||
# C11
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
|
||||
# Need lang/python to get MODPY_ADJ_FILES.
|
||||
MODULES = devel/dconf \
|
||||
devel/meson \
|
||||
lang/python
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
MODPY_ADJ_FILES = meson_post_install.py print_git_version.py
|
||||
devel/meson
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
devel/gsettings-desktop-schemas
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2017/07/26 22:45:32 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2017/11/01 19:08:30 ajacoutot Exp $
|
||||
|
||||
COMMENT = recipe manager for GNOME
|
||||
|
||||
GNOME_PROJECT = gnome-recipes
|
||||
GNOME_VERSION = 1.6.2
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = misc
|
||||
|
||||
@ -13,15 +13,11 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = devel/dconf \
|
||||
devel/meson \
|
||||
lang/python \
|
||||
x11/gnome
|
||||
|
||||
COMPILER = clang
|
||||
COMPILER_LANGS = c
|
||||
|
||||
MODPY_RUNDEP = No
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
WANTLIB += c cairo canberra gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gnome-autoar-0 gobject-2.0 gspell-1 gtk-3 intl pango-1.0
|
||||
WANTLIB += pangocairo-1.0 soup-2.4 m
|
||||
@ -37,7 +33,4 @@ MODGNOME_TOOLS = desktop-file-utils gobject-introspection \
|
||||
gtk-update-icon-cache shared-mime-info vala \
|
||||
yelp
|
||||
|
||||
MODPY_ADJ_FILES = meson_post_install.py \
|
||||
src/list_to_c.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2017/11/01 16:08:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2017/11/01 19:08:30 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= tweak hidden GTK/GNOME settings
|
||||
|
||||
GNOME_PROJECT= gnome-tweak-tool
|
||||
GNOME_VERSION= 3.26.3
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -16,8 +17,7 @@ MODULES= devel/meson \
|
||||
lang/python \
|
||||
x11/gnome
|
||||
|
||||
MODPY_ADJ_FILES= gnome-tweak-tool \
|
||||
meson-postinstall.py
|
||||
MODPY_ADJ_FILES= gnome-tweak-tool
|
||||
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache
|
||||
|
Loading…
Reference in New Issue
Block a user