File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
sources :
2
- xdg-utils-20230814. tar.gz : db208f2f4af83f8477076f86cfa7c091d7a30e0d
2
+ xdg-utils-v1.2.0-beta1. tar.bz2 : ce83151dbf9a800c8f0e9f8ea78ac93c906854ee
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ diff -up xdg-utils-1.1.3/scripts/xdg-email.in.omv~ xdg-utils-1.1.3/scripts/xdg-e
9
9
+ BROWSER=www-browser:lynx:links2:elinks:links:w3m
10
10
if has_display; then
11
11
- BROWSER=x-www-browser:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
12
- + BROWSER=x-www-browser:falkon:otter-browser:arora:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
12
+ + BROWSER=x-www-browser:chromium-browser-stable: falkon:otter-browser:arora:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
13
13
fi
14
14
fi
15
15
@@ -24,7 +24,7 @@ diff -up xdg-utils-1.1.3/scripts/xdg-open.in.omv~ xdg-utils-1.1.3/scripts/xdg-op
24
24
+ BROWSER=www-browser:lynx:links2:elinks:links:w3m
25
25
if has_display; then
26
26
- BROWSER=x-www-browser:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium:chromium-browser:google-chrome:$BROWSER
27
- + BROWSER=x-www-browser:falkon:otter-browser:arora:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium:chromium-browser:google-chrome:$BROWSER
27
+ + BROWSER=x-www-browser:chromium-browser-stable: falkon:otter-browser:arora:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium:chromium-browser:google-chrome:$BROWSER
28
28
fi
29
29
fi
30
30
Original file line number Diff line number Diff line change 5
5
# git archive --format=tar --prefix=xdg-utils-20121008/ master | xz > ../xdg-utils-20121008.tar.xz
6
6
#
7
7
8
- %define gitdate 20230814
8
+ #define gitdate 20230814
9
+ %define beta beta1
9
10
10
11
Summary: A basic desktop integration tools for any Free Desktop
11
12
Name: xdg-utils
12
- Version: 1.1.4
13
- Release: %{?gitdate:0.%{gitdate }.}1
13
+ Version: 1.2.0
14
+ Release: %{?beta:0.%{ beta }.}%{? gitdate:0.%{gitdate }.}1
14
15
License: MIT
15
16
Url: https://www.freedesktop.org/wiki/Software/xdg-utils/
16
17
Group: System/Base
@@ -20,8 +21,12 @@ Group: System/Base
20
21
%if 0%{?gitdate:1 }
21
22
Source0: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/master/xdg-utils-master.tar.bz2#/xdg-utils-%{gitdate}.tar.gz
22
23
%else
24
+ %if 0%{?beta:1 }
25
+ Source0: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v%{version }-%{beta }/xdg-utils-v%{version }-%{beta }.tar.bz2
26
+ %else
23
27
Source0: https://portland.freedesktop.org/download/xdg-utils-%{version }.tar.gz
24
28
%endif
29
+ %endif
25
30
Patch1: xdg-utils-1.1.3-falkon-otter-arora.patch
26
31
Patch2: xdg-utils-1.1.0-enable-additional-scripts.patch
27
32
@@ -62,7 +67,7 @@ xdg-su: run a program as root after prompting for the root
62
67
xdg-screensaver: command line tool for controlling the screensaver
63
68
64
69
%prep
65
- %autosetup -p1 -n %{name }-%{?gitdate:master }%{! ? gitdate:%{version }}
70
+ %autosetup -p1 -n %{name }-%{?beta:v }%{? gitdate:master }%{! ? gitdate:%{version }}%{ ? beta:-%{ beta }}
66
71
67
72
%build
68
73
%configure
You can’t perform that action at this time.
0 commit comments