From 30377cb4af94db486e67f00b8d9962c2c03e2190 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: May 22 2014 20:22:54 +0000 Subject: Update to new upstream version 2.0.26 (BZ 1090863) - Add appdata --- diff --git a/.gitignore b/.gitignore index 3a5f39f..997e13a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ anki-1.0.1.tgz /anki-2.0.20.tgz /anki-2.0.22.tgz /anki-2.0.25.tgz +/anki-2.0.26.tgz diff --git a/anki.appdata.xml b/anki.appdata.xml new file mode 100644 index 0000000..3805d8f --- /dev/null +++ b/anki.appdata.xml @@ -0,0 +1,36 @@ + + + + anki.desktop + CC0 + +

+ Anki is a program which makes remembering things easy. Because it's a lot + more efficient than traditional study methods, you can either + greatly decrease your time spent studying, or greatly increase the amount you learn. +

+

+ Anyone who needs to remember things in their daily life can benefit + from Anki. Since it is content-agnostic and supports images, audio, + videos and scientific markup (via LaTeX), the possibilities are endless. +

+

For example:

+
    +
  • Learning a language (vocabulary, grammar, phrases, ...)
  • +
  • Studying for medical and law exams
  • +
  • Memorizing people's names and faces
  • +
  • Brushing up on geography
  • +
  • Mastering long poems
  • +
  • Even practicing guitar chords!
  • +
+
+ + http://chkr.fedorapeople.org/screenshots/anki/anki-review1.png + http://chkr.fedorapeople.org/screenshots/anki/anki-deck-browser.png + http://chkr.fedorapeople.org/screenshots/anki/anki-review2.png + http://chkr.fedorapeople.org/screenshots/anki/anki-browser.png + http://chkr.fedorapeople.org/screenshots/anki/anki-statistics.png + + http://ankisrs.net/ + chkr@fedoraproject.org +
diff --git a/anki.spec b/anki.spec index b7cff00..16809b6 100644 --- a/anki.spec +++ b/anki.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: anki -Version: 2.0.25 +Version: 2.0.26 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -10,6 +10,7 @@ License: AGPLv3+ and GPLv3+ and MIT and BSD URL: http://ankisrs.net/ Source0: http://ankisrs.net/download/mirror/anki-%{version}.tgz Source1: anki.svg +Source2: anki.appdata.xml # Config change: don't check for new updates. Patch0: anki-2.0.3-noupdate.patch @@ -62,6 +63,9 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/ install -d %{buildroot}%{_mandir}/man1 install -m 644 anki.1 %{buildroot}%{_mandir}/man1/ +mkdir -p %{buildroot}%{_datadir}/appdata +install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/ + desktop-file-install \ --remove-category=KDE \ --dir %{buildroot}%{_datadir}/applications \ @@ -99,8 +103,13 @@ s:\(.*\):%dir \1:' >>anki.lang %{_datadir}/pixmaps/%{name}.* %{_datadir}/mime/packages/anki.xml %{_mandir}/man1/%{name}.* +%{_datadir}/appdata/anki.appdata.xml %changelog +* Tue May 20 2014 Christian Krause - 2.0.26-1 +- Update to new upstream version 2.0.26 (BZ 1090863) +- Add appdata + * Fri Apr 18 2014 Christian Krause - 2.0.25-1 - Update to new upstream version 2.0.25 (BZ 1087211) diff --git a/sources b/sources index 632bd05..eee3cca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0e83fe28bfee6ffbb2d0e608e1c6a01 anki-2.0.25.tgz +c3af007dbda797e5f587b450691d93c9 anki-2.0.26.tgz