diff options
author | bapt <bapt@FreeBSD.org> | 2011-11-03 20:26:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-11-03 20:26:09 +0800 |
commit | a8f9aa3892573c70eb633a50514844e7d49fdef6 (patch) | |
tree | 9379dd330c7dd57ec6c4987db54338904ed881da /x11-themes | |
parent | cb88dd857113ae5e6b9bd3d93b258701cb384422 (diff) | |
download | freebsd-ports-gnome-a8f9aa3892573c70eb633a50514844e7d49fdef6.tar.gz freebsd-ports-gnome-a8f9aa3892573c70eb633a50514844e7d49fdef6.tar.zst freebsd-ports-gnome-a8f9aa3892573c70eb633a50514844e7d49fdef6.zip |
Deprecate gtk12 themes which doesn't have anymore public distfiles.
Remove them from the gtk-engines-collections
Approved by: olgeni@FreeBSD.org (maintainer)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-collection/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gtk-zenith-theme/Makefile | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines-collection/Makefile b/x11-themes/gtk-engines-collection/Makefile index 52d2e9dd3106..3eed661f91c2 100644 --- a/x11-themes/gtk-engines-collection/Makefile +++ b/x11-themes/gtk-engines-collection/Makefile @@ -18,8 +18,6 @@ COMMENT= The "meta-port" for the collection of several GTK+ theme engines RUN_DEPENDS= ${THEMESBASE}/libgnomelook.so:${PORTSDIR}/x11-themes/gnome-look \ ${THEMESBASE}/libpixmap.so:${PORTSDIR}/x11-themes/gtk-engines \ - ${THEMESBASE}/libqnx.so:${PORTSDIR}/x11-themes/gtk-qn-x11-theme \ - ${THEMESBASE}/libzenith.so:${PORTSDIR}/x11-themes/gtk-zenith-theme \ ${THEMESBASE}/libthinice.so:${PORTSDIR}/x11-themes/thinice THEMESBASE= ${LOCALBASE}/lib/gtk/themes/engines diff --git a/x11-themes/gtk-qn-x11-theme/Makefile b/x11-themes/gtk-qn-x11-theme/Makefile index 343458318585..982cbfab88c9 100644 --- a/x11-themes/gtk-qn-x11-theme/Makefile +++ b/x11-themes/gtk-qn-x11-theme/Makefile @@ -16,6 +16,9 @@ DISTNAME= qnx11__-1.2.x MAINTAINER= olgeni@FreeBSD.org COMMENT= The QN-X11 GTK theme engine +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-12-03 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk12 diff --git a/x11-themes/gtk-zenith-theme/Makefile b/x11-themes/gtk-zenith-theme/Makefile index 3bcbc30289b9..813c8e48afd0 100644 --- a/x11-themes/gtk-zenith-theme/Makefile +++ b/x11-themes/gtk-zenith-theme/Makefile @@ -16,6 +16,9 @@ DISTNAME= zenith-1.2 MAINTAINER= olgeni@FreeBSD.org COMMENT= The Zenith GTK theme engine +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-12-03 + WRKSRC= ${WRKDIR}/zenith-1.0 USE_GNOME= gtk12 |