diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hypridle/Makefile | 3 | ||||
-rw-r--r-- | x11/hypridle/distinfo | 6 | ||||
-rw-r--r-- | x11/hypridle/files/patch-src_core_Hypridle.cpp | 6 | ||||
-rw-r--r-- | x11/libei/Makefile | 5 | ||||
-rw-r--r-- | x11/libei/distinfo | 8 | ||||
-rw-r--r-- | x11/lightdm-kde-greeter/Makefile | 28 | ||||
-rw-r--r-- | x11/lightdm-kde-greeter/pkg-message | 6 | ||||
-rw-r--r-- | x11/lightdm-kde-greeter/pkg-plist | 2 | ||||
-rw-r--r-- | x11/lxqt-about/Makefile | 2 | ||||
-rw-r--r-- | x11/lxqt-globalkeys/Makefile | 2 | ||||
-rw-r--r-- | x11/lxqt-runner/Makefile | 2 | ||||
-rw-r--r-- | x11/py-nwg-displays/Makefile | 2 | ||||
-rw-r--r-- | x11/py-nwg-displays/distinfo | 6 | ||||
-rw-r--r-- | x11/screengrab/Makefile | 2 | ||||
-rw-r--r-- | x11/swaync/Makefile | 2 | ||||
-rw-r--r-- | x11/swaync/distinfo | 6 |
16 files changed, 52 insertions, 36 deletions
diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index d0afc5ea17cf..d3da0aed7672 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -1,7 +1,6 @@ PORTNAME= hypridle DISTVERSIONPREFIX= v -DISTVERSION= 0.1.6 -PORTREVISION= 5 +DISTVERSION= 0.1.7 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hypridle/distinfo b/x11/hypridle/distinfo index 73c23c1a0e6c..2be367763d8a 100644 --- a/x11/hypridle/distinfo +++ b/x11/hypridle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754557031 -SHA256 (hyprwm-hypridle-v0.1.6_GH0.tar.gz) = ea4faf92e7ef303a538551e2b0ea67a557b2d711574993a5a3fea3b27667dc63 -SIZE (hyprwm-hypridle-v0.1.6_GH0.tar.gz) = 17053 +TIMESTAMP = 1756366995 +SHA256 (hyprwm-hypridle-v0.1.7_GH0.tar.gz) = c4ef2e2894fc2082cfdabe7db086b1f246e3f0de571f7f2c6b26d7c0d9a5f8f3 +SIZE (hyprwm-hypridle-v0.1.7_GH0.tar.gz) = 18986 diff --git a/x11/hypridle/files/patch-src_core_Hypridle.cpp b/x11/hypridle/files/patch-src_core_Hypridle.cpp index d5f2395f2518..377593b71efa 100644 --- a/x11/hypridle/files/patch-src_core_Hypridle.cpp +++ b/x11/hypridle/files/patch-src_core_Hypridle.cpp @@ -1,11 +1,11 @@ https://github.com/hyprwm/hypridle/issues/68#issuecomment-2428697344 ---- src/core/Hypridle.cpp.orig 2025-08-07 09:04:25 UTC +--- src/core/Hypridle.cpp.orig 2025-08-27 10:40:01 UTC +++ src/core/Hypridle.cpp -@@ -180,6 +180,7 @@ void CHypridle::enterEventLoop() { +@@ -190,6 +190,7 @@ void CHypridle::enterEventLoop() { } }); - + + m_sEventLoopInternals.loopRequestMutex.try_lock(); while (1) { // dbus events // wait for being awakened diff --git a/x11/libei/Makefile b/x11/libei/Makefile index 79c5bb30baf5..c43d457d76e1 100644 --- a/x11/libei/Makefile +++ b/x11/libei/Makefile @@ -1,7 +1,10 @@ PORTNAME= libei -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.0 CATEGORIES= x11 +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= 4f11112be0c0.patch:-p1 # https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/357 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Library for Emulated Input WWW= https://gitlab.freedesktop.org/libinput/libei diff --git a/x11/libei/distinfo b/x11/libei/distinfo index 2a78bda2c99c..1b1685e10c38 100644 --- a/x11/libei/distinfo +++ b/x11/libei/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1743479568 +TIMESTAMP = 1756171518 SHA256 (nemequ-munit-v0.2.0-38-gfbbdf14_GH0.tar.gz) = c37c11b5e66e8cec78d2a365f7dd1e999e61cfd3d2e9a4fa9d4f50cd9711007a SIZE (nemequ-munit-v0.2.0-38-gfbbdf14_GH0.tar.gz) = 27712 -SHA256 (libei-1.4.1.tar.bz2) = 1d6549c2520e67502fb829987bbf56a2dcf7d1a17ebe90c3ad652df06cdb08f9 -SIZE (libei-1.4.1.tar.bz2) = 182255 +SHA256 (libei-1.5.0.tar.bz2) = da1fba92daccd0667bc46c3ee952d4ae8cfc6bdb4c0bb4d34df26528fb240618 +SIZE (libei-1.5.0.tar.bz2) = 184499 +SHA256 (4f11112be0c0.patch) = 06ca66240689711acd7212e62eac70346531a0cc6d7362452c19667762768338 +SIZE (4f11112be0c0.patch) = 2268 diff --git a/x11/lightdm-kde-greeter/Makefile b/x11/lightdm-kde-greeter/Makefile index ca00120b5196..4814955eb6ae 100644 --- a/x11/lightdm-kde-greeter/Makefile +++ b/x11/lightdm-kde-greeter/Makefile @@ -1,25 +1,29 @@ PORTNAME= lightdm-kde-greeter PORTVERSION= 6.0.3 +PORTREVISION= 1 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE login screen using the LightDM framework WWW= https://invent.kde.org/plasma/lightdm-kde-greeter -LIB_DEPENDS= liblightdm-gobject-1.so:x11/lightdm -RUN_DEPENDS= at-spi2-core>0:accessibility/at-spi2-core - LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPL3 -USES= cmake compiler:c++11-lang gettext gnome kde:6 pkgconfig qt:6 \ - tar:xz xorg -USE_KDE= auth config configwidgets i18n iconthemes kcmutils networkmanagerqt \ - package plasma-workspace \ - ecm:build +LIB_DEPENDS= libnm.so:net-mgmt/networkmanager-shim \ + liblightdm-gobject-1.so:x11/lightdm +RUN_DEPENDS= at-spi2-core>0:accessibility/at-spi2-core + +USES= cmake compiler:c++17-lang gettext gl gnome kde:6 pkgconfig \ + qt:6 tar:xz xorg +USE_GL= opengl USE_GNOME= gtk20 -USE_QT= base -USE_XORG= x11 +USE_KDE= auth colorscheme config configwidgets coreaddons i18n \ + iconthemes kcmutils libplasma networkmanagerqt package \ + widgetsaddons \ + ecm:build +USE_QT= 5compat base declarative +USE_XORG= x11 xcb xext xrandr xrender KDE_INVENT= 31d29530ad834c1bfb70ed43f9395a549fbace56 plasma @@ -27,7 +31,9 @@ CMAKE_ARGS= -DGREETER_IMAGES_DIR="${PREFIX}/var/db/${PORTNAME}/images" \ -DLIGHTDM_CONFIG_DIR=${PREFIX}/etc/lightdm \ -DDATA_INSTALL_DIR=${PREFIX}/share -post-stage: +post-install: ${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd + (cd ${STAGEDIR}${PREFIX}/etc/lightdm && ${MV} lightdm-kde-greeter.conf \ + lightdm-kde-greeter.conf.sample) .include <bsd.port.mk> diff --git a/x11/lightdm-kde-greeter/pkg-message b/x11/lightdm-kde-greeter/pkg-message index ddc6c404298e..bd08570da8b5 100644 --- a/x11/lightdm-kde-greeter/pkg-message +++ b/x11/lightdm-kde-greeter/pkg-message @@ -1,6 +1,12 @@ +[ +{ type: install + message: <<EOM To enable lightdm-kde-greeter as the current lightdm greeter, you can create a file at /usr/local/etc/lightdm/lightdm.conf.d/50-myconfig.conf with the following: [Seat:*] greeter-session=lightdm-kde-greeter +EOM +} +] diff --git a/x11/lightdm-kde-greeter/pkg-plist b/x11/lightdm-kde-greeter/pkg-plist index 6a04b8e00fab..d4ec905f5fdf 100644 --- a/x11/lightdm-kde-greeter/pkg-plist +++ b/x11/lightdm-kde-greeter/pkg-plist @@ -1,6 +1,6 @@ bin/lightdm-kde-greeter-rootimage bin/lightdm-kde-greeter-wifikeeper -etc/lightdm/lightdm-kde-greeter.conf +@sample etc/lightdm/lightdm-kde-greeter.conf.sample lib/libexec/kf6/kauth/kcmlightdmhelper %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_lightdm.so sbin/lightdm-kde-greeter diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index ece83df749ee..9798b8f4d017 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-about PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 DIST_SUBDIR= lxqt diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index 8ec13d1f2782..8a8ad1d14407 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-globalkeys PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index 70417bdf5fe6..5da8ded9d088 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-runner PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/py-nwg-displays/Makefile b/x11/py-nwg-displays/Makefile index 450478c10e63..5b7bd3a33e77 100644 --- a/x11/py-nwg-displays/Makefile +++ b/x11/py-nwg-displays/Makefile @@ -1,6 +1,6 @@ PORTNAME= nwg-displays DISTVERSIONPREFIX= v -DISTVERSION= 0.3.25 +DISTVERSION= 0.3.26 CATEGORIES= x11 wayland python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-nwg-displays/distinfo b/x11/py-nwg-displays/distinfo index 400eebfdad20..4e6430c6df99 100644 --- a/x11/py-nwg-displays/distinfo +++ b/x11/py-nwg-displays/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755867449 -SHA256 (nwg-piotr-nwg-displays-v0.3.25_GH0.tar.gz) = ebdff0112ec0f6f001a24946cd1b18dbe99c4191bdc6e9ba98d738a9e22160c6 -SIZE (nwg-piotr-nwg-displays-v0.3.25_GH0.tar.gz) = 27222 +TIMESTAMP = 1756369055 +SHA256 (nwg-piotr-nwg-displays-v0.3.26_GH0.tar.gz) = d9595196995f6295ffba1ed74ec038cecdc85c75cec6bafc67cb2b04ebbf0112 +SIZE (nwg-piotr-nwg-displays-v0.3.26_GH0.tar.gz) = 28440 diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index 0eefbd89fd04..10261457ba0a 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,6 +1,6 @@ PORTNAME= screengrab PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index 28ba8978fdf4..30ad36275dea 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,6 +1,6 @@ PORTNAME= swaync DISTVERSIONPREFIX= v -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.2 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo index 26d159374762..da12e624cd98 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752571530 -SHA256 (ErikReider-SwayNotificationCenter-v0.12.1_GH0.tar.gz) = 8a6475bfdd8abf5be1267ede0a233266b3f14311b169047bde599752a3ac981c -SIZE (ErikReider-SwayNotificationCenter-v0.12.1_GH0.tar.gz) = 1727353 +TIMESTAMP = 1756242894 +SHA256 (ErikReider-SwayNotificationCenter-v0.12.2_GH0.tar.gz) = c440223f199b4f0d28e2434f879a2ad2103cb6aaac670313434b05926707535e +SIZE (ErikReider-SwayNotificationCenter-v0.12.2_GH0.tar.gz) = 1729037 |