Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and AozoraDev committed Sep 3, 2024
1 parent 882305d commit 6ea7816
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 354 deletions.
26 changes: 13 additions & 13 deletions packagelist
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
1password-cli-bin
adapta-gtk-theme-git
adw-gtk3
adw-gtk-theme
adw-gtk3
alacritty
amfora-bin
ananicy-cpp
an-anime-game-launcher-bin
ananicy-cpp
android-studio
android-studio-canary
ani-cli-bin
Expand Down Expand Up @@ -159,11 +159,11 @@ gfn-electron-bin
ghcup-bin
gir1.2-xapp-1.0-deb
git
gitblade-deb
git-butler-deb
git-credential-manager-core-deb
git-delta-deb
git-extras-git
gitblade-deb
gitfiend-deb
github-cli-bin
github-cli-deb
Expand All @@ -176,13 +176,13 @@ glow-deb
gnome-shell-extension-installer-git
gnome-tweaks
go-bin
go-task-deb
goldberg-emulator-git
gomuks-deb
google-chrome-beta-deb
google-chrome-deb
google-chrome-unstable-deb
google-earth-pro-stable-deb
go-task-deb
goverlay
goverlay-bin
gradience
Expand Down Expand Up @@ -224,8 +224,8 @@ i3lock-color
imwheel-exclude-patched-git
insomnia-deb
insync-deb
intellij-idea-community-bin
intel-undervolt
intellij-idea-community-bin
internxt-deb
it87-dkms-git
ivpn-deb
Expand Down Expand Up @@ -348,16 +348,16 @@ notion-app-deb
notion-app-enhanced-deb
notion-git
nowpm
nu-tongues-bin
nuclear-deb
nuclei-bin
nushell-bin
nu-tongues-bin
obquit-git
obs-backgroundremoval
obs-backgroundremoval-deb
obs-backgroundremoval-git
obsidian-deb
obs-ndi-deb
obsidian-deb
oh-my-posh-git
oh-my-zsh-git
oil
Expand Down Expand Up @@ -406,9 +406,9 @@ postman-bin
powertop-git
prettier
prismlauncher-git
proton-python-client
protonmail-bridge-deb
protonplus
proton-python-client
protonup-qt-app
protonvpn-cli
protonvpn-gui
Expand Down Expand Up @@ -457,14 +457,14 @@ rosary-deb
rpcs3-app
rsbbi-git
rstudio-deb
rustdesk-deb
rust-motd-deb
rustdesk-deb
schildichat-deb
scrcpy
sed
setconf
shellcheck-bin
shell-color-scripts
shellcheck-bin
shellharden
shfmt-bin
sidequest-bin
Expand All @@ -486,12 +486,12 @@ soundux
spacecadetpinball-git
spot-client-git
spotify-client-deb
starship-bin
st-distrotube-git
st-lukesmith-git
starship-bin
steam-deb
steamtinkerlaunch-git
stellarium
st-lukesmith-git
stockfish-git
stremio-deb
sublime-merge-deb
Expand Down Expand Up @@ -529,8 +529,8 @@ torbrowser-launcher-git
torguard-deb
touchegg-deb
touchegg-git
treefetch-bin
tre-git
treefetch-bin
truckersmp-cli
ttf-fira-sans
tuner
Expand Down
12 changes: 10 additions & 2 deletions packages/mission-center/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pkgbase = mission-center
pkgver = 0.5.2
pkgrel = 1
pkgdesc = Monitor your CPU, Memory, Disk, Network and GPU usage
url = https://gitlab.com/mission-center-devs/mission-center
arch = amd64
Expand All @@ -10,12 +9,21 @@ pkgbase = mission-center
makedepends = blueprint-compiler
makedepends = cargo
makedepends = meson
makedepends = gettext
makedepends = pkg-config
makedepends = python3-pip
makedepends = python3-gi
makedepends = libdrm-dev
makedepends = libudev-dev
makedepends = libgbm-dev
makedepends = libpango1.0-dev
makedepends = libgdk-pixbuf-2.0-dev
makedepends = libgtk-4-dev
makedepends = libdbus-1-dev
makedepends = libadwaita-1-dev
checkdepends = libappstream-glib8
checkdepends = appstream-util
incompatible = debian:bookworm
incompatible = ubuntu:noble
license = GPL-3.0-or-later
source = https://gitlab.com/mission-center-devs/mission-center/-/archive/v0.5.2/mission-center-v0.5.2.tar.gz
sha256sums = 801a1468ee50281ab42a51281e2f80699480f9c0220f976619ae2f7aa21df85a
Expand Down
22 changes: 18 additions & 4 deletions packages/mission-center/mission-center.pacscript
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
pkgname="mission-center"
pkgver="0.5.2"
pkgrel="1"
pkgdesc="Monitor your CPU, Memory, Disk, Network and GPU usage"
arch=("amd64" "arm64")
url="https://gitlab.com/mission-center-devs/mission-center"
license=("GPL-3.0-or-later")
depends=("dmidecode" "libadwaita-1-0")
depends=(
"dmidecode"
"libadwaita-1-0"
)
makedepends=(
"blueprint-compiler"
"cargo"
"meson"
"gettext"
"pkg-config"
"python3-pip"
"python3-gi"
"libdrm-dev"
"libudev-dev"
"libgbm-dev"
"libpango1.0-dev"
"libgdk-pixbuf-2.0-dev"
"libgtk-4-dev"
"libdbus-1-dev"
"libadwaita-1-dev"
)
checkdepends=("libappstream-glib8")
checkdepends=("appstream-util")
source=("${url}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
sha256sums=("801a1468ee50281ab42a51281e2f80699480f9c0220f976619ae2f7aa21df85a")
incompatible=(
"debian:bookworm"
"ubuntu:noble"
)
external_connection=true

prepare() {
cd "${pkgname}-v${pkgver}"
Expand All @@ -30,7 +44,7 @@ build() {
cd "${pkgname}-v${pkgver}"
CFLAGS+=" -ffat-lto-objects"
export RUSTUP_TOOLCHAIN=stable

meson setup build -Dbuildtype=release
ninja -C build -j"${NCPU}"
}
Expand Down
Loading

0 comments on commit 6ea7816

Please sign in to comment.