From 86b37b5745def46c2192205934160f39ec67f7df Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jul 25 2011 21:19:41 +0000 Subject: Retire blokkal. --- diff --git a/blokkal-0.1.2-DSO-fix.patch b/blokkal-0.1.2-DSO-fix.patch deleted file mode 100644 index 745fe97..0000000 --- a/blokkal-0.1.2-DSO-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/CMakeLists.txt 2009-10-23 17:16:07.000000000 +0200 -+++ src/core/CMakeLists.txt.old 2010-02-14 22:12:44.000000000 +0100 -@@ -37,6 +37,7 @@ - ${KDE4_KDECORE_LIBS} - ${KDE4_KDEUI_LIBS} - ${KDE4_KNOTIFYCONFIG_LIBS} -+ ${KDE4_KDE3SUPPORT_LIBS} - ) - - install(TARGETS blokkal_bin DESTINATION ${BIN_INSTALL_DIR}) diff --git a/blokkal-1.2_qt47-fix.patch b/blokkal-1.2_qt47-fix.patch deleted file mode 100644 index c00d162..0000000 --- a/blokkal-1.2_qt47-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src/core/config/accountwizard.cpp 2009-10-23 17:16:07.000000000 +0200 -+++ src/core/config/accountwizard.cpp.old 2010-07-02 09:10:56.000000000 +0200 -@@ -46,8 +46,8 @@ - - BlokkalAccountWizard::BlokkalAccountWizard( QWidget *parent ) : - KAssistantDialog( parent ), --m_editAccountPage( 0 ), --m_accountName( 0 ), -+m_editAccountPage(), -+m_accountName(), - m_fetcher( new RsdDataFetcher( this ) ) - { - setWindowTitle( i18n( "Add Account" ) ); diff --git a/blokkal-1.2_qt47-fix2.patch b/blokkal-1.2_qt47-fix2.patch deleted file mode 100644 index a87d4e5..0000000 --- a/blokkal-1.2_qt47-fix2.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- src/protocols/livejournal/ljio/editfriendsjob.cpp 2009-10-23 17:15:11.000000000 +0200 -+++ src/protocols/livejournal/ljio/editfriendsjob.cpp.old 2010-07-02 09:44:18.000000000 +0200 -@@ -28,10 +28,10 @@ - { - public: - AddUser( void ): -- user( 0 ), -+ user(), - fg( QColor() ), - bg( QColor() ), -- groupmask( 0 ) {} -+ groupmask() {} - - AddUser( const QString & user, - const QColor & fg, diff --git a/blokkal.spec b/blokkal.spec deleted file mode 100644 index 691abf4..0000000 --- a/blokkal.spec +++ /dev/null @@ -1,165 +0,0 @@ -Name: blokkal -Version: 0.1.2 -Release: 3%{?dist} -Summary: A KDE blogging client that supports multiple protocols and sites - -Group: Applications/Internet -License: GPLv2+ -URL: http://blokkal.sourceforge.net/ -Source0: https://downloads.sourceforge.net/sourceforge/blokkal/files/Blokkal-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -## Upstreamable patches -# Fix DSO patch -patch10: blokkal-0.1.2-DSO-fix.patch -patch20: blokkal-1.2_qt47-fix.patch -patch30: blokkal-1.2_qt47-fix2.patch - -BuildRequires: kdepimlibs-devel -BuildRequires: gettext - -Requires: %{name}-libs%{?_isa} = %{version}-%{release} - -%global kde4_version %((kde4-config --version 2>/dev/null || echo "KDE 4.3.0") | grep ^KDE | cut -d' ' -f2) - -%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} } - -%description -Blokkal is a KDE blogging client that supports multiple protocols and -blogging sites. The goal is to provide a uniform way to access the -most-commonly-used blogging systems. It has been designed for a maximum -of modularity allowing for easy extension. - -Currently the following protocols are supported: -LiveJournal -Blogger 1.0 -Blogger/GData -MetaWeblog API -MovableType - -Blokkal is capable of creating new entries as well as loading and editing -entries that have already been posted into a blog. -Additionally, new entries can be posted into multiple blogs at the same time -and entries can be previewed before being posted. -A couple of formatting options help to apply some common text formattings -while editing the HTML-code of an entry, while syntax-highlighting aids in -ensuring correct code. There exist dialogs that help inserting links and -images, which can be dragged and dropped into the editor from other -applications such as webbrowsers. - -%package libs -Summary: Blokkal libraries -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: kdelibs%{?_isa} >= %{kde4_version} - -%description libs -Blokkal libraries - -%prep -%setup -q -n Blokkal-%{version} -%patch10 -p0 -%patch20 -p0 -%patch30 -p0 - -%build -mkdir -p %{_target_platform} -pushd %{_target_platform} -%{cmake_kde4} .. -popd - -make %{?_smp_mflags} -C %{_target_platform} - -%install -rm -rf %{buildroot} -make install/fast -C %{_target_platform} DESTDIR=%{buildroot} -%find_lang %{name} - -## unpackaged devel files -rm -f %{buildroot}%{_kde4_libdir}/libblokkalblogger.so -rm -f %{buildroot}%{_kde4_libdir}/libblokkalmwa.so -rm -f %{buildroot}%{_kde4_libdir}/libblokkal.so - -%clean -rm -rf %{buildroot} - -%check -desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop - -%post libs -p /sbin/ldconfig - -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun libs -p /sbin/ldconfig - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null - gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || : - update-desktop-database -q &> /dev/null - update-mime-database %{_kde4_datadir}/mime &> /dev/null -fi - -%posttrans -gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || : -update-desktop-database -q &> /dev/null -update-mime-database %{_kde4_datadir}/mime &> /dev/null - -%files -f %{name}.lang -%defattr(-,root,root,-) -## No ChangeLog and README, they are zero-length -%doc AUTHORS COPYING -%{_kde4_bindir}/%{name} -%{_kde4_datadir}/applications/kde4/%{name}.desktop -%{_kde4_datadir}/config.kcfg/*.kcfg -%{_kde4_iconsdir}/crystalsvg/*/*/*.png -%{_kde4_iconsdir}/hicolor/*/*/*.png -%{_kde4_appsdir}/blokkal/ -%{_kde4_appsdir}/blokkal_blogger/ -%{_kde4_appsdir}/blokkal_gdata/ -%{_kde4_appsdir}/blokkal_livejournal/ -%{_kde4_appsdir}/blokkal_metaweblog/ -%{_kde4_appsdir}/blokkal_movabletype/ -%{_kde4_datadir}/kde4/services/*.desktop -%{_kde4_datadir}/kde4/servicetypes/*.desktop -%{_kde4_datadir}/mime/packages/blokkal.xml - -%files libs -%defattr(-,root,root,-) -%{_kde4_libdir}/kde4/*.so -%{_kde4_libdir}/*.so* - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 0.1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jun 03 2010 Thomas Janssen 0.1.2-2 -- fix to build blokkal with qt47 - -* Sun Feb 14 2010 Thomas Janssen 0.1.2-1%{?dist}.1 -- fix DSO - -* Tue Oct 26 2009 Thomas Janssen 0.1.2-1 -- New upstream version - -* Tue Oct 13 2009 Thomas Janssen 0.1.1-5 -- Removed unneeded requires -- Moved sed from check to prep (upstream is informed, fixed with next release) -- Commented the sed trickery until the next source update (removed then) -- Corrected Source0 URL -- Cleaned up desktop validation -- Removed doc dupes - -* Tue Oct 13 2009 Thomas Janssen 0.1.1-4 -- Removed unneeded BR -- Changed appsdir to blokkal/ to own the dir - -* Sun Oct 04 2009 Thomas Janssen 0.1.1-3 -- better use of macros (name) - -* Mon Sep 28 2009 Thomas Janssen 0.1.1-2 -- Changed to lowercase name for sanity - -* Sun Sep 27 2009 Thomas Janssen 0.1.1-1 -- Initial RPM release diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/sources b/sources deleted file mode 100644 index 4464b6d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -3b84066d0f7ef83cbffd41a74a2f09ce Blokkal-0.1.2.tar.bz2