diff options
Diffstat (limited to 'x11-themes/gnome-art')
-rw-r--r-- | x11-themes/gnome-art/Makefile | 34 | ||||
-rw-r--r-- | x11-themes/gnome-art/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gnome-art/files/patch-lib_gnome-art_ui_main_window.rb | 11 | ||||
-rw-r--r-- | x11-themes/gnome-art/pkg-descr | 13 | ||||
-rw-r--r-- | x11-themes/gnome-art/pkg-plist | 19 |
5 files changed, 0 insertions, 79 deletions
diff --git a/x11-themes/gnome-art/Makefile b/x11-themes/gnome-art/Makefile deleted file mode 100644 index d454fc9133be..000000000000 --- a/x11-themes/gnome-art/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gnome-art -# Date created: 2005-04-15 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-art -PORTVERSION= 0.2 -PORTREVISION= 6 -CATEGORIES= x11-themes -MASTER_SITES= http://www.miketech.net/gnome-art/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Frontend for art.gnome.org - -DEPRECATED= Upcoming ruby-gnome removes dependencies -EXPIRATION_DATE= 2011-08-02 - -RUN_DEPENDS= gnome-splashscreen-manager:${PORTSDIR}/x11-themes/gnome-splashscreen-manager - -WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} -USE_RUBY= yes -USE_RUBY_SETUP= yes -GNOMEART_ICON= ${DATADIR}/glade/pixmaps/gnome-graphics.png -DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${GNOMEART_ICON}" "${PORTNAME}" "Application;Settings;AdvancedSettings;" true - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/lib/gnome-art/ui/main_window.rb \ - ${WRKSRC}/lib/gnome-art/ui/download_dialog.rb - @${FIND} ${WRKSRC} -name '*.bak' -delete - -.include <bsd.port.mk> diff --git a/x11-themes/gnome-art/distinfo b/x11-themes/gnome-art/distinfo deleted file mode 100644 index 10e574683f69..000000000000 --- a/x11-themes/gnome-art/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-art-0.2.tar.gz) = 87024a515b4968639d852fc8673edb048e250ce783c3f8f49adc00dc86a1c92d -SIZE (gnome-art-0.2.tar.gz) = 66415 diff --git a/x11-themes/gnome-art/files/patch-lib_gnome-art_ui_main_window.rb b/x11-themes/gnome-art/files/patch-lib_gnome-art_ui_main_window.rb deleted file mode 100644 index 8ff7db7f110d..000000000000 --- a/x11-themes/gnome-art/files/patch-lib_gnome-art_ui_main_window.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/gnome-art/ui/main_window.rb.orig 2008-03-24 15:35:12.000000000 -0400 -+++ lib/gnome-art/ui/main_window.rb 2008-03-24 16:30:50.000000000 -0400 -@@ -407,7 +407,7 @@ - - system(command) - -- system("gnome-theme-manager &") -+ system("gnome-appearance-properties &") - - end - } diff --git a/x11-themes/gnome-art/pkg-descr b/x11-themes/gnome-art/pkg-descr deleted file mode 100644 index 66a76285dae6..000000000000 --- a/x11-themes/gnome-art/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -A frontend for art.gnome.org - -The GNOME Art Collection written in ruby is a collection of tools for managing -art from the art.gnome.org website. GNOME Art is the graphical frontend for -art.gnome.org. - -Backgrounds and all themes can be downloaded and previewed. -Backgrounds, icon themes and splash screens can be installed directly. - -GNOME Splash Screen Manager is for managing the splash screens of the GNOME -desktop. - -WWW: http://www.miketech.net/gnome-art/ diff --git a/x11-themes/gnome-art/pkg-plist b/x11-themes/gnome-art/pkg-plist deleted file mode 100644 index 8d22fa4d1ae3..000000000000 --- a/x11-themes/gnome-art/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/gnome-art -%%DATADIR%%/glade/download_dialog.glade -%%DATADIR%%/glade/gnome-graphics.png -%%DATADIR%%/glade/gnome_art.glade -%%DATADIR%%/glade/pixmaps/gnome-graphics.png -%%DATADIR%%/images/no-thumbnail.png -%%RUBY_SITELIBDIR%%/gnome_art.rb -%%RUBY_SITELIBDIR%%/gnome-art/config.rb -%%RUBY_SITELIBDIR%%/gnome-art/get_art.rb -%%RUBY_SITELIBDIR%%/gnome-art/gnome_art.rb -%%RUBY_SITELIBDIR%%/gnome-art/ui/main_window.rb -%%RUBY_SITELIBDIR%%/gnome-art/ui/download_dialog.rb -@dirrm %%RUBY_SITELIBDIR%%/gnome-art/ui -@dirrm %%RUBY_SITELIBDIR%%/gnome-art -@dirrm %%DATADIR%%/glade/pixmaps -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% -@dirrmtry share/applications |