From nobody Wed Nov 10 18:27:56 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CB7051854AE4; Wed, 10 Nov 2021 18:28:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HqCyR39dsz4nYW; Wed, 10 Nov 2021 18:27:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E40CC1D659; Wed, 10 Nov 2021 18:27:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AAIRuRj047792; Wed, 10 Nov 2021 18:27:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AAIRuXJ047791; Wed, 10 Nov 2021 18:27:56 GMT (envelope-from git) Date: Wed, 10 Nov 2021 18:27:56 GMT Message-Id: <202111101827.1AAIRuXJ047791@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jesper Schmitz Mouridsen Subject: git: 284fec68597a - main - deskutils/lxqt-notificationd: Update to 1.0.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jsm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 284fec68597ac0e74de19bc8fa96d3ff26aa0a2a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jsm: URL: https://cgit.FreeBSD.org/ports/commit/?id=284fec68597ac0e74de19bc8fa96d3ff26aa0a2a commit 284fec68597ac0e74de19bc8fa96d3ff26aa0a2a Author: Jesper Schmitz Mouridsen AuthorDate: 2021-11-10 16:57:48 +0000 Commit: Jesper Schmitz Mouridsen CommitDate: 2021-11-10 18:25:30 +0000 deskutils/lxqt-notificationd: Update to 1.0.0 --- deskutils/lxqt-notificationd/Makefile | 5 +++-- deskutils/lxqt-notificationd/distinfo | 6 +++--- deskutils/lxqt-notificationd/pkg-plist | 5 +++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile index a4988ea3c014..6860d40a4cc2 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -1,7 +1,7 @@ # Created by: Olivier Duchateau PORTNAME= lxqt-notificationd -PORTVERSION= 0.17.0 +PORTVERSION= 1.0.0 CATEGORIES= deskutils MASTER_SITES= LXQT @@ -11,11 +11,12 @@ COMMENT= LXQt notification daemon LICENSE= LGPL21+ USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \ - pkgconfig tar:xz gnome + pkgconfig tar:xz gnome xorg USE_QT= buildtools_build qmake_build dbus core gui \ linguisttools svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt USE_GNOME= glib20 +USE_XORG= x11 .include diff --git a/deskutils/lxqt-notificationd/distinfo b/deskutils/lxqt-notificationd/distinfo index 2e7f8a24f2ce..4ba85cde7d5a 100644 --- a/deskutils/lxqt-notificationd/distinfo +++ b/deskutils/lxqt-notificationd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618784781 -SHA256 (lxqt/lxqt-notificationd-0.17.0.tar.xz) = d392cac3d7300a6b8be3431fdde37f453ac439b6fd52b39e6bdeba9ad7a1cab7 -SIZE (lxqt/lxqt-notificationd-0.17.0.tar.xz) = 53712 +TIMESTAMP = 1636467205 +SHA256 (lxqt/lxqt-notificationd-1.0.0.tar.xz) = 94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660 +SIZE (lxqt/lxqt-notificationd-1.0.0.tar.xz) = 57160 diff --git a/deskutils/lxqt-notificationd/pkg-plist b/deskutils/lxqt-notificationd/pkg-plist index fb4f18475ccd..97047cdaea1c 100644 --- a/deskutils/lxqt-notificationd/pkg-plist +++ b/deskutils/lxqt-notificationd/pkg-plist @@ -14,6 +14,7 @@ share/applications/lxqt-config-notificationd.desktop %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_es.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_he.qm @@ -22,6 +23,7 @@ share/applications/lxqt-config-notificationd.desktop %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ja.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_nb_NO.qm @@ -47,6 +49,7 @@ share/applications/lxqt-config-notificationd.desktop %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_el.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_es.qm +%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_et.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_he.qm @@ -55,6 +58,7 @@ share/applications/lxqt-config-notificationd.desktop %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_id.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_it.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ja.qm +%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nb_NO.qm @@ -68,5 +72,6 @@ share/applications/lxqt-config-notificationd.desktop %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_uk.qm +%%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_zh_TW.qm