mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-14 07:30:38 +00:00
Fix stuff
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "pantheon-session-settings.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "arphic-ukai-fonts.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "arphic-uming-fonts.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "hannom-fonts.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "kanjistrokeorders-fonts.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "mini-wakuwaku-fonts.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "seto-fonts.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "libappimage.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "marble-gtk.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -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);
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
rpm.version(gh("tectonic-typesetting/tectonic"));
|
||||
let v = gh("tectonic-typesetting/tectonic");
|
||||
v.crop(9);
|
||||
rpm.version(v);
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "anda-srpm-macros.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "electron.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "lorax.spec"
|
||||
update = ""
|
||||
enable_scm = true
|
||||
|
||||
scm_opts = {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "melody.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "muon.spec"
|
||||
update = ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user