pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/lxqt-qtplugin



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Jun  1 11:34:20 UTC 2020

Modified Files:
        pkgsrc/x11/lxqt-qtplugin: Makefile PLIST distinfo

Log Message:
x11/lxqt-qtplugin: update to 0.15.1

lxqt-qtplugin-0.15.1 / 2020-05-31
=================================
  * Fixed Fusion's window color with Qt 5.15.
  * Made the window color configurable.

lxqt-qtplugin-0.15.0 / 2020-04-22
=================================
  * Bumped version to 0.15.0.
  * Made libfm-qt a dependency and loaded versioned libfm-qt (for versioned ".so" handling).
  * C++11 code updates.
  * Use return braced init list.
  * Removed (duplicated) string casts definitions.
  * Removed deprecated QImage method "byteCount()" and used "sizeInBytes()" instead.
  * Fixed "#include" for libdbusmenu-qt.
  * Added support for flatpak to StatusNotifierItem.
  * Added Category property to StatusNotifierItem to fix working on some DEs.
  * Added support for working without context menu to StatusNotifierItem.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/lxqt-qtplugin/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/lxqt-qtplugin/PLIST \
    pkgsrc/x11/lxqt-qtplugin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/lxqt-qtplugin/Makefile
diff -u pkgsrc/x11/lxqt-qtplugin/Makefile:1.2 pkgsrc/x11/lxqt-qtplugin/Makefile:1.3
--- pkgsrc/x11/lxqt-qtplugin/Makefile:1.2       Sat Apr 25 14:55:39 2020
+++ pkgsrc/x11/lxqt-qtplugin/Makefile   Mon Jun  1 11:34:19 2020
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2020/04/25 14:55:39 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/01 11:34:19 pin Exp $
 
-DISTNAME=      lxqt-qtplugin-0.14.0
+VERSION=       0.15.1
+DISTNAME=      lxqt-qtplugin-${VERSION}
 CATEGORIES=    x11
-MASTER_SITES=  https://downloads.lxqt.org/downloads/lxqt-qtplugin/0.14.0/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/lxqt-qtplugin/releases/download/${VERSION}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://lxqt.org/
+HOMEPAGE=      https://github.com/lxqt/lxqt-qtplugin/
 COMMENT=       LXQt platform integration plugin for Qt5
 LICENSE=       gnu-lgpl-v2.1
 

Index: pkgsrc/x11/lxqt-qtplugin/PLIST
diff -u pkgsrc/x11/lxqt-qtplugin/PLIST:1.1 pkgsrc/x11/lxqt-qtplugin/PLIST:1.2
--- pkgsrc/x11/lxqt-qtplugin/PLIST:1.1  Sat Apr 25 01:14:54 2020
+++ pkgsrc/x11/lxqt-qtplugin/PLIST      Mon Jun  1 11:34:19 2020
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/25 01:14:54 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/01 11:34:19 pin Exp $
 qt5/plugins/platformthemes/libqtlxqt.so
Index: pkgsrc/x11/lxqt-qtplugin/distinfo
diff -u pkgsrc/x11/lxqt-qtplugin/distinfo:1.1 pkgsrc/x11/lxqt-qtplugin/distinfo:1.2
--- pkgsrc/x11/lxqt-qtplugin/distinfo:1.1       Sat Apr 25 01:14:54 2020
+++ pkgsrc/x11/lxqt-qtplugin/distinfo   Mon Jun  1 11:34:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/04/25 01:14:54 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2020/06/01 11:34:19 pin Exp $
 
-SHA1 (lxqt-qtplugin-0.14.0.tar.xz) = 26b31ca7bb550c0ad9886b11301ae206331e8ed3
-RMD160 (lxqt-qtplugin-0.14.0.tar.xz) = 5a603df67f726f1808d84a345f1dcfd4e0281dcd
-SHA512 (lxqt-qtplugin-0.14.0.tar.xz) = 33188bc03ee48a9b6e3cc5823cdcb5c96dba0cda65da511fe603d952c5de24e292cb02208cf357b04718df90f98d53bf48eaf6793d70d043214e429f57ccf53c
-Size (lxqt-qtplugin-0.14.0.tar.xz) = 22336 bytes
+SHA1 (lxqt-qtplugin-0.15.1.tar.xz) = 79a35183639ad30d7e7ceb0253a77a351f024c4e
+RMD160 (lxqt-qtplugin-0.15.1.tar.xz) = 90b06605819fefa84d7ca6d19496549b0a22ccb2
+SHA512 (lxqt-qtplugin-0.15.1.tar.xz) = 6fc19cf5f763d7879e5a052c5638b5b396f659f4e199493c8b87cdb661c910921ecda865de2900a047c96dd63c3ef6dbfa486d1dbe0257c26984a25a139dce2f
+Size (lxqt-qtplugin-0.15.1.tar.xz) = 23100 bytes



Home | Main Index | Thread Index | Old Index