diff options
Diffstat (limited to 'sysutils/cinnamon-settings-daemon/Makefile')
-rw-r--r-- | sysutils/cinnamon-settings-daemon/Makefile | 56 |
1 files changed, 29 insertions, 27 deletions
diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile index 7583f7ab729a..e74ea8ce484a 100644 --- a/sysutils/cinnamon-settings-daemon/Makefile +++ b/sysutils/cinnamon-settings-daemon/Makefile @@ -1,6 +1,6 @@ PORTNAME= cinnamon-settings-daemon -PORTVERSION= 5.4.4 -PORTREVISION= 6 +DISTVERSION= 6.4.3 +PORTREVISION= 1 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome @@ -13,29 +13,23 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -BUILD_DEPENDS= cinnamon-session:x11/cinnamon-session \ - gln:sysutils/coreutils +BUILD_DEPENDS= gln:sysutils/coreutils LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ - libpolkit-gobject-1.so:sysutils/polkit \ - libgudev-1.0.so:devel/libgudev \ - libcolord.so:graphics/colord \ - liblcms2.so:graphics/lcms2 \ libcinnamon-desktop.so:x11/cinnamon-desktop \ libxklavier.so:x11/libxklavier \ libnspr4.so:devel/nspr \ - libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libupower-glib.so:sysutils/upower \ libpulse.so:audio/pulseaudio \ - libnotify.so:devel/libnotify \ - libharfbuzz.so:print/harfbuzz -RUN_DEPENDS= cinnamon-session:x11/cinnamon-session + libnotify.so:devel/libnotify +RUN_DEPENDS= cinnamon-session:x11/cinnamon-session \ + gnome-screenshot:deskutils/gnome-screenshot -USES= compiler:c11 gettext-tools gnome localbase meson pkgconfig \ +USES= compiler:c11 gettext-runtime gnome meson pkgconfig \ python:build shebangfix xorg -USE_GNOME= cairo dconf gdkpixbuf gtk30 intltool libgnomekbd pango -USE_XORG= x11 xext xfixes xi +USE_GNOME= cairo dconf gdkpixbuf glib20 gtk30 libgnomekbd pango +USE_XORG= x11 xext xfixes xi xorgproto USE_GITHUB= yes GH_ACCOUNT= linuxmint @@ -58,25 +52,33 @@ GLIB_SCHEMAS= org.cinnamon.settings-daemon.enums.xml \ org.cinnamon.settings-daemon.plugins.xrandr.gschema.xml \ org.cinnamon.settings-daemon.plugins.xsettings.gschema.xml -OPTIONS_DEFINE= CUPS SMARTCARD WACOM -OPTIONS_DEFAULT=CUPS SMARTCARD WACOM -OPTIONS_SUB= yes +OPTIONS_DEFINE= COLORD CUPS GUDEV POLKIT SMARTCARD WACOM +OPTIONS_DEFAULT= COLORD CUPS GUDEV POLKIT SMARTCARD WACOM +OPTIONS_SUB= yes + +COLORD_MESON_ENABLED= use_color +COLORD_LIB_DEPENDS= libcolord.so:graphics/colord \ + liblcms2.so:graphics/lcms2 CUPS_MESON_ENABLED= use_cups CUPS_LIB_DEPENDS= libcups.so:print/cups -SMARTCARD_DESC= Smartcard support -SMARTCARD_MESON_ENABLED= use_smartcard +GUDEV_DESC= GUdev support +GUDEV_MESON_ENABLED= use_gudev +GUDEV_LIB_DEPENDS= libgudev-1.0.so:devel/libgudev + +POLKIT_DESC= Polkit support +POLKIT_MESON_ENABLED= use_polkit +POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit + +SMARTCARD_DESC= Smartcard support +SMARTCARD_MESON_ENABLED=use_smartcard SMARTCARD_LIB_DEPENDS= libnss3.so:security/nss -WACOM_DESC= Tablet support with libwacom +WACOM_DESC= Tablet support with libwacom WACOM_MESON_ENABLED= use_wacom WACOM_LIB_DEPENDS= libwacom.so:x11/libwacom -WACOM_USE= gnome=librsvg2 - -post-patch: - # Adhere to our hier(7). - @${MKDIR} ${WRKSRC}/files${PREFIX} - @${MV} ${WRKSRC}/files/usr/share ${WRKSRC}/files${PREFIX} +WACOM_USE= GNOME=librsvg2 +WACOM_IMPLIES= GUDEV .include <bsd.port.mk> |