mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d5f513167 | |||
| 460a377f22 | |||
| 53fc6a8800 | |||
| 307faaeca8 |
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-openasar
|
||||
Version: 0.0.133
|
||||
Version: 0.0.134
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord
|
||||
Version: 0.0.133
|
||||
Version: 0.0.134
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -33,13 +33,13 @@ for writing applications with libbismuth.
|
||||
%prep
|
||||
%autosetup -n libbismuth-%{version}
|
||||
|
||||
%build
|
||||
%conf
|
||||
%meson
|
||||
|
||||
%build
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
# Install licenses
|
||||
mkdir -p licenses
|
||||
%meson_install
|
||||
|
||||
rm -rf %{buildroot}%{_bindir}/blueprint-compiler
|
||||
|
||||
@@ -197,15 +197,15 @@ Summary: Plugin for drumsynth
|
||||
%prep
|
||||
%autosetup -p1 -n DISTRHO-Ports-%{github_release}
|
||||
|
||||
%build
|
||||
%conf
|
||||
%meson -Dbuild-vst2=true -Dbuild-vst3=true -Dbuild-lv2=true
|
||||
|
||||
%build
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
||||
|
||||
%files dexed
|
||||
%doc README.md
|
||||
%license doc/GPL.txt
|
||||
|
||||
Reference in New Issue
Block a user