mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 12:22:19 +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
|
||||
|
||||
@@ -12,7 +12,6 @@ Source: %{forgesource}
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson
|
||||
BuildRequires: cmake
|
||||
BuildRequires: vala
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
@@ -21,7 +20,6 @@ BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(libwnck-3.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
||||
BuildRequires: pkgconfig(appmenu-glib-translator)
|
||||
BuildRequires: gtk-layer-shell-devel
|
||||
|
||||
%description
|
||||
@@ -38,10 +36,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%prep
|
||||
%forgeautosetup
|
||||
|
||||
%conf
|
||||
%meson -Dwnck=enabled -Dplatforms='wayland,x11'
|
||||
|
||||
%build
|
||||
%meson -Dwnck=enabled -Dplatforms='wayland,x11'
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@@ -62,6 +58,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.valapanel.applica
|
||||
%config %{_sysconfdir}/xdg/vala-panel/
|
||||
%{_bindir}/vala-*
|
||||
%{_libdir}/libvalapanel.so.*
|
||||
%dir %{_libdir}/vala-panel
|
||||
%dir %{_libdir}/vala-panel/applets
|
||||
%{_libdir}/vala-panel/applets/*.so
|
||||
%{_datadir}/appdata/org.valapanel.application.appdata.xml
|
||||
%{_datadir}/applications/org.valapanel.application.desktop
|
||||
@@ -69,13 +67,17 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.valapanel.applica
|
||||
%{_datadir}/icons/hicolor/96x96/apps/vala-panel.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/vala-panel.svg
|
||||
%{_datadir}/man/man1/*.1.gz
|
||||
%dir %{_datadir}/vala-panel
|
||||
%dir %{_datadir}/vala-panel/applets
|
||||
%{_datadir}/vala-panel/applets/*.plugin
|
||||
%dir %{_datadir}/vala-panel/images
|
||||
%{_datadir}/vala-panel/images/background.png
|
||||
%{_libdir}/girepository-1.0/ValaPanel-*.typelib
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%dir %{_includedir}/vala-panel
|
||||
%{_includedir}/vala-panel/*.h
|
||||
%{_libdir}/libvalapanel.so
|
||||
%{_libdir}/pkgconfig/vala-panel.pc
|
||||
|
||||
@@ -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