diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-28 23:39:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-28 23:39:12 +0000 |
commit | cab57aec410f2a8ad92cd1b59635741c0bab6a86 (patch) | |
tree | fb17ed11da03329e7bd67b19404cd99f30c9f397 /graphics/agave | |
parent | 43f6f177c97ccc5d21cb2bb41c6ca5db46f47664 (diff) | |
download | ports-cab57aec410f2a8ad92cd1b59635741c0bab6a86.tar.gz ports-cab57aec410f2a8ad92cd1b59635741c0bab6a86.zip |
Notes
Diffstat (limited to 'graphics/agave')
-rw-r--r-- | graphics/agave/Makefile | 7 | ||||
-rw-r--r-- | graphics/agave/distinfo | 5 | ||||
-rw-r--r-- | graphics/agave/files/patch-src-core-compat-round.cc | 14 | ||||
-rw-r--r-- | graphics/agave/pkg-plist | 10 |
4 files changed, 17 insertions, 19 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index 7e97022b1675..6460e6928898 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -6,16 +6,17 @@ # PORTNAME= colorscheme -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= graphics gnome -MASTER_SITES= http://download.gna.org/${PORTNAME}/0.2/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:S/.1$//}/ PKGNAMEPREFIX= gnome- MAINTAINER= smyru@heron.pl COMMENT= A color scheme builder for the GNOME desktop LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ + gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \ + boost_thread.3:${PORTSDIR}/devel/boost \ cppunit-1.10:${PORTSDIR}/devel/cppunit USE_BZIP2= yes diff --git a/graphics/agave/distinfo b/graphics/agave/distinfo index 49e573d71043..c19d75e6ba0e 100644 --- a/graphics/agave/distinfo +++ b/graphics/agave/distinfo @@ -1,2 +1,3 @@ -MD5 (colorscheme-0.2.2.tar.bz2) = 0106bd04856d89181984ea8fa1c4647c -SIZE (colorscheme-0.2.2.tar.bz2) = 151991 +MD5 (colorscheme-0.3.1.tar.bz2) = dece764c091f304cae44a936413ce31e +SHA256 (colorscheme-0.3.1.tar.bz2) = ccdc3f11e7c8a4d786a4baa1f382244d023cd26cec49b36264dc4f6f71862210 +SIZE (colorscheme-0.3.1.tar.bz2) = 170097 diff --git a/graphics/agave/files/patch-src-core-compat-round.cc b/graphics/agave/files/patch-src-core-compat-round.cc deleted file mode 100644 index de6ffff36126..000000000000 --- a/graphics/agave/files/patch-src-core-compat-round.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/compat-round.cc.orig Wed Oct 5 21:18:30 2005 -+++ src/core/compat-round.cc Wed Oct 5 21:19:28 2005 -@@ -43,7 +43,11 @@ - #define COMPAT_FP_SUBNORMAL 0x08 - #define COMPAT_FP_ZERO 0x10 - -+#ifdef Linux - #include <endian.h> -+#elif defined(__FreeBSD__) -+#include <machine/endian.h> -+#endif - #define compat_fpclassify(x) \ - ((sizeof (x) == sizeof (float)) ? compat___fpclassifyf(x) \ - : (sizeof (x) == sizeof (double)) ? compat___fpclassifyd(x) \ diff --git a/graphics/agave/pkg-plist b/graphics/agave/pkg-plist index 21c01b3ebc22..9a5a8232372d 100644 --- a/graphics/agave/pkg-plist +++ b/graphics/agave/pkg-plist @@ -1,5 +1,9 @@ bin/colorscheme share/gnome/applications/colorscheme.desktop +share/gnome/colorscheme/palettes/Tango-Palette.gpl +share/gnome/colorscheme/palettes/Visibone.gpl +share/gnome/colorscheme/palettes/Web.gpl +share/gnome/colorscheme/palettes/Ximian-Palette.gpl share/gnome/colorscheme/ui/colorscheme.ui share/gnome/pixmaps/colorscheme-icon.png share/gnome/pixmaps/colorscheme-logo.png @@ -7,5 +11,11 @@ share/gnome/pixmaps/darken.png share/gnome/pixmaps/desaturate.png share/gnome/pixmaps/lighten.png share/gnome/pixmaps/saturate.png +share/locale/bg/LC_MESSAGES/colorscheme.mo +share/locale/cs/LC_MESSAGES/colorscheme.mo +share/locale/es_ES/LC_MESSAGES/colorscheme.mo +share/locale/pt_BR/LC_MESSAGES/colorscheme.mo +share/locale/ru/LC_MESSAGES/colorscheme.mo @dirrm share/gnome/colorscheme/ui +@dirrm share/gnome/colorscheme/palettes @dirrm share/gnome/colorscheme |