summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-08-21 19:31:38 +0000
committerChristoph Mende <angelos@gentoo.org>2008-08-21 19:31:38 +0000
commit66f46b3320e1aa011e17f60f78674d7a9fb532ab (patch)
treeffd1ed0ef0f0908dff45742b54fbb8706793de1a /xfce-extra
parentOnly build/install btrfs-convert program if acl USE flag is set (bug #235328) (diff)
downloadhistorical-66f46b3320e1aa011e17f60f78674d7a9fb532ab.tar.gz
historical-66f46b3320e1aa011e17f60f78674d7a9fb532ab.tar.bz2
historical-66f46b3320e1aa011e17f60f78674d7a9fb532ab.zip
Version bump
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/thunar-thumbnailers/ChangeLog8
-rw-r--r--xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild36
-rw-r--r--xfce-extra/xfce4-datetime/ChangeLog10
-rw-r--r--xfce-extra/xfce4-datetime/xfce4-datetime-0.6.0.ebuild14
4 files changed, 65 insertions, 3 deletions
diff --git a/xfce-extra/thunar-thumbnailers/ChangeLog b/xfce-extra/thunar-thumbnailers/ChangeLog
index 16e628102f5d..0593a9588b8f 100644
--- a/xfce-extra/thunar-thumbnailers/ChangeLog
+++ b/xfce-extra/thunar-thumbnailers/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/thunar-thumbnailers
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.50 2008/08/01 20:10:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.51 2008/08/21 19:26:55 angelos Exp $
+
+*thunar-thumbnailers-0.4.0 (21 Aug 2008)
+
+ 21 Aug 2008; Christoph Mende <angelos@gentoo.org>
+ +thunar-thumbnailers-0.4.0.ebuild:
+ Version bump
01 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild
new file mode 100644
index 000000000000..872f84641c58
--- /dev/null
+++ b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.0.ebuild,v 1.1 2008/08/21 19:26:55 angelos Exp $
+
+inherit xfce44
+
+xfce44
+
+DESCRIPTION="Thunar thumbnailers plugin"
+HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers"
+SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ffmpeg grace latex raw"
+
+RDEPEND="xfce-base/thunar
+ media-gfx/imagemagick
+ app-arch/unzip
+ raw? ( media-gfx/raw-thumbnailer media-gfx/dcraw )
+ grace? ( sci-visualization/grace )
+ latex? ( virtual/latex-base )
+ ffmpeg? ( media-video/ffmpegthumbnailer )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ XFCE_CONFIG+=" $(use_enable latex tex) $(use_enable raw) $(use_enable grace)
+ $(use_enable ffmpeg) --disable-update-mime-database"
+}
+
+pkg_postinst() {
+ xfce44_pkg_postinst
+ elog "Existing users need to run /usr/libexec/thunar-vfs-update-thumbnailers-cache-1."
+}
+
+DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/xfce-extra/xfce4-datetime/ChangeLog b/xfce-extra/xfce4-datetime/ChangeLog
index 67bd857c5e0c..c21998e38d10 100644
--- a/xfce-extra/xfce4-datetime/ChangeLog
+++ b/xfce-extra/xfce4-datetime/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-datetime
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/ChangeLog,v 1.26 2007/03/15 13:46:40 corsair Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/ChangeLog,v 1.27 2008/08/21 19:31:38 angelos Exp $
+
+*xfce4-datetime-0.6.0 (21 Aug 2008)
+
+ 21 Aug 2008; Christoph Mende <angelos@gentoo.org>
+ +xfce4-datetime-0.6.0.ebuild:
+ Version bump
15 Mar 2007; Markus Rothe <corsair@gentoo.org>
xfce4-datetime-0.5.0.ebuild:
diff --git a/xfce-extra/xfce4-datetime/xfce4-datetime-0.6.0.ebuild b/xfce-extra/xfce4-datetime/xfce4-datetime-0.6.0.ebuild
new file mode 100644
index 000000000000..412b91da4623
--- /dev/null
+++ b/xfce-extra/xfce4-datetime/xfce4-datetime-0.6.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime/xfce4-datetime-0.6.0.ebuild,v 1.1 2008/08/21 19:31:38 angelos Exp $
+
+inherit xfce44
+
+DESCRIPTION="Panel plugin displaying date, time and small calendar"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+xfce44
+xfce44_goodies_panel_plugin
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS"