Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b0404a46c6 | |||
| 9f05372ea8 | |||
| 080f14b11a |
@@ -1,22 +0,0 @@
|
||||
From 109307ab5c3a1efab27e2eee245d6fa797129f50 Mon Sep 17 00:00:00 2001
|
||||
From: Shawn W Dunn <sfalken@cloverleaf-linux.org>
|
||||
Date: Wed, 6 Dec 2023 13:13:21 -0800
|
||||
Subject: [PATCH] Fixed path to script interpreter
|
||||
|
||||
---
|
||||
rofi-bluetooth | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/rofi-bluetooth b/rofi-bluetooth
|
||||
index c7916f2..49168f3 100755
|
||||
--- a/rofi-bluetooth
|
||||
+++ b/rofi-bluetooth
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env bash
|
||||
+#!/usr/bin/bash
|
||||
# __ _ _ _ _ _ _
|
||||
# _ __ ___ / _(_) | |__ | |_ _ ___| |_ ___ ___ | |_| |__
|
||||
# | '__/ _ \| |_| |_____| '_ \| | | | |/ _ \ __/ _ \ / _ \| __| '_ \
|
||||
--
|
||||
2.43.0
|
||||
|
||||
11
_service
11
_service
@@ -1,13 +1,12 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/nickclyde/rofi-bluetooth.git</param>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE-Python/rofi-bluetooth.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">0~git%cd.%h</param>
|
||||
<param name="revision">devel</param>
|
||||
<param name="versionprefix">0+git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/nickclyde/rofi-bluetooth.git</param>
|
||||
<param name="changesrevision">9d91c048ff129819f4c6e9e48a17bd54343bbffb</param></service></servicedata>
|
||||
<param name="url">https://github.com/openSUSE-Python/rofi-bluetooth.git</param>
|
||||
<param name="changesrevision">9f2b9445392358ff456916305e79c770b3bd1dca</param></service></servicedata>
|
||||
3
rofi-bluetooth-0+git.1745170630.9f2b944.tar.xz
Normal file
3
rofi-bluetooth-0+git.1745170630.9f2b944.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:504da2e597f407cbfa0a9a9359391e4b11fd7f1f3fcfa6ea7d72dac53510cb2c
|
||||
size 10534820
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d3986e09a09d8ecfa140177823db4c6438bf49ce5a797370e6eccac1499cad4
|
||||
size 11081229
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 16:48:51 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Drop 0001-Fixed-path-to-script-interpreter.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 20 18:30:58 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Change upstream to personal fork collecting all PRs
|
||||
- Update to version 0~git.1745170630.9f2b944:
|
||||
* fix: use proper pkill(1) command instead of the bizarre kill $(pgrep) construct
|
||||
* Remove last non-POSIX echo -e and make the script POSIX compatible
|
||||
* Update rofi-bluetooth
|
||||
* Simplify print_status in rofi-bluetooth
|
||||
* Fix README formatting for Bluetooth module example
|
||||
* updated README
|
||||
* Adding bc as a dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 16:27:28 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: rofi-bluetooth
|
||||
version: 0~git20230203.9d91c04
|
||||
mtime: 1675443918
|
||||
commit: 9d91c048ff129819f4c6e9e48a17bd54343bbffb
|
||||
version: 0+git.1745170630.9f2b944
|
||||
mtime: 1745170630
|
||||
commit: 9f2b9445392358ff456916305e79c770b3bd1dca
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rofi-bluetooth
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,16 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
Name: rofi-bluetooth
|
||||
Version: 0~git20230203.9d91c04
|
||||
Release: 0
|
||||
Summary: Bluetooth manager for rofi
|
||||
License: GPL-3.0
|
||||
URL: https://github.com/nickclyde/rofi-bluetooth
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Patch0: 0001-Fixed-path-to-script-interpreter.patch
|
||||
BuildArch: noarch
|
||||
Requires: bluez
|
||||
Name: rofi-bluetooth
|
||||
Version: 0+git.1745170630.9f2b944
|
||||
Release: 0
|
||||
Summary: Bluetooth manager for rofi
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/nickclyde/rofi-bluetooth
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildArch: noarch
|
||||
Requires: bluez
|
||||
|
||||
%description
|
||||
Bluetooth device and connection manager for use with rofi
|
||||
@@ -39,11 +38,9 @@ Bluetooth device and connection manager for use with rofi
|
||||
%install
|
||||
install -Dm 755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user