File: 010_change-project-name.patch

package info (click to toggle)
obs-command-source 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 284 kB
  • sloc: ansic: 400; python: 80; sh: 75; makefile: 21; cpp: 16
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove obs- prefix used by plugins officially privided by OBS
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Forwarded: not-needed
Last-Update: 2024-05-10
Index: obs-command-source/CMakeLists.txt
===================================================================
--- obs-command-source.orig/CMakeLists.txt
+++ obs-command-source/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.12)
 
-project(obs-command-source VERSION 0.5.0)
+project(command-source VERSION 0.5.0)
 
 set(PLUGIN_AUTHOR "Norihiro Kamae")