Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit f75e592

Browse files
committedAug 6, 2017
fix a missing xdg-open
1 parent 80ab9c0 commit f75e592

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
green-recorder (3.0.1.2) zesty; urgency=low
2+
3+
* Fixed a missing build dependency.
4+
5+
-- M.Hanny Sabbagh <mhsabbagh@outlook.com> Sun, 6 Aug 2017 18:02:00 +0200
6+
17
green-recorder (3.0.1.1) zesty; urgency=low
28

39
* Fixed a small warning in UI.

‎debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Maintainer: M.Hanny Sabbagh <mhsabbagh@outlook.com>
33
Section: video
44
Priority: optional
55
Standards-Version: 3.9.2
6-
Build-Depends: debhelper (>= 9), python2.7, python-dev, python-configparser, pulseaudio, imagemagick
6+
Build-Depends: debhelper (>= 9), python2.7, python-dev, python-configparser, pulseaudio, imagemagick, xdg-utils
77

88
Package: green-recorder
99
Architecture: all

‎green-recorder.spec

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
%global owner foss-project
2+
%define _unpackaged_files_terminate_build 0
23

34
Name: green-recorder
45
Summary: A simple yet functional desktop recorder for Linux systems. Supports both Xorg server and Wayland (GNOME).
56
URL: https://foss-project.com
6-
Version: 3.0.1.1
7+
Version: 3.0.1.2
78
Release: 1%{?dist}
89
Source: https://github.com/%{owner}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
910
License: GPLv3
@@ -18,6 +19,7 @@ Requires: python2-urllib3
1819
Requires: python-configparser
1920
Requires: pulseaudio
2021
Requires: ImageMagick
22+
Requires: xdg-utils
2123

2224
%description
2325
A simple desktop recorder for Linux systems. Supports both Xorg server and Wayland (GNOME).

0 commit comments

Comments
 (0)
This repository has been archived.