[ldoce5viewer] Add missing patch
by Damian Wrobel
commit e4563ac2cf92f39cb0b36099fcb72612800218b8
Author: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
Date: Tue Jan 7 13:57:06 2020 +0100
Add missing patch
...oce5viewer-not-starting-after-sip-upgrade.patch | 23 ++++++++++++++++++++++
ldoce5viewer.spec | 5 ++++-
2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/ldoce5viewer-Fixes-Ldoce5viewer-not-starting-after-sip-upgrade.patch b/ldoce5viewer-Fixes-Ldoce5viewer-not-starting-after-sip-upgrade.patch
new file mode 100644
index 0000000..d77faee
--- /dev/null
+++ b/ldoce5viewer-Fixes-Ldoce5viewer-not-starting-after-sip-upgrade.patch
@@ -0,0 +1,23 @@
+From 85690cc4bec3f0c9352d64a2150528724d679386 Mon Sep 17 00:00:00 2001
+From: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
+Date: Tue, 7 Jan 2020 13:18:42 +0100
+Subject: [PATCH] Fixes "Ldoce5viewer not starting after sip upgrade"
+
+Fix for https://bugzilla.rpmfusion.org/show_bug.cgi?id=5502 as per
+https://www.riverbankcomputing.com/static/Docs/PyQt5/incompatibilities.html#pyqt-v5-11
+---
+ ldoce5viewer/qtgui/__init__.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ldoce5viewer/qtgui/__init__.py b/ldoce5viewer/qtgui/__init__.py
+index 56fa851..5f2eb78 100644
+--- a/ldoce5viewer/qtgui/__init__.py
++++ b/ldoce5viewer/qtgui/__init__.py
+@@ -7,6 +7,7 @@
+ from .. import __author__
+
+ # use PyQt API v2
++from PyQt5 import QtCore
+ import sip
+ sip.setapi('QString', 2)
+ sip.setapi('QVariant', 2)
diff --git a/ldoce5viewer.spec b/ldoce5viewer.spec
index a38e141..27c849c 100644
--- a/ldoce5viewer.spec
+++ b/ldoce5viewer.spec
@@ -4,7 +4,7 @@
Name: ldoce5viewer
Version: 0
-Release: 10.%{date}git%{shortcommit0}%{?dist}
+Release: 11.%{date}git%{shortcommit0}%{?dist}
Summary: Viewer Application for the Longman Dictionary (LDOCE 5)
License: GPLv3+ and Public Domain
URL: https://forward-backward.co.jp/ldoce5viewer/
@@ -138,6 +138,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata
%changelog
+* Tue Jan 07 2020 Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> - 0-11.20180309git377ff48
+- Add missing patch
+
* Tue Jan 07 2020 Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> - 0-10.20180309git377ff48
- Fix for "Ldoce5viewer not starting after sip upgrade" (rfbz#5502).
4 years, 10 months
[curlew/f30] Import srpm
by Leigh Scott
Summary of changes:
6c63d5b... Import srpm (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[curlew/f31] Import srpm
by Leigh Scott
Summary of changes:
6c63d5b... Import srpm (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[curlew] Import srpm
by Leigh Scott
commit 6c63d5b6a088ae95103e3a2d84da25dc0d73a74c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jan 7 08:10:37 2020 +0000
Import srpm
.gitignore | 1 +
curlew.spec | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 69 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7a5ba64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/curlew-0.2.4.tar.gz
diff --git a/curlew.spec b/curlew.spec
new file mode 100644
index 0000000..fc42e53
--- /dev/null
+++ b/curlew.spec
@@ -0,0 +1,67 @@
+Name: curlew
+Version: 0.2.4
+Release: 2%{dist}
+Summary: Multimedia converter
+License: Waqf
+URL: https://github.com/chamfay/Curlew
+Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+BuildArch: noarch
+
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
+BuildRequires: intltool
+BuildRequires: librsvg2-tools
+BuildRequires: python3-devel
+BuildRequires: python3-rpm-macros
+BuildRequires: python3-setuptools
+
+Requires: ffmpeg
+Requires: gstreamer1
+Requires: gtk3
+Requires: hicolor-icon-theme
+Requires: mediainfo
+Requires: python3
+Requires: python3-configparser
+Requires: python3-dbus
+Requires: python3-gobject
+Requires: xdg-utils
+
+
+%description
+Easy to use, Free and Open-Source Multimedia converter for Linux.
+Curlew written in python and GTK3 and it depends on (ffmpeg/avconv).
+
+%prep
+%autosetup -n Curlew-%{version}
+
+%build
+%{py3_build}
+
+%install
+%{py3_install}
+rm -rf %{buildroot}%{_datadir}/doc/
+
+desktop-file-edit --remove-key=Encoding %{buildroot}%{_datadir}/applications/curlew.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/curlew.desktop
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc AUTHORS README THANKS TODO
+%license LICENSE-en.txt LICENSE-ar.txt
+%{_bindir}/curlew
+%{python3_sitelib}/curlew-*-py%{python3_version}.egg-info
+%{_datadir}/applications/curlew.desktop
+%{_datadir}/curlew/
+%{_datadir}/icons/hicolor/*/apps/curlew.*
+%{_datadir}/pixmaps/curlew.svg
+
+
+%changelog
+* Mon Jan 06 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.4-2
+- Review changes to fix lang and desktop file issues
+
+* Mon Jan 06 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.4-1
+- Initial build
+
diff --git a/sources b/sources
index e69de29..9bee631 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (curlew-0.2.4.tar.gz) = e2cab64c5770daa83d0ab8659f0f64c64f304235c63849bd44ff329588fca2a073cf6db415c50cdb6fece1ff0c58898755b01400be9e9afa3f497b0b16008bd9
4 years, 10 months
[xsnow] Package moved to Fedora
by Andrea Musuruane
commit 7d8161dfa244104f6bf2564e4e792da1c3df367d
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Mon Jan 6 15:53:45 2020 +0100
Package moved to Fedora
.gitignore | 1 -
dead.package | 1 +
sources | 1 -
xsnow-1.42-Imakefile.patch | 16 ----
xsnow-1.42-fixoptions.patch | 51 ------------
xsnow-1.42-manpage.patch | 16 ----
xsnow-1.42-misc.patch | 158 ------------------------------------
xsnow-1.42-vroot.patch | 99 -----------------------
xsnow.spec | 189 --------------------------------------------
9 files changed, 1 insertion(+), 531 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..260592c
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Package moved to Fedora
4 years, 10 months
[scottfree] Package moved to Fedora
by Andrea Musuruane
commit 299db9fb8c25b439fa177cd7785a2d79caa12b7e
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Mon Jan 6 15:42:51 2020 +0100
Package moved to Fedora
.gitignore | 1 -
dead.package | 1 +
scottfree-1.14-Makefile.patch | 22 --------
scottfree-1.14-includes.patch | 12 -----
scottfree.6 | 40 ---------------
scottfree.spec | 117 ------------------------------------------
sources | 1 -
7 files changed, 1 insertion(+), 193 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..260592c
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Package moved to Fedora
4 years, 10 months
[lpf-spotify-client] Update README
by Sérgio M. Basto
commit 77244836286d2be7733f3eb4d12e672c6c1a34dd
Author: Linas <linas(a)daneliukas.eu>
Date: Fri Oct 11 13:35:30 2019 +0300
Update README
Fixing readme as it stated that skype will be downloaded
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/README b/README
index b2dd907..fd3ee93 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ spotify-client.
The package can be used in two ways:
In the GUI, you could find the lpf-spotify-client icon. By clicking on it
-you will download skype, build and install an rpm.
+you will download spotify-client, build and install an rpm.
On the command line, you can use the lpf command, see lpf -h for usage. The
basic usage is
4 years, 10 months
[clipgrab/f30] Update to 3.8.9
by Martin Gansser
Summary of changes:
4e777ca... Update to 3.8.9 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months