From owner-svn-ports-head@freebsd.org Sun Jun 19 19:10:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C90FBA7A544; Sun, 19 Jun 2016 19:10:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A41821961; Sun, 19 Jun 2016 19:10:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5JJA0U7023075; Sun, 19 Jun 2016 19:10:00 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5JJA0ur023071; Sun, 19 Jun 2016 19:10:00 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201606191910.u5JJA0ur023071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 19 Jun 2016 19:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417130 - in head/x11-themes/gtk-E17-theme: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2016 19:10:01 -0000 Author: pawel Date: Sun Jun 19 19:10:00 2016 New Revision: 417130 URL: https://svnweb.freebsd.org/changeset/ports/417130 Log: - Make fetchable, update pkg-descr and homepage - Add patch to fix color of textviews PR: 210057 Submitted by: maintainer Added: head/x11-themes/gtk-E17-theme/files/ head/x11-themes/gtk-E17-theme/files/patch-gtk-2.0_gtkrc (contents, props changed) head/x11-themes/gtk-E17-theme/files/patch-gtk-3.0_gtk-main.css (contents, props changed) Modified: head/x11-themes/gtk-E17-theme/Makefile head/x11-themes/gtk-E17-theme/pkg-descr Modified: head/x11-themes/gtk-E17-theme/Makefile ============================================================================== --- head/x11-themes/gtk-E17-theme/Makefile Sun Jun 19 19:05:41 2016 (r417129) +++ head/x11-themes/gtk-E17-theme/Makefile Sun Jun 19 19:10:00 2016 (r417130) @@ -2,15 +2,18 @@ PORTNAME= E17 PORTVERSION= 20151119 +PORTREVISION= 1 CATEGORIES= x11-themes enlightenment -MASTER_SITES= http://gnome-look.org/CONTENT/content-files/ +MASTER_SITES= http://www.ppload.com/api/files/download?id=1462258825&filename=/ PKGNAMEPREFIX= gtk- PKGNAMESUFFIX= -theme -DISTNAME= 163472-${PORTNAME}gtk-${PORTVERSION} +DISTNAME= 163472-${PORTNAME}${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= matthew@reztek.cz COMMENT= Dark GTK theme for Enlightenment +FETCH_BEFORE_ARGS= -o ${DISTFILES} + USES= tar:xz NO_ARCH= yes NO_BUILD= yes Added: head/x11-themes/gtk-E17-theme/files/patch-gtk-2.0_gtkrc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gtk-E17-theme/files/patch-gtk-2.0_gtkrc Sun Jun 19 19:10:00 2016 (r417130) @@ -0,0 +1,13 @@ +--- gtk-2.0/gtkrc.orig 2016-06-05 17:56:12 UTC ++++ gtk-2.0/gtkrc +@@ -1030,8 +1030,8 @@ style "misc-panel" + style "view" + { + # It's better not to have too bright text views. +- base[NORMAL] = "#ECECEC" +- text[NORMAL] = "#000000" ++ base[NORMAL] = @bg_color ++ text[NORMAL] = "#FFFFFF" + } + + style "entry" Added: head/x11-themes/gtk-E17-theme/files/patch-gtk-3.0_gtk-main.css ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/gtk-E17-theme/files/patch-gtk-3.0_gtk-main.css Sun Jun 19 19:10:00 2016 (r417130) @@ -0,0 +1,11 @@ +--- gtk-3.0/gtk-main.css.orig 2016-06-05 18:00:05 UTC ++++ gtk-3.0/gtk-main.css +@@ -21,7 +21,7 @@ + + @define-color theme_main_color #000000; + +-@define-color view_color #ECECEC; ++@define-color view_color @base_color; + + @define-color button_gradient_color_a #5F5F5F; /*shade(@theme_bg_color, 1.75);*/ + @define-color button_gradient_color_b #434343; Modified: head/x11-themes/gtk-E17-theme/pkg-descr ============================================================================== --- head/x11-themes/gtk-E17-theme/pkg-descr Sun Jun 19 19:05:41 2016 (r417129) +++ head/x11-themes/gtk-E17-theme/pkg-descr Sun Jun 19 19:10:00 2016 (r417130) @@ -1,6 +1,6 @@ -E17gtk is a dark Gtk theme with sharp corners, which is designed for use in -Enlightenment and gives the elegant look of Enlightenment to Gtk3, Gtk2 and -Qt widgets. Of course, it can be used with any GTK based environment too, -but it is not tuned to Gnome or any of its apps. +E17gtk is a dark GTK2/GTK3.18 theme with sharp corners, which is designed for +use in Enlightenment and gives the elegant look of Enlightenment to GTK widgets. +Of course, it can be used with any GTK based environment too, but it is not +tuned to Gnome or any of its apps. -WWW: http://gnome-look.org/content/show.php/?content=163472 +WWW: https://www.gnome-look.org/p/1013662/