mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-14 15:40:44 +00:00
Compare commits
2 Commits
owen/lazyssh
...
frawhide
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b93a56ba7 | |||
| 64b91fb190 |
@@ -1,6 +1,6 @@
|
|||||||
Name: plasma6-applet-appgrid
|
Name: plasma6-applet-appgrid
|
||||||
Version: 1.8.5
|
Version: 1.9.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern fullscreen application launcher for KDE Plasma
|
Summary: A modern fullscreen application launcher for KDE Plasma
|
||||||
# Main code: GPL-2.0-or-later
|
# Main code: GPL-2.0-or-later
|
||||||
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
||||||
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||||
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||||
%global commit 4f321eb31958df9604fe302aa5509327108b200e
|
%global commit 0fda2dd60f2293750cc9cae210c4fdf703f2e716
|
||||||
%global ver 0.0.41-19466
|
%global ver 0.0.41-19467
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
version=0.17.0-dev.836+e357134f0
|
version=0.17.0-dev.857+2b2b85c5f
|
||||||
|
|
||||||
mirrors=()
|
mirrors=()
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%define llvm_compat 22
|
%define llvm_compat 22
|
||||||
%endif
|
%endif
|
||||||
%global llvm_version 22.0.0
|
%global llvm_version 22.0.0
|
||||||
%global ver 0.17.0-dev.836+e357134f0
|
%global ver 0.17.0-dev.857+2b2b85c5f
|
||||||
%bcond bootstrap 1
|
%bcond bootstrap 1
|
||||||
%bcond docs %{without bootstrap}
|
%bcond docs %{without bootstrap}
|
||||||
%bcond test 1
|
%bcond test 1
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libayatana-appindicator-glib
|
Name: libayatana-appindicator-glib
|
||||||
Summary: Ayatana Application Indicators Shared Library
|
Summary: Ayatana Application Indicators Shared Library
|
||||||
Version: 2.0.2
|
Version: 2.0.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Packager: veuxit <erroor234@gmail.com>
|
Packager: veuxit <erroor234@gmail.com>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%global pkg_name kmonad
|
%global pkg_name kmonad
|
||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: 0.4.4
|
Version: 0.4.5
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: An advanced keyboard manager
|
Summary: An advanced keyboard manager
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
print(hackage("kmonad"));
|
rpm.version(hackage("kmonad"));
|
||||||
|
|||||||
Reference in New Issue
Block a user