Fix stuff

This commit is contained in:
windowsboy111
2022-12-06 21:42:52 +08:00
parent 299a7f3807
commit 496f2a6d08
19 changed files with 9 additions and 71 deletions
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "pantheon-session-settings.spec"
update = ""
}
}
+2 -2
View File
@@ -1,3 +1,3 @@
let html = get("https://discordapp.com/api/download/canary?platform=linux&format=tar.gz");
let newver = str(find("https://dl-canary\.discordapp\.net/apps/linux/([\.\d]+)/", html, 1) @ 0);
rpm.version(newver);
let newver = find("https://dl-canary\\.discordapp\\.net/apps/linux/([\\.\\d]+)/", html, 1);
rpm.version(newver);
+2 -2
View File
@@ -1,3 +1,3 @@
let html = get("https://discordapp.com/api/download/ptb?platform=linux&format=tar.gz");
let newver = str(find("https://dl-ptb\.discordapp\.net/apps/linux/([\.\d]+)/", html, 1) @ 0);
rpm.version(newver);
let newver = find("https://dl-ptb\\.discordapp\\.net/apps/linux/([\\.\\d]+)/", html, 1);
rpm.version(newver);
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "arphic-ukai-fonts.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "arphic-uming-fonts.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "hannom-fonts.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "kanjistrokeorders-fonts.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "mini-wakuwaku-fonts.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "seto-fonts.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "libappimage.spec"
update = ""
}
}
-6
View File
@@ -1,6 +0,0 @@
project "pkg" {
rpm {
spec = "marble-gtk.spec"
update = ""
}
}
-46
View File
@@ -1,46 +0,0 @@
# This is the dumbest thing ever
# Why make a library with the same name as another library gosh
%global commit 6dcc6fefa35f0151b0549c01bd774750fe6bdef8
Name: marble-gtk
Version: 42.alpha0
# No idea how they name the version
Release: %autorelease
Summary: My GTK library
License: GPLv3
URL: https://gitlab.gnome.org/raggesilver/marble
BuildRequires: vala meson >= 0.50.0 pkgconfig(gtk4)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24
BuildRequires: pkgconfig(gio-2.0) >= 2.50
Source0: %{url}/-/archive/%{commit}/marble-%{commit}.tar.gz
%description
%summary.
Just as Elementary has Granite I have Marble, my collection of useful functions
and reusable widgets.
# duh...
%prep
%autosetup -n marble-%{commit}
%build
%meson
%meson_build
%install
%meson_install
%files
%doc README.md
%license COPYING
/usr/include/marble.h
/usr/lib/debug/usr/lib64/libmarble.so*
/usr/lib64/girepository-1.0/Marble-*.typelib
/usr/lib64/libmarble.so*
/usr/lib64/pkgconfig/marble.pc
/usr/share/gir-1.0/Marble-*.gir
/usr/share/vala/vapi/marble.*
%changelog
* Sat Oct 29 2022 windowsboy111 <windowsboy111@fyralabs.com>
- Initial package
+2 -1
View File
@@ -1,3 +1,4 @@
let txt = get("https://gitlab.gnome.org/api/v4/projects/20397/releases/");
let ver = json(txt).get_json(0).get_json("tag_name").string_json()[1:];
let ver = str(json(txt) @ 0 @ "tag_name");
ver.crop(1);
rpm.version(ver);
+3 -1
View File
@@ -1 +1,3 @@
rpm.version(gh("tectonic-typesetting/tectonic"));
let v = gh("tectonic-typesetting/tectonic");
v.crop(9);
rpm.version(v);
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "anda-srpm-macros.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "electron.spec"
update = ""
}
}
-1
View File
@@ -1,7 +1,6 @@
project "pkg" {
rpm {
spec = "lorax.spec"
update = ""
enable_scm = true
scm_opts = {
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "melody.spec"
update = ""
}
}
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "muon.spec"
update = ""
}
}