- Update to version 1.2.34.
- Remove patch integrated into upstream.
This commit is contained in:
parent
364b486478
commit
ba5b34f11a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204973
3 changed files with 4 additions and 16 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= icewm
|
||||
PORTVERSION= 1.2.32
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.34
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (icewm-1.2.32.tar.gz) = 49084971689c04b739766a3f5d576d83
|
||||
SHA256 (icewm-1.2.32.tar.gz) = c2fe6ef0bdc0a9f841ae6fe214c06a15d666f90df027d105305f3e0dc109a667
|
||||
SIZE (icewm-1.2.32.tar.gz) = 821920
|
||||
MD5 (icewm-1.2.34.tar.gz) = f70928acaaede228d6726fecdfe5b0db
|
||||
SHA256 (icewm-1.2.34.tar.gz) = 09db6549cbe1a59a01d0c83d193425fffa6513fad07bc5aa872d0a995deb20db
|
||||
SIZE (icewm-1.2.34.tar.gz) = 830558
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ./src/yxtray.cc.orig Tue Aug 7 02:12:03 2007
|
||||
+++ ./src/yxtray.cc Tue Sep 4 23:56:16 2007
|
||||
@@ -133,7 +133,7 @@
|
||||
|
||||
void YXTrayEmbedder::configure(const YRect &r, const bool resized) {
|
||||
YXEmbed::configure(r, resized);
|
||||
- fDocked->setGeometry(r);
|
||||
+ fDocked->setSize(r.width(), r.height());
|
||||
}
|
||||
|
||||
void YXTrayEmbedder::handleConfigureRequest(const XConfigureRequestEvent &configureRequest)
|
Loading…
Reference in a new issue