pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/ccsm



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jul 14 08:13:26 UTC 2023

Modified Files:
        pkgsrc/wm/ccsm: Makefile distinfo
Added Files:
        pkgsrc/wm/ccsm/patches: patch-ccm_Utils.py

Log Message:
wm/ccsm: Fix an issue where CCSM displays no text or icons


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/wm/ccsm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/ccsm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/ccsm/patches/patch-ccm_Utils.py

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

Modified files:

Index: pkgsrc/wm/ccsm/Makefile
diff -u pkgsrc/wm/ccsm/Makefile:1.39 pkgsrc/wm/ccsm/Makefile:1.40
--- pkgsrc/wm/ccsm/Makefile:1.39        Wed Apr 19 08:11:42 2023
+++ pkgsrc/wm/ccsm/Makefile     Fri Jul 14 08:13:26 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2023/04/19 08:11:42 adam Exp $
+# $NetBSD: Makefile,v 1.40 2023/07/14 08:13:26 pho Exp $
 
 PKGVER=                        0.8.4
 DISTNAME=              ccsm-${PKGVER}
-PKGREVISION=           18
+PKGREVISION=           19
 CATEGORIES=            wm gnome
 MASTER_SITES=          http://releases.compiz.org/${PKGVER}/
 

Index: pkgsrc/wm/ccsm/distinfo
diff -u pkgsrc/wm/ccsm/distinfo:1.5 pkgsrc/wm/ccsm/distinfo:1.6
--- pkgsrc/wm/ccsm/distinfo:1.5 Tue Oct 26 11:25:11 2021
+++ pkgsrc/wm/ccsm/distinfo     Fri Jul 14 08:13:26 2023
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:25:11 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/07/14 08:13:26 pho Exp $
 
 BLAKE2s (ccsm-0.8.4.tar.gz) = 12e4b1732b243a58af45e93030c46031fd1f7f6583dfd0afd7f530d5e401424a
 SHA512 (ccsm-0.8.4.tar.gz) = ad52315c527571ca82a74c0285e1806d178c3af5873c2d2f3f00addd5b6615862c2a33b5292e897bdccb3374c9594fc418fb5515748bbb7794254d1df6dbcfb2
 Size (ccsm-0.8.4.tar.gz) = 635866 bytes
 SHA1 (patch-aa) = 83439bdc7c716fe5e94eef90c22d2975ca7f2357
+SHA1 (patch-ccm_Utils.py) = 684df0b871af0b5ecaf6d0827c1a52c5b0d550df

Added files:

Index: pkgsrc/wm/ccsm/patches/patch-ccm_Utils.py
diff -u /dev/null pkgsrc/wm/ccsm/patches/patch-ccm_Utils.py:1.1
--- /dev/null   Fri Jul 14 08:13:27 2023
+++ pkgsrc/wm/ccsm/patches/patch-ccm_Utils.py   Fri Jul 14 08:13:26 2023
@@ -0,0 +1,18 @@
+$NetBSD: patch-ccm_Utils.py,v 1.1 2023/07/14 08:13:26 pho Exp $
+
+CCSM: No icons and text in main screen, submenus of the plugins work
+normally
+
+https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1130941
+
+--- ccm/Utils.py.orig  2023-07-14 07:56:20.403539555 +0000
++++ ccm/Utils.py
+@@ -184,7 +184,7 @@ class PrettyButton (gtk.Button):
+         if has_focus:
+             self.unset_flags (gtk.HAS_FOCUS)
+ 
+-        ret = super (PrettyButton, self).do_expose_event (self, event)
++        ret = gtk.Button.do_expose_event (self, event)
+ 
+         if has_focus:
+             self.set_flags (gtk.HAS_FOCUS)



Home | Main Index | Thread Index | Old Index