aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <alex.alexander@gmail.com>2009-03-29 04:50:27 +0300
committerAlex Alexander <alex.alexander@gmail.com>2009-03-29 04:59:57 +0300
commit8c8697227d710290112c859be8460417d35bbf6e (patch)
tree4f72321f621e9332be78bc97b0ca078c346115c5 /kde-misc/todo-list
parentFixed KDE4Workspace issue (bug related to kdeartwork-kscreensaver presumably ... (diff)
downloadkde-8c8697227d710290112c859be8460417d35bbf6e.tar.gz
kde-8c8697227d710290112c859be8460417d35bbf6e.tar.bz2
kde-8c8697227d710290112c859be8460417d35bbf6e.zip
moved plasmoids to kde-misc/
old ebuilds in kde-plasmoids/ package.masked updated sets with new location people using sets should get automatic update [auto-solved blocks] people without sets -avDuN'ing their systems will get a detailed warning from profiles/package.mask, notifying them of the change people trying to install kde-misc/versions on top of existing kde-plasmoids/versions will get blockers people who used a set but have kde-plasmoids/ entries in their world file will get blockers on update
Diffstat (limited to 'kde-misc/todo-list')
-rw-r--r--kde-misc/todo-list/ChangeLog24
-rw-r--r--kde-misc/todo-list/Manifest5
-rw-r--r--kde-misc/todo-list/files/todo-list-0.2.1-patch_kde42.diff76
-rw-r--r--kde-misc/todo-list/metadata.xml5
-rw-r--r--kde-misc/todo-list/todo-list-0.2.1.ebuild25
5 files changed, 135 insertions, 0 deletions
diff --git a/kde-misc/todo-list/ChangeLog b/kde-misc/todo-list/ChangeLog
new file mode 100644
index 0000000000..9803cb6ecb
--- /dev/null
+++ b/kde-misc/todo-list/ChangeLog
@@ -0,0 +1,24 @@
+# ChangeLog for kde-plasmoids/todo_plasmoid
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*todo-list-0.2.1 (29 Mar 2009)
+
+ 29 Mar 2009; Alex Alexander (wired) <alex.alexander@gmail.com>
+ +files/todo-list-0.2.1-patch_kde42.diff, +metadata.xml,
+ +todo-list-0.2.1.ebuild:
+ moved plasmoid to kde-misc, minor cleanup
+
+*todo_plasmoid-0.2.1-r1 (26 Feb 2009)
+
+ 26 Feb 2009; Alex Alexander (wired) <alex.alexander@gmail.com>
+ +files/todo_plasmoid-0.2.1-patch_kde42.diff,
+ +todo_plasmoid-0.2.1-r1.ebuild, -todo_plasmoid-0.2.1.ebuild:
+ updated ebuild with patch, works in kde 4.2. removed old ebuild
+
+*todo_plasmoid-0.2.1 (15 Oct 2008)
+
+ 15 Oct 2008; <alexxy@gentoo.org> +metadata.xml,
+ +todo_plasmoid-0.2.1.ebuild:
+ Version bump
+
diff --git a/kde-misc/todo-list/Manifest b/kde-misc/todo-list/Manifest
new file mode 100644
index 0000000000..c7eef22a8e
--- /dev/null
+++ b/kde-misc/todo-list/Manifest
@@ -0,0 +1,5 @@
+AUX todo-list-0.2.1-patch_kde42.diff 3494 RMD160 cae50c674952dda31f269187d1c4bcd3331343a0 SHA1 ffca587657977260ff563236b00d38920f33423c SHA256 a7d7a1915ea0e7fbd9123e1f2c8eb98fdd9d6e7e9e5a53c29c1cce62ca06a548
+DIST 90706-todo_plasmoid-0.2.1.tar.bz 16960 RMD160 f8dd52474178cfa67ce2e2a83615648dbee35344 SHA1 5c22873b0ea59e7e196b40a230c03350a7093c9c SHA256 24c7116dbfef78126a5c905a0c36b721b12d122b9d31e23eeed2e01ca173a082
+EBUILD todo-list-0.2.1.ebuild 629 RMD160 eaee3afd80a2043c36f590b8b0071e31a42ae9be SHA1 db32ed30de1be5f750e3c6f484bfacb49c3cd281 SHA256 dc52e8e9a549ee37d2679f4ade2b2f35aeeec8bd2f99cb384bda2954266b5a17
+MISC ChangeLog 769 RMD160 bb58f87ba6f770da564628f9beb2fbf44b8a18de SHA1 27f888a20dd1f5c879f0aedfd7d879a513f8cf22 SHA256 51759a177b495bbde6ba998d58cb1ae59a3027e9fa63b58f5ea31ecdae6d6dcf
+MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
diff --git a/kde-misc/todo-list/files/todo-list-0.2.1-patch_kde42.diff b/kde-misc/todo-list/files/todo-list-0.2.1-patch_kde42.diff
new file mode 100644
index 0000000000..6246ccfc5d
--- /dev/null
+++ b/kde-misc/todo-list/files/todo-list-0.2.1-patch_kde42.diff
@@ -0,0 +1,76 @@
+diff -U 3 -H -d -r -N -- todo_plasmoid/CMakeLists.txt todo_plasmoid_KDE42/CMakeLists.txt
+--- todo_plasmoid/CMakeLists.txt 2008-10-14 19:52:45.000000000 +0200
++++ todo_plasmoid_KDE42/CMakeLists.txt 2009-02-03 14:10:03.000000000 +0100
+@@ -2,7 +2,6 @@
+
+ # search packages used by KDE
+ find_package(KDE4 REQUIRED)
+-find_package(Plasma REQUIRED)
+ include (KDE4Defaults)
+ include (MacroLibrary)
+ include(MacroOptionalAddSubdirectory)
+diff -U 3 -H -d -r -N -- todo_plasmoid/src/applet/CMakeLists.txt todo_plasmoid_KDE42/src/applet/CMakeLists.txt
+--- todo_plasmoid/src/applet/CMakeLists.txt 2008-10-14 19:52:45.000000000 +0200
++++ todo_plasmoid_KDE42/src/applet/CMakeLists.txt 2009-02-03 14:10:21.000000000 +0100
+@@ -15,7 +15,7 @@
+ kde4_add_ui_files(todoapplet_SRCS todoappletconfig.ui)
+
+ kde4_add_plugin(todoapplet ${todoapplet_SRCS})
+-target_link_libraries(todoapplet ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
++target_link_libraries(todoapplet ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
+
+ install(TARGETS todoapplet DESTINATION ${PLUGIN_INSTALL_DIR})
+
+diff -U 3 -H -d -r -N -- todo_plasmoid/src/applet/todoapplet.cpp todo_plasmoid_KDE42/src/applet/todoapplet.cpp
+--- todo_plasmoid/src/applet/todoapplet.cpp 2008-11-17 15:26:59.000000000 +0100
++++ todo_plasmoid_KDE42/src/applet/todoapplet.cpp 2009-02-03 14:12:28.000000000 +0100
+@@ -38,7 +38,7 @@
+
+ // plasma headers
+ #include <Plasma/Dialog>
+-#include <Plasma/Icon>
++#include <plasma/widgets/iconwidget.h>
+ #include <Plasma/Theme>
+
+ K_EXPORT_PLASMA_APPLET(todoapplet, TodoApplet)
+@@ -209,7 +209,7 @@
+ m_dialog->setLayout(dialogLayout);
+
+ // panel icon
+- m_icon = new Plasma::Icon(KIcon("view-pim-tasks"), QString(), this);
++ m_icon = new Plasma::IconWidget(KIcon("view-pim-tasks"), QString(), this);
+ m_layout->addItem(m_icon);
+ connect(m_icon, SIGNAL(clicked()), SLOT(showDialog()));
+
+diff -U 3 -H -d -r -N -- todo_plasmoid/src/applet/todoapplet.h todo_plasmoid_KDE42/src/applet/todoapplet.h
+--- todo_plasmoid/src/applet/todoapplet.h 2008-11-17 15:27:03.000000000 +0100
++++ todo_plasmoid_KDE42/src/applet/todoapplet.h 2009-02-03 14:11:52.000000000 +0100
+@@ -27,6 +27,7 @@
+ // Plasma includes
+ #include <Plasma/Applet>
+ #include <Plasma/DataEngine>
++#include <plasma/widgets/iconwidget.h>
+
+ namespace Plasma {
+ class Dialog;
+@@ -78,7 +79,7 @@
+ Plasma::DataEngine *m_engine;
+
+ Plasma::Dialog *m_dialog; // dialog in case ****
+- Plasma::Icon *m_icon; // panel icon in case ****
++ Plasma::IconWidget *m_icon; // panel icon in case ****
+ QGraphicsLinearLayout *m_layout; // main applet layout
+ QComboBox *m_types; // todos categories combobox
+ QGraphicsProxyWidget *m_proxyWidget; // proxy widget
+diff -U 3 -H -d -r -N -- todo_plasmoid/src/dataengine/CMakeLists.txt todo_plasmoid_KDE42/src/dataengine/CMakeLists.txt
+--- todo_plasmoid/src/dataengine/CMakeLists.txt 2008-10-14 19:52:45.000000000 +0200
++++ todo_plasmoid_KDE42/src/dataengine/CMakeLists.txt 2009-02-03 14:10:44.000000000 +0100
+@@ -8,7 +8,7 @@
+ )
+
+ kde4_add_plugin(plasma_engine_todo ${todo_engine_SRCS})
+-target_link_libraries(plasma_engine_todo ${KDE4_KDECORE_LIBS} ${PLASMA_LIBS}
++target_link_libraries(plasma_engine_todo ${KDE4_KDECORE_LIBS} ${KDE4_PLASMA_LIBS}
+ ${KDE4_KDEUI_LIBS} ${KDE4_KCAL_LIBS} ${KDE4_KPIM_LIBS})
+
+ install(TARGETS plasma_engine_todo DESTINATION ${PLUGIN_INSTALL_DIR})
diff --git a/kde-misc/todo-list/metadata.xml b/kde-misc/todo-list/metadata.xml
new file mode 100644
index 0000000000..8d1e86a9ce
--- /dev/null
+++ b/kde-misc/todo-list/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
diff --git a/kde-misc/todo-list/todo-list-0.2.1.ebuild b/kde-misc/todo-list/todo-list-0.2.1.ebuild
new file mode 100644
index 0000000000..a961b5e2c5
--- /dev/null
+++ b/kde-misc/todo-list/todo-list-0.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit kde4-base
+
+MY_PN="todo_plasmoid"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="KDE4 plasmoid that shows a 'todo' list, using the korganizer 'Active calendar' resource file."
+HOMEPAGE="http://kde-look.org/content/show.php/todo+list?content=90706"
+SRC_URI="http://kde-look.org/CONTENT/content-files/90706-${MY_P}.tar.bz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="${DEPEND}
+ !kde-plasmoids/todo_plasmoid"
+
+PATCHES=( "${FILESDIR}/${P}-patch_kde42.diff" )
+
+S="${WORKDIR}/${MY_PN}"