Skip to content

Commit 13edd28

Browse files
committedJan 9, 2024
1.2.0-beta1
1 parent 97fd2bc commit 13edd28

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed
 

‎.abf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sources:
2-
xdg-utils-20230814.tar.gz: db208f2f4af83f8477076f86cfa7c091d7a30e0d
2+
xdg-utils-v1.2.0-beta1.tar.bz2: ce83151dbf9a800c8f0e9f8ea78ac93c906854ee

‎xdg-utils-1.1.3-falkon-otter-arora.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
99
+ BROWSER=www-browser:lynx:links2:elinks:links:w3m
1010
if has_display; then
1111
- 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
1313
fi
1414
fi
1515

@@ -24,7 +24,7 @@ diff -up xdg-utils-1.1.3/scripts/xdg-open.in.omv~ xdg-utils-1.1.3/scripts/xdg-op
2424
+ BROWSER=www-browser:lynx:links2:elinks:links:w3m
2525
if has_display; then
2626
- 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
2828
fi
2929
fi
3030

‎xdg-utils.spec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
# git archive --format=tar --prefix=xdg-utils-20121008/ master | xz > ../xdg-utils-20121008.tar.xz
66
#
77

8-
%define gitdate 20230814
8+
#define gitdate 20230814
9+
%define beta beta1
910

1011
Summary: A basic desktop integration tools for any Free Desktop
1112
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
1415
License: MIT
1516
Url: https://www.freedesktop.org/wiki/Software/xdg-utils/
1617
Group: System/Base
@@ -20,8 +21,12 @@ Group: System/Base
2021
%if 0%{?gitdate:1}
2122
Source0: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/master/xdg-utils-master.tar.bz2#/xdg-utils-%{gitdate}.tar.gz
2223
%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
2327
Source0: https://portland.freedesktop.org/download/xdg-utils-%{version}.tar.gz
2428
%endif
29+
%endif
2530
Patch1: xdg-utils-1.1.3-falkon-otter-arora.patch
2631
Patch2: xdg-utils-1.1.0-enable-additional-scripts.patch
2732

@@ -62,7 +67,7 @@ xdg-su: run a program as root after prompting for the root
6267
xdg-screensaver: command line tool for controlling the screensaver
6368

6469
%prep
65-
%autosetup -p1 -n %{name}-%{?gitdate:master}%{!?gitdate:%{version}}
70+
%autosetup -p1 -n %{name}-%{?beta:v}%{?gitdate:master}%{!?gitdate:%{version}}%{?beta:-%{beta}}
6671

6772
%build
6873
%configure

0 commit comments

Comments
 (0)
Please sign in to comment.