diff options
-rw-r--r-- | x11/appmenu-registrar/Makefile | 3 | ||||
-rw-r--r-- | x11/mate-applet-appmenu/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/appmenu-registrar/Makefile b/x11/appmenu-registrar/Makefile index da7bd0f128d5..29c96ea50c2a 100644 --- a/x11/appmenu-registrar/Makefile +++ b/x11/appmenu-registrar/Makefile @@ -1,5 +1,6 @@ PORTNAME= appmenu-registrar DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ @@ -24,7 +25,7 @@ MESON_ARGS= -Dvalapanel=disabled \ -Dregistrar=enabled \ -Dappmenu-gtk-module=disabled -USE_GNOME= gtk30 glib20 gtk20 gdkpixbuf2 +USE_GNOME= gtk30 glib20 gdkpixbuf2 USE_GITLAB= yes GL_ACCOUNT= vala-panel-project diff --git a/x11/mate-applet-appmenu/Makefile b/x11/mate-applet-appmenu/Makefile index 7484c501fb85..9492eceb43dd 100644 --- a/x11/mate-applet-appmenu/Makefile +++ b/x11/mate-applet-appmenu/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-applet-appmenu DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ @@ -27,7 +28,7 @@ MESON_ARGS= -Dvalapanel=disabled \ -Dappmenu-gtk-module=disabled USE_MATE= panel -USE_GNOME= gtk30 glib20 gtk20 gdkpixbuf2 +USE_GNOME= gtk30 glib20 gdkpixbuf2 GLIB_SCHEMAS= org.valapanel.appmenu.gschema.xml USE_GITLAB= yes |