The FreeBSD Ports Archive
FreeBSD x11-themes : gtk-cleanice-engine4>
A simplistic GTK+ 2.x theme engine
CleanIce is a simplistic, semi-flat theme engine for GTK+ 2.x, based on the
ThinIce and Clean engines of old. The GTK+ 2.x engine has many benefits over
the original theme. The arrows are more consistent, the colors are slightly
revised to be more usable, etc.
http://themes.freshmeat.net/projects/cleanice/?topic_id=958
|
gtk-cleanice-engine history
v. 1.17
date: 2007/05/19 20:30:12; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16
date: 2007/04/22 01:26:01; author: kris; state: Exp; lines: +7 -1
BROKEN on 7.0: Incorrect objformat handling
v. 1.15
date: 2006/10/14 08:53:53; author: marcus; state: Exp; lines: +1 -2
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.14
date: 2006/02/23 10:40:06; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2005/11/15 06:51:51; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2005/11/05 05:20:02; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.11
date: 2005/03/12 10:54:24; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.10
date: 2005/02/22 09:47:26; author: philip; state: Exp; lines: +2 -3
o Update to 2.4.0
o libtool15 instead of libtool13
o pkg-plist fixes[1]
Spotted by: pointyhat via kris [1]
Approved by: krion
v. 1.9
date: 2004/11/07 22:37:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.8
date: 2004/06/02 02:26:22; author: pav; state: Exp; lines: +1 -1
- Populate new category x11-themes with some suitable candidates
from x11-toolkits.
PR: ports/63145
List compiled by: adamw
Repocopy by: marcus
v. 1.7
date: 2004/03/14 06:17:45; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.6
date: 2004/02/04 05:10:04; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.5
date: 2004/01/23 22:27:35; author: pav; state: Exp; lines: +21 -3
- Update to 1.2.8
- Change maintainer line to his FreeBSD.org address
PR: ports/61788
Submitted by: philip (maintainer)
v. 1.4
date: 2003/12/22 09:05:10; author: pav; state: Exp; lines: +1 -1
- Update to 1.2.7
PR: ports/60495
Submitted by: Philip Paeps
v. 1.3
date: 2003/07/10 15:55:55; author: adamw; state: Exp; lines: +2 -2
Update to 1.2.6.
PR: ports/54330
Submitted by: Philip Paeps
v. 1.2
date: 2003/04/09 08:55:26; author: kevlo; state: Exp; lines: +1 -1
Update to 1.2.5
PR: 50707
Submitted by: MAINTAINER
v. 1.1
date: 2003/04/06 06:08:10; author: marcus; state: Exp;
Add gtk-cleanice-engine, a GTK+-2 theme which incorporates the best bits from
'ThinIce' and 'Clean'.
PR: 49994
Submitted by: Philip Paeps
=============================================================================
v. 1.17
date: 2007/05/19 20:30:12; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16
date: 2007/04/22 01:26:01; author: kris; state: Exp; lines: +7 -1
BROKEN on 7.0: Incorrect objformat handling
v. 1.15
date: 2006/10/14 08:53:53; author: marcus; state: Exp; lines: +1 -2
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.14
date: 2006/02/23 10:40:06; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2005/11/15 06:51:51; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2005/11/05 05:20:02; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.11
date: 2005/03/12 10:54:24; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.10
date: 2005/02/22 09:47:26; author: philip; state: Exp; lines: +2 -3
o Update to 2.4.0
o libtool15 instead of libtool13
o pkg-plist fixes[1]
Spotted by: pointyhat via kris [1]
Approved by: krion
v. 1.9
date: 2004/11/07 22:37:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.8
date: 2004/06/02 02:26:22; author: pav; state: Exp; lines: +1 -1
- Populate new category x11-themes with some suitable candidates
from x11-toolkits.
PR: ports/63145
List compiled by: adamw
Repocopy by: marcus
v. 1.7
date: 2004/03/14 06:17:45; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.6
date: 2004/02/04 05:10:04; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.5
date: 2004/01/23 22:27:35; author: pav; state: Exp; lines: +21 -3
- Update to 1.2.8
- Change maintainer line to his FreeBSD.org address
PR: ports/61788
Submitted by: philip (maintainer)
v. 1.4
date: 2003/12/22 09:05:10; author: pav; state: Exp; lines: +1 -1
- Update to 1.2.7
PR: ports/60495
Submitted by: Philip Paeps
v. 1.3
date: 2003/07/10 15:55:55; author: adamw; state: Exp; lines: +2 -2
Update to 1.2.6.
PR: ports/54330
Submitted by: Philip Paeps
v. 1.2
date: 2003/04/09 08:55:26; author: kevlo; state: Exp; lines: +1 -1
Update to 1.2.5
PR: 50707
Submitted by: MAINTAINER
v. 1.1
date: 2003/04/06 06:08:10; author: marcus; state: Exp;
Add gtk-cleanice-engine, a GTK+-2 theme which incorporates the best bits from
'ThinIce' and 'Clean'.
PR: 49994
Submitted by: Philip Paeps
=============================================================================
v. 1.17
date: 2007/05/19 20:30:12; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16
date: 2007/04/22 01:26:01; author: kris; state: Exp; lines: +7 -1
BROKEN on 7.0: Incorrect objformat handling
v. 1.15
date: 2006/10/14 08:53:53; author: marcus; state: Exp; lines: +1 -2
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.14
date: 2006/02/23 10:40:06; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2005/11/15 06:51:51; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2005/11/05 05:20:02; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.11
date: 2005/03/12 10:54:24; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.10
date: 2005/02/22 09:47:26; author: philip; state: Exp; lines: +2 -3
o Update to 2.4.0
o libtool15 instead of libtool13
o pkg-plist fixes[1]
Spotted by: pointyhat via kris [1]
Approved by: krion
v. 1.9
date: 2004/11/07 22:37:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.8
date: 2004/06/02 02:26:22; author: pav; state: Exp; lines: +1 -1
- Populate new category x11-themes with some suitable candidates
from x11-toolkits.
PR: ports/63145
List compiled by: adamw
Repocopy by: marcus
v. 1.7
date: 2004/03/14 06:17:45; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.6
date: 2004/02/04 05:10:04; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.5
date: 2004/01/23 22:27:35; author: pav; state: Exp; lines: +21 -3
- Update to 1.2.8
- Change maintainer line to his FreeBSD.org address
PR: ports/61788
Submitted by: philip (maintainer)
v. 1.4
date: 2003/12/22 09:05:10; author: pav; state: Exp; lines: +1 -1
- Update to 1.2.7
PR: ports/60495
Submitted by: Philip Paeps
v. 1.3
date: 2003/07/10 15:55:55; author: adamw; state: Exp; lines: +2 -2
Update to 1.2.6.
PR: ports/54330
Submitted by: Philip Paeps
v. 1.2
date: 2003/04/09 08:55:26; author: kevlo; state: Exp; lines: +1 -1
Update to 1.2.5
PR: 50707
Submitted by: MAINTAINER
v. 1.1
date: 2003/04/06 06:08:10; author: marcus; state: Exp;
Add gtk-cleanice-engine, a GTK+-2 theme which incorporates the best bits from
'ThinIce' and 'Clean'.
PR: 49994
Submitted by: Philip Paeps
=============================================================================
|
| |

|