mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.0.2
Feature safe: yes
This commit is contained in:
parent
5b06ace0b2
commit
e9bd4ca06c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250447
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= e16
|
||||
DISTVERSION= 1.0.1.901
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
|
||||
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A very artistic X window manager
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (e16-1.0.1.901.tar.gz) = 902ba3aab784189d476f0a1d5724237e
|
||||
SHA256 (e16-1.0.1.901.tar.gz) = c12d4cc6a8bbbcb271f3d4c6f8d3e68226b5e7b98cd4192e89d7db61158c72b5
|
||||
SIZE (e16-1.0.1.901.tar.gz) = 2108581
|
||||
MD5 (e16-1.0.2.tar.gz) = 67d139ff8fed77eea8f4acd4f9e87402
|
||||
SHA256 (e16-1.0.2.tar.gz) = fbaa1206250d61a5125bc55f5db28e75ab9eb91e409f91f0e1d177070c58512d
|
||||
SIZE (e16-1.0.2.tar.gz) = 2108376
|
||||
|
16
x11-wm/e16/files/patch-src_text_pango.c
Normal file
16
x11-wm/e16/files/patch-src_text_pango.c
Normal file
@ -0,0 +1,16 @@
|
||||
--- src/text_pango.c.orig 2010-03-01 10:10:12.000000000 +0100
|
||||
+++ src/text_pango.c 2010-03-01 10:10:23.000000000 +0100
|
||||
@@ -21,12 +21,11 @@
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include "E.h"
|
||||
-#include "tclass.h"
|
||||
|
||||
#ifdef USE_PANGO
|
||||
-#include "xwin.h"
|
||||
#include <X11/Xft/Xft.h>
|
||||
#include <pango/pangoxft.h>
|
||||
+#include "tclass.h"
|
||||
|
||||
/*
|
||||
* Pango-Xft
|
Loading…
Reference in New Issue
Block a user