mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Compare commits
11 Commits
f44
...
mado/fix/compiz9
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bb3f54a73 | |||
| 2fbec6cbe1 | |||
| 01041343ab | |||
| d55aca76d9 | |||
| 3cd76648ea | |||
| 10f6ddd2fd | |||
| 1b8bbbac04 | |||
| e0cfaf3588 | |||
| e05b4f22f6 | |||
| 13e4985747 | |||
| 7844f1833e |
@@ -1,5 +1,6 @@
|
||||
%define _ubuntu_rel 25.10.20250930-0ubuntu1
|
||||
%global _hardened_build 0
|
||||
%global build_cflags %{__build_flags_lang_c} -Wno-incompatible-pointer-types
|
||||
|
||||
Name: compiz9
|
||||
Version: 0.9.14.2
|
||||
@@ -77,7 +78,8 @@ Compiz Config Manager helps configure Compiz Window Manager, version 0.9 series
|
||||
Compiz 9 branch, which is newer then what Fedora packages and required by Unity 7.6 and higher.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n compiz-%version+%(echo %_ubuntu_rel | sed 's@-0ubuntu.@@')
|
||||
%autosetup -p1 -n compiz-%version+%(echo %_ubuntu_rel | sed -E 's@-0ubuntu.+@@')
|
||||
grep -rlZ -- '-Wall' . | xargs -0 sed -i 's/-Wall//g'
|
||||
|
||||
%build
|
||||
# The driver blacklist hack is obselete
|
||||
|
||||
Reference in New Issue
Block a user