diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-20 14:31:22 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-20 14:31:22 +0800 |
commit | dad0215d3ffe1027db5d8e76dee6a17ece93144e (patch) | |
tree | 57dbb85c54ac7aeead101cbe0ec42fa50ddf0aff /x11-themes | |
parent | b44127470487a13e92ca1bca52db8f991114ab83 (diff) | |
download | freebsd-ports-gnome-dad0215d3ffe1027db5d8e76dee6a17ece93144e.tar.gz freebsd-ports-gnome-dad0215d3ffe1027db5d8e76dee6a17ece93144e.tar.zst freebsd-ports-gnome-dad0215d3ffe1027db5d8e76dee6a17ece93144e.zip |
- Update to 0.2
Now supports a cache
Also, art.gnome.org's database was restored
so there are 100's of themes and backgrounds
for download.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-art/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gnome-art/distinfo | 4 | ||||
-rw-r--r-- | x11-themes/gnome-art/pkg-plist | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/x11-themes/gnome-art/Makefile b/x11-themes/gnome-art/Makefile index d174e4e479c8..00e65f10ddf6 100644 --- a/x11-themes/gnome-art/Makefile +++ b/x11-themes/gnome-art/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome-art -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.2 CATEGORIES= x11-themes MASTER_SITES= http://www.miketech.net/gnome-art/download/ diff --git a/x11-themes/gnome-art/distinfo b/x11-themes/gnome-art/distinfo index 9d9149579f3a..9e53ea578874 100644 --- a/x11-themes/gnome-art/distinfo +++ b/x11-themes/gnome-art/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome-art-0.1.tar.gz) = a3b42bab3c71cb958d27130c2de01617 -SIZE (gnome-art-0.1.tar.gz) = 63750 +MD5 (gnome-art-0.2.tar.gz) = 4dd59ba8a84efe8dcb5637ba051394e7 +SIZE (gnome-art-0.2.tar.gz) = 66415 diff --git a/x11-themes/gnome-art/pkg-plist b/x11-themes/gnome-art/pkg-plist index 32e66ea6fee7..75ba65070422 100644 --- a/x11-themes/gnome-art/pkg-plist +++ b/x11-themes/gnome-art/pkg-plist @@ -1,10 +1,9 @@ bin/gnome-art %%DATADIR%%/glade/download_dialog.glade -%%DATADIR%%/glade/download_dialog.gladep %%DATADIR%%/glade/gnome-graphics.png %%DATADIR%%/glade/gnome_art.glade -%%DATADIR%%/glade/gnome_art.gladep %%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 @@ -15,4 +14,5 @@ bin/gnome-art @dirrm %%RUBY_SITELIBDIR%%/gnome-art @dirrm %%DATADIR%%/glade/pixmaps @dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%%/images @dirrm %%DATADIR%% |