From 7262dcc1367bfbe73e9cfee6b0df73710883c749 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Aug 13 2018 10:07:56 +0000 Subject: Inactive upstream --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5132961..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -gtg-0.2.4.tar.gz -/gtg-0.3.tar.gz -/gtg-0.3.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..fb57682 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Inactive upstream diff --git a/gtg-desktop.patch b/gtg-desktop.patch deleted file mode 100644 index fab11c8..0000000 --- a/gtg-desktop.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur gtg-0.2.9/gtg.desktop gtg-0.2.9.fixdesktop/gtg.desktop ---- gtg-0.2.9/gtg.desktop 2012-02-08 21:58:45.000000000 +0200 -+++ gtg-0.2.9.fixdesktop/gtg.desktop 2012-02-14 20:38:41.819782533 +0200 -@@ -14,7 +14,7 @@ - StartupNotify=true - X-Ayatana-Desktop-Shortcuts=NewTask - --[NewTask Shortcut Group] -+[X-NewTask Shortcut Group] - Name=New Task - Exec=gtg_new_task - TargetEnvironment=Unity diff --git a/gtg-export-no-pdftk.patch b/gtg-export-no-pdftk.patch deleted file mode 100644 index 4c23a53..0000000 --- a/gtg-export-no-pdftk.patch +++ /dev/null @@ -1,339 +0,0 @@ -diff -durN gtg-0.3.1.orig/GTG/plugins/export/export.py gtg-0.3.1/GTG/plugins/export/export.py ---- gtg-0.3.1.orig/GTG/plugins/export/export.py 2013-11-24 14:51:43.000000000 +0000 -+++ gtg-0.3.1/GTG/plugins/export/export.py 2014-08-25 13:54:04.696637261 +0100 -@@ -32,13 +32,6 @@ - from GTG.plugins.export.templates import Template, get_templates_paths - - --# Enforce external dependencies --for dependence in "pdflatex", "pdftk", "pdfjam": -- retval = subprocess.call(["which", dependence], stdout=subprocess.PIPE) -- if retval != 0: -- raise ImportError("Missing command %s" % dependence) -- -- - def get_user_dir(key): - """ - http://www.freedesktop.org/wiki/Software/xdg-user-dirs -diff -durN gtg-0.3.1.orig/GTG/plugins/export/export_templates/description_pocketmod.py gtg-0.3.1/GTG/plugins/export/export_templates/description_pocketmod.py ---- gtg-0.3.1.orig/GTG/plugins/export/export_templates/description_pocketmod.py 2013-11-24 14:51:43.000000000 +0000 -+++ gtg-0.3.1/GTG/plugins/export/export_templates/description_pocketmod.py 1970-01-01 01:00:00.000000000 +0100 -@@ -1,22 +0,0 @@ --# -*- coding: utf-8 -*- --# Copyright (c) 2010 - Luca Invernizzi --# --# This program is free software: you can redistribute it and/or modify it under --# the terms of the GNU General Public License as published by the Free Software --# Foundation, either version 3 of the License, or (at your option) any later --# version. --# --# This program is distributed in the hope that it will be useful, but WITHOUT --# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS --# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more --# details. --# --# You should have received a copy of the GNU General Public License along with --# this program. If not, see . -- --from GTG import _ --title = _("Foldable booklet (PDF)") --description = _("""A template to create --PocketMod, which is a small foldable --booklet. Packages pdflatex, pdftk and pdfjam --are required.""") -diff -durN gtg-0.3.1.orig/GTG/plugins/export/export_templates/graphics_pocketmod.svg gtg-0.3.1/GTG/plugins/export/export_templates/graphics_pocketmod.svg ---- gtg-0.3.1.orig/GTG/plugins/export/export_templates/graphics_pocketmod.svg 2013-11-24 14:51:43.000000000 +0000 -+++ gtg-0.3.1/GTG/plugins/export/export_templates/graphics_pocketmod.svg 1970-01-01 01:00:00.000000000 +0100 -@@ -1,182 +0,0 @@ -- -- -- -- -- -- -- -- -- -- -- -- -- image/svg+xml -- -- -- -- -- -- -- -- -- -- -- -- -- -- get milk -- buy cow -- -- -diff -durN gtg-0.3.1.orig/GTG/plugins/export/export_templates/script_pocketmod gtg-0.3.1/GTG/plugins/export/export_templates/script_pocketmod ---- gtg-0.3.1.orig/GTG/plugins/export/export_templates/script_pocketmod 2013-11-24 14:51:43.000000000 +0000 -+++ gtg-0.3.1/GTG/plugins/export/export_templates/script_pocketmod 1970-01-01 01:00:00.000000000 +0100 -@@ -1,35 +0,0 @@ --#!/bin/sh --# --# Copyright (c) 2009 - Jan Girlich , Luca Invernizzi --# --# This program is free software: you can redistribute it and/or modify it under --# the terms of the GNU General Public License as published by the Free Software --# Foundation, either version 3 of the License, or (at your option) any later --# version. --# --# This program is distributed in the hope that it will be useful, but WITHOUT --# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS --# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more --# details. --# --# You should have received a copy of the GNU General Public License along with --# this program. If not, see . --# --# Script to create a pocketmod form a latex source file --# --# Note that the GTG export plugin passes the script the path of the source file --# and expects to be given the path of the generated file in the standard output -- --TMPFOLDER=`mktemp -d /tmp/pocketmod.XXXXXXXXXX` --OUTFILE=`mktemp /tmp/pockemod.XXXXXXXXXXXXX`.pdf --SOURCEFILE=$1 --pdflatex -interaction nonstopmode -output-directory $TMPFOLDER -jobname temp $SOURCEFILE 1>&2 --PDFFILE=$TMPFOLDER/temp.pdf --pdftk $PDFFILE cat 6 7 8 1 output $TMPFOLDER/seite6781.pdf 1>&2 --pdftk $PDFFILE cat 5 4 3 2 output $TMPFOLDER/seite5432.pdf 1>&2 --pdf90 $TMPFOLDER/seite5432.pdf --outfile $TMPFOLDER/seite5432-r.pdf 1>&2 --pdf90 $TMPFOLDER/seite5432-r.pdf --outfile $TMPFOLDER/seite5432-r2.pdf 1>&2 --pdftk $TMPFOLDER/seite6781.pdf $TMPFOLDER/seite5432-r2.pdf cat output $TMPFOLDER/gesamt.pdf 1>&2 --pdfnup $TMPFOLDER/gesamt.pdf --nup 4x2 --landscape --outfile $OUTFILE 1>&2 --rm -rf $TMPFOLDER 1>&2 --echo -n $OUTFILE -diff -durN gtg-0.3.1.orig/GTG/plugins/export/export_templates/template_pocketmod.tex gtg-0.3.1/GTG/plugins/export/export_templates/template_pocketmod.tex ---- gtg-0.3.1.orig/GTG/plugins/export/export_templates/template_pocketmod.tex 2013-11-24 14:51:43.000000000 +0000 -+++ gtg-0.3.1/GTG/plugins/export/export_templates/template_pocketmod.tex 1970-01-01 01:00:00.000000000 +0100 -@@ -1,57 +0,0 @@ --\documentclass[a6paper]{article} --\usepackage[T1]{fontenc} --\usepackage[utf8]{inputenc} --\usepackage{lmodern} --\usepackage[ngerman]{babel} --\usepackage{wasysym} --\usepackage[margin=0.2cm]{geometry} --\usepackage{mdwlist} --\begin{document} -- --\pagestyle{empty} --\thispagestyle{empty} -- --\begin{itemize*} -- #for $task in $tasks: -- $task_template($task) -- #end for --\end{itemize*} -- --#def task_template($task) --\item[\Square] -- #if $task.has_title -- \textbf{$task.title.replace('_', '\_')} -- #if $task.has_tags -- #for $tag in $task.tags: -- \textit{$tag.replace('_', '\_')} -- #end for -- #end if -- #end if -- -- #if $task.has_due_date -- \textit{Due: $task.due_date}\\ -- #end if -- -- #if $task.has_subtasks -- \begin{itemize*} -- #for $subtask in $task.subtasks: -- $task_template($subtask) -- #end for -- \end{itemize*} -- #end if --#end def --\newpage --. --\newpage --. --\newpage --. --\newpage --. --\newpage --. --\newpage --. --\newpage --. --\end{document} -Binary files gtg-0.3.1.orig/GTG/plugins/export/export_templates/thumbnail_pocketmod.png and gtg-0.3.1/GTG/plugins/export/export_templates/thumbnail_pocketmod.png differ -diff -durN gtg-0.3.1.orig/GTG/plugins/export.gtg-plugin gtg-0.3.1/GTG/plugins/export.gtg-plugin ---- gtg-0.3.1.orig/GTG/plugins/export.gtg-plugin 2013-11-24 14:51:43.000000000 +0000 -+++ gtg-0.3.1/GTG/plugins/export.gtg-plugin 2014-08-25 13:54:41.431824736 +0100 -@@ -8,4 +8,4 @@ - authors=Luca Invernizzi , Izidor MatuĊĦov - version=0.2 - enabled=False --dependencies=Cheetah,pdflatex,pdftk,pdfjam -+dependencies=Cheetah diff --git a/gtg.spec b/gtg.spec deleted file mode 100644 index 89fe11b..0000000 --- a/gtg.spec +++ /dev/null @@ -1,259 +0,0 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: gtg -Version: 0.3.1 -Release: 19%{?dist} -Summary: Personal organizer for the GNOME desktop - -Group: Applications/Productivity -License: GPLv3+ -URL: http://gtgnome.net/ -BuildArch: noarch -Source0: https://launchpad.net/gtg/trunk/%{version}/+download/%{name}-%{version}.tar.gz -Patch1: gtg-desktop.patch -Patch2: gtg-export-no-pdftk.patch - -BuildRequires: python2-devel -BuildRequires: gettext -BuildRequires: desktop-file-utils -BuildRequires: python2-pyxdg -Requires: pygtk2 pygtk2-libglade python2-configobj python2-pyxdg python2-cairo gnome-python2-gnome -Requires: python-liblarch >= 2.1.0 -Requires: python-liblarch_gtk -Requires: python2-dbus -Requires: hicolor-icon-theme - -# For RTM backend -Requires: python2-dateutil -# Bugzilla backend? -Requires: python2-notify - -%description -Getting Things GNOME! (GTG) is a personal organizer for the GNOME desktop -environment inspired by the Getting Things Done (GTD) methodology. GTG is -designed with flexibility, adaptability, and ease of use in mind so it can be -used as more than just GTD software. - - -%prep -%setup -q -%patch1 -p1 -b .desktop -%patch2 -p1 -b .nopdftk -sed -i -e "s|#!/usr/bin/env python||" GTG/gtg.py - - -%build -%{__python2} setup.py build - -%install -rm -rf $RPM_BUILD_ROOT -%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/GTG/plugins/geolocalized_tasks -rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/GTG/plugins/geolocalized-tasks.gtg-plugin -desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop - -# Register as an application to be visible in the software center -# -# NOTE: It would be *awesome* if this file was maintained by the upstream -# project, translated and installed into the right place during `make install`. -# -# See http://www.freedesktop.org/software/appstream/docs/ for more details. -# -mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata -cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml < - - - - gtg.desktop - CC0-1.0 - -

- Getting Things Gnome is a personal tasks and ToDo list organizer for inspired by - the Getting Things Done (GTD) methodology. -

-

- GTG is intended to help you track everything you need to do and need to know, - from small tasks to large projects. -

- -
- https://wiki.gnome.org/gtg/ - - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gtg/a.png - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gtg/b.png - - -
-EOF - -%find_lang %{name} --with-gnome - - - - -%files -f %{name}.lang -%doc AUTHORS CHANGELOG LICENSE README -%{_bindir}/gtg -%{_bindir}/gtcli -%{_bindir}/gtg_new_task -%{_datadir}/dbus-1/services/org.gnome.GTG.service -%{_datadir}/appdata/%{name}.appdata.xml -%{_datadir}/applications/%{name}.desktop -%{_datadir}/%{name} -%{_datadir}/icons/hicolor/*/apps/%{name}.* -%{python2_sitelib}/* -%{_mandir}/man1/*.1.gz -%{_datadir}/icons/hicolor/*/apps/gtg* -%{_datadir}/icons/hicolor/*/apps/backend* -%{_datadir}/icons/hicolor/*/actions/gtg* -%{_datadir}/icons/hicolor/*/categories/gtg* -%{_datadir}/icons/hicolor/*/categories/search* -%{_datadir}/icons/hicolor/*/categories/items-tags* -%{_datadir}/icons/hicolor/*/emblems/gtg* -%{_datadir}/icons/hicolor/svg/gtg* -%{_datadir}/icons/ubuntu-mono-dark/ -%{_datadir}/icons/ubuntu-mono-light/ - - -%changelog -* Thu Jul 19 2018 Ankur Sinha - 0.3.1-19 -- Update for https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package - -* Fri Jul 13 2018 Fedora Release Engineering - 0.3.1-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 14 2018 Iryna Shcherbina - 0.3.1-17 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Wed Feb 07 2018 Fedora Release Engineering - 0.3.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 11 2018 Igor Gnatenko - 0.3.1-15 -- Remove obsolete scriptlets - -* Tue Nov 21 2017 Ankur Sinha - 0.3.1-14 -- Rebuild for liblarch update - -* Wed Jul 26 2017 Fedora Release Engineering - 0.3.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.3.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.3.1-11 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Wed Feb 03 2016 Fedora Release Engineering - 0.3.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sun Jan 10 2016 Ankur Sinha 0.3.1-9 -- remove useless line with define macro - -* Wed Dec 23 2015 Ankur Sinha 0.3.1-8 -- Add patch to remove pdftk dep. #1133565 - -* Tue Jul 28 2015 Ankur Sinha 0.3.1-7 -- Add notify Requires - -* Wed Jun 17 2015 Fedora Release Engineering - 0.3.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Mar 26 2015 Richard Hughes - 0.3.1-5 -- Add an AppData file for the software center - -* Sat Jun 07 2014 Fedora Release Engineering - 0.3.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Dec 26 2013 Ankur Sinha 0.3.1-3 -- Add optional dep for RTM backend. - -* Sun Dec 01 2013 Ankur Sinha 0.3.1-2 -- Update URL - -* Wed Nov 27 2013 Ankur Sinha 0.3.1-0 -- Update to latest release - -* Sat Aug 03 2013 Fedora Release Engineering - 0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Fri Nov 9 2012 Yanko Kaneti 0.3-2 -- Add missing requires on python-liblarch(_gtk) - -* Fri Nov 9 2012 Yanko Kaneti 0.3-1 -- New upstream release - 0.3 - -* Wed Jul 18 2012 Yanko Kaneti 0.2.4-8 -- Add patch for crash bug 841179 (lp bug 744294) - -* Thu Jun 14 2012 Yanko Kaneti 0.2.4-7 -- Remove the geolocalized_tasks plugin which uses pyclutter, - which uses gtk3. Bug #817841 - -* Fri Jan 13 2012 Fedora Release Engineering - 0.2.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 0.2.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Jul 21 2010 David Malcolm - 0.2.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Thu Jun 10 2010 Yanko Kaneti 0.2.4-2 -- Avoid "RuntimeError: not holding the import lock" with recent pythons, from upstream -- Alternative X test, avoiding the xorg-x11-utils dependency -- Requires dbus-python - -* Sun Apr 11 2010 Yanko Kaneti 0.2.4-1 -- New bugfix release from upstream - -* Mon Mar 4 2010 Yanko Kaneti 0.2.3-1 -- "A bit of polishing." - from upstream - -* Mon Mar 1 2010 Yanko Kaneti 0.2.2-1 -- New upstream release. - http://gtg.fritalk.com/post/2010/03/01/Getting-Things-GNOME!-0.2.2-(Protector)-release-is-out! - -* Fri Feb 19 2010 Yanko Kaneti 0.2.1-3 -- Fixup the last fixup. Again preventing crash on startup. - -* Sun Feb 14 2010 Yanko Kaneti 0.2.1-2 -- Pull upstream fix for bug 565224. Prevents crash on startup - -* Sun Jan 31 2010 Yanko Kaneti 0.2.1-1 -- Upstream bugfix release - -* Sun Jan 31 2010 Yanko Kaneti 0.2-3 -- Pull an upstream fix for missing tomboy.ui - bug 560316 - -* Mon Dec 14 2009 Yanko Kaneti 0.2-2 -- 0.2 final. - http://gtg.fritalk.com/post/2009/12/10/The-new-Getting-Things-GNOME!-0.2-Gorignak-has-landed! - -* Thu Dec 3 2009 Yanko Kaneti 0.1.9-1 -- 0.2 beta. - http://gtg.fritalk.com/post/2009/12/02/Getting-Things-GNOME!-0.1.9-is-out! -- Remove some no longer necessary patching -- BR: pyxdg - -* Fri Jul 24 2009 Fedora Release Engineering - 0.1.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Jul 14 2009 Yanko Kaneti 0.1.2-3 -- Use %%{__python} instead of python - -* Mon Jul 13 2009 Yanko Kaneti 0.1.2-2 -- Implement review feedback - https://bugzilla.redhat.com/show_bug.cgi?id=510994#c1 - -* Mon Jul 13 2009 Yanko Kaneti 0.1.2-1 -- Initial packaging diff --git a/sources b/sources deleted file mode 100644 index 3c7fcc9..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d51a4e5eb0cfb29b3556c4e82c0b2dd8 gtg-0.3.1.tar.gz