* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/files/, gnome-extra/gnome-todo/
@ 2016-10-30 10:38 Gilles Dartiguelongue
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-30 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 1ac4afdb609f9016c7401f6d86b549c181206a51
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 6 23:33:31 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Sep 6 23:33:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1ac4afdb
gnome-extra/gnome-todo: 3.18.1 → 3.20.2
.../files/gnome-todo-3.20.2-link-failure.patch | 27 ++++++++++++++
| 42 ++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch b/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch
new file mode 100644
index 0000000..c65b8bc
--- /dev/null
+++ b/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch
@@ -0,0 +1,27 @@
+From 5862bb70240b1f311e0ace880e3fcf0af1c8c5f8 Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue <eva@gentoo.org>
+Date: Wed, 7 Sep 2016 01:31:15 +0200
+Subject: [PATCH] Fix link failure with missing e_source_get_displayname symbol
+
+---
+ src/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 428226d..1032d29 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -98,8 +98,8 @@ gnome_todo_LDFLAGS = \
+ $(GNOME_TODO_WARN_LDFLAGS)
+
+ gnome_todo_LDADD = \
+- $(GNOME_TODO_LIBS) \
+- $(top_builddir)/plugins/eds/libeds.a
++ $(top_builddir)/plugins/eds/libeds.a \
++ $(GNOME_TODO_LIBS)
+
+ gnome_todo_DEPENDENCIES = \
+ $(top_builddir)/plugins/eds/libeds.a
+--
+2.9.3
+
--git a/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild
new file mode 100644
index 0000000..a8938ec
--- /dev/null
+++ b/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2
+
+DESCRIPTION="Personnal task manager"
+HOMEPAGE="https://wiki.gnome.org/Apps/Todo"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.43.4:2
+ >=dev-libs/gobject-introspection-1.42:=
+ >=dev-libs/libical-0.43
+ >=dev-libs/libpeas-1.17
+ >=gnome-extra/evolution-data-server-3.17.1[gtk]
+ >=net-libs/gnome-online-accounts-3.2
+ >=x11-libs/gtk+-3.19.5:3
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.40.6
+ dev-libs/appstream-glib
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eapply "${FILESDIR}"/${P}-link-failure.patch
+
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure --enable-eds-plugin
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/files/, gnome-extra/gnome-todo/
@ 2018-01-08 14:42 Mart Raudsepp
0 siblings, 0 replies; 2+ messages in thread
From: Mart Raudsepp @ 2018-01-08 14:42 UTC (permalink / raw
To: gentoo-commits
commit: c7aa86d81c3788383d20aa74920241c15f09c1b0
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 14:41:58 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 14:41:58 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c7aa86d8
gnome-extra/gnome-todo: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../files/gnome-todo-3.22.0-link-failure.patch | 30 -------------
| 50 ----------------------
2 files changed, 80 deletions(-)
diff --git a/gnome-extra/gnome-todo/files/gnome-todo-3.22.0-link-failure.patch b/gnome-extra/gnome-todo/files/gnome-todo-3.22.0-link-failure.patch
deleted file mode 100644
index 03c44abb..00000000
--- a/gnome-extra/gnome-todo/files/gnome-todo-3.22.0-link-failure.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 4aa960186c90f1cf60c42cb4756da09cba96fc74 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Sun, 13 Nov 2016 13:02:42 +0100
-Subject: [PATCH] Fix link failure with missing e_source_get_displayname symbol
-
----
- src/Makefile.am | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 094d463..f6d1194 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -104,11 +104,11 @@ gnome_todo_LDFLAGS = \
- $(GNOME_TODO_WARN_LDFLAGS)
-
- gnome_todo_LDADD = \
-- $(GNOME_TODO_LIBS) \
- $(top_builddir)/plugins/eds/libeds.la \
- $(top_builddir)/plugins/dark-theme/libdarktheme.la \
- $(top_builddir)/plugins/scheduled-panel/libscheduledpanel.la \
-- $(top_builddir)/plugins/today-panel/libtodaypanel.la
-+ $(top_builddir)/plugins/today-panel/libtodaypanel.la \
-+ $(GNOME_TODO_LIBS)
-
- gnome_todo_DEPENDENCIES = \
- $(top_builddir)/plugins/eds/libeds.la \
---
-2.10.2
-
diff --git a/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild
deleted file mode 100644
index 83b12381..00000000
--- a/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools gnome2
-
-DESCRIPTION="Personal task manager"
-HOMEPAGE="https://wiki.gnome.org/Apps/Todo"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.43.4:2
- >=dev-libs/libical-0.43
- >=dev-libs/libpeas-1.17
- >=gnome-extra/evolution-data-server-3.17.1:=[gtk]
- >=net-libs/gnome-online-accounts-3.2
- >=x11-libs/gtk+-3.22.0:3
- introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/appstream-glib
- >=dev-util/gtk-doc-am-1.14
- >=dev-util/intltool-0.40.6
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eapply "${FILESDIR}"/${P}-link-failure.patch
-
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable introspection) \
- --enable-eds-plugin \
- --enable-dark-theme-plugin \
- --enable-scheduled-panel-plugin \
- --enable-score-plugin \
- --enable-today-panel-plugin \
- --enable-unscheduled-panel-plugin
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-09 2:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 14:42 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/files/, gnome-extra/gnome-todo/ Mart Raudsepp
-- strict thread matches above, loose matches on Subject: below --
2016-10-30 10:38 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox