summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-06-25 04:08:22 +0000
committerMichał Górny <mgorny@gentoo.org>2015-06-25 04:08:22 +0000
commit536ad2c1fb96321c05be49f484e54c50e24a4888 (patch)
tree3b06a6bfd80d00f568fd9118bd3dcfcba9e0e300 /xfce-extra/xfce4-notes-plugin
parentfix out-of-source build with modified patch from Nikoli (bug #477310) (diff)
downloadgentoo-2-536ad2c1fb96321c05be49f484e54c50e24a4888.tar.gz
gentoo-2-536ad2c1fb96321c05be49f484e54c50e24a4888.tar.bz2
gentoo-2-536ad2c1fb96321c05be49f484e54c50e24a4888.zip
Version bump with visual fixes.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'xfce-extra/xfce4-notes-plugin')
-rw-r--r--xfce-extra/xfce4-notes-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/ChangeLog b/xfce-extra/xfce4-notes-plugin/ChangeLog
index 14118d5b4174..3251c6276c23 100644
--- a/xfce-extra/xfce4-notes-plugin/ChangeLog
+++ b/xfce-extra/xfce4-notes-plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-notes-plugin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.39 2015/04/19 22:05:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.40 2015/06/25 04:08:22 mgorny Exp $
+
+*xfce4-notes-plugin-1.8.1 (25 Jun 2015)
+
+ 25 Jun 2015; Michał Górny <mgorny@gentoo.org>
+ +xfce4-notes-plugin-1.8.1.ebuild:
+ Version bump with visual fixes.
*xfce4-notes-plugin-1.8.0 (19 Apr 2015)
diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild
new file mode 100644
index 000000000000..0b8dfb626faa
--- /dev/null
+++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild,v 1.1 2015/06/25 04:08:22 mgorny Exp $
+
+EAPI=5
+inherit versionator xfconf
+
+DESCRIPTION="Xfce4 panel sticky notes plugin"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.24:2=
+ >=x11-libs/gtk+-2.20:2=
+ >=xfce-base/libxfce4ui-4.10:=
+ >=xfce-base/libxfce4util-4.10:=
+ >=xfce-base/xfce4-panel-4.10:=
+ >=xfce-base/xfconf-4.10:=
+ dev-libs/libunique:1="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ dev-util/intltool"
+
+pkg_setup() {
+ DOCS=( AUTHORS ChangeLog NEWS README )
+}