Skip to content

Commit e9f451b

Browse files
authoredMay 5, 2025
Merge pull request #2 from OpenMandrivaAssociation/master
backport
2 parents 5a058e2 + aef16a1 commit e9f451b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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-
blackbox-v0.14.0.tar.bz2: c7052fd8d320a36fef05170cb6bc02acb8949695
2+
blackbox-main.tar.bz2: a450e9c5a336940b494d8877884c37f49993d8b5

‎blackbox-terminal.spec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
%global optflags %{optflags} -Wno-error -Wno-implicit-function-declaration
33
%global optflags %{optflags} -Wno-return-type
44

5+
%define git 20250130
6+
57
Name: blackbox-terminal
6-
Version: 0.14.0
7-
Release: 1
8+
Version: 0.14.0.%{git}
9+
Release: 2
810
Summary: An elegant and customizable terminal for GNOME
911
License: GPL-3.0
1012
URL: https://gitlab.gnome.org/raggesilver/blackbox/
11-
Source0: https://gitlab.gnome.org/raggesilver/blackbox/-/archive/v%{version}/blackbox-v%{version}.tar.bz2
13+
#Source0: https://gitlab.gnome.org/raggesilver/blackbox/-/archive/v%{version}/blackbox-v%{version}.tar.bz2
14+
Source0: blackbox-main.tar.bz2
1215

1316
BuildRequires: meson
1417
BuildRequires: appstream-util
@@ -43,7 +46,7 @@ Easily paste file paths by dragging them into the window
4346
This app is written in Vala and uses GTK 4, libadwaita, and VTE.
4447

4548
%prep
46-
%autosetup -n blackbox-v%{version} -p1
49+
%autosetup -n blackbox-main -p1
4750

4851
%build
4952
%meson \

0 commit comments

Comments
 (0)