Skip to content

Commit

Permalink
Merge branch 'master' into tela-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored Sep 8, 2023
2 parents 0f5b304 + 791a409 commit 8430029
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 7 deletions.
2 changes: 2 additions & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ opera-beta-deb
opera-deb
opera-developer-deb
os-installer-git
owofetch
pacget-git
paconvert-git
pacstall-gui-git
Expand Down Expand Up @@ -447,6 +448,7 @@ xapps-common-deb
xfce4-deb
xfce4-settings-pine-git
xmind-vana-deb
xonotic
yabridge
yad
yafetch-git
Expand Down
2 changes: 1 addition & 1 deletion packages/libcamera-git/libcamera-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ "$(lsb_release -cs)" == "focal" ]]; then
else
MESON="meson"
fi
makedepends=("build-essential" "${MESON}" "ninja-build" "pkg-config" "libyaml-dev" "python3-yaml" "python3-ply" "python3-jinja2" "libssl-dev" "openssl" "libdw-dev" "libunwind-dev" "libudev-dev" "python3-sphinx" "doxygen" "graphviz" "texlive-latex-extra" "libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev" "libdrm-dev" "libjpeg-dev" "libsdl2-dev" "libexif-dev" "qtbase5-dev" "libqt5core5a" "libqt5gui5" "libqt5widgets5" "qttools5-dev-tools" "libtiff-dev" "liblttng-ust-dev" "python3-jinja2" "lttng-tools")
makedepends=("build-essential" "ninja-build" "pkg-config" "libyaml-dev" "python3-yaml" "python3-ply" "python3-jinja2" "libssl-dev" "openssl" "libdw-dev" "libunwind-dev" "libudev-dev" "python3-sphinx" "doxygen" "graphviz" "texlive-latex-extra" "libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev" "libdrm-dev" "libjpeg-dev" "libsdl2-dev" "libexif-dev" "qtbase5-dev" "libqt5core5a" "libqt5gui5" "libqt5widgets5" "qttools5-dev-tools" "libtiff-dev" "liblttng-ust-dev" "python3-jinja2" "lttng-tools")
if [[ -n "${MESON}" ]]; then
makedepends+=("${MESON}")
fi
Expand Down
1 change: 1 addition & 0 deletions packages/lutris-deb/lutris-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pkgver="0.5.13"
gives="lutris"
repology=("project: lutris")
url="https://github.com/lutris/lutris/releases/download/v${pkgver}/lutris_${pkgver}_all.deb"
depends=("python3-gi-cairo")
pkgdesc="open source gaming platform"
hash="03b30cf80f048b5a71c80b63ba2b7145676cca4ed39a0d0f90b90bed865b3236"
maintainer="Oren Klopfer <[email protected]>"
4 changes: 2 additions & 2 deletions packages/neovim-app/neovim-app.pacscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="neovim-app"
gives="neovim"
replace=("nvim" "neovim-runtime" "neovim-deb")
pkgver="0.9.1"
pkgver="0.9.2"
makedepends=("libfuse2")
depends=("libfuse2")
url="https://github.com/neovim/neovim/releases/download/v${pkgver}/nvim.appimage"
homepage='https://neovim.io/'
hash="262892176e21da0902c4f0b1e027d54d21b4bcae6b0397afccd8a81b476c3055"
hash="61950131e18157ab9c7f14131a3dda0aa81f8e4fb47994bf6d8b418d9be6e3c0"
pkgdesc="Vim fork maintained by the community"
repology=("project: neovim")
maintainer="Elsie19 <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions packages/neovim/neovim.pacscript
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name="neovim"
pkgver="0.9.1"
pkgver="0.9.2"
url="https://github.com/neovim/neovim/archive/refs/tags/v${pkgver}.tar.gz"
homepage='https://neovim.io/'
makedepends=("gettext" "libtool" "libtool-bin" "autoconf" "automake" "cmake" "g++" "pkg-config")
replace=("neovim" "nvim" "neovim-runtime")
pkgdesc="Neovim is a vim fork maintained by the community"
hash="8db17c2a1f4776dcda00e59489ea0d98ba82f7d1a8ea03281d640e58d8a3a00e"
hash="06b8518bad4237a28a67a4fbc16ec32581f35f216b27f4c98347acee7f5fb369"
maintainer="Elsie19 <[email protected]>"
repology=("project: ${name}")

Expand Down
17 changes: 17 additions & 0 deletions packages/owofetch/owofetch.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name="owofetch"
pkgname="owofetch"
pkgver="0.3.1"
gives="owofetch"
pkgdesc="OwO~"
url="https://github.com/netthier/owofetch-rs/archive/refs/tags/v${pkgver}.zip"
hash="c4f8cd96751ceb932d75b98ad38c19ce5b3aad0aa274aeb5eb11e0aa89a6bd13"
breaks=("owofetch-git")
arch=('any')
makedepends=("cargo")
maintainer="Herisson <[email protected]>"
repology=("project: owofetch")

package() {
cargo build -j"${NCPU}" --release --locked
sudo install -Dm755 ./target/release/owofetch "${pkgdir}/usr/bin/${pkgname}"
}
4 changes: 2 additions & 2 deletions packages/tabby-deb/tabby-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gives="tabby-terminal"
breaks=("tabby" "tabby-app")
pkgver="1.0.197"
pkgdesc="A terminal for the modern age"
hash="ceb5ac71f84f3908f4271d9ed70e479f8e3abcc186bb3afada7d35a8e8dd118d"
maintainer="AloneER0 <aloneer0@outlook.com>"
hash="aa1cc7936d80d8eb1bc0a50f55abb5120d1172877ffbe7bb2548d30f4c799fe5"
maintainer="Herisson <spaceguybox@outlook.com>"
url="https://github.com/Eugeny/tabby/releases/download/v${pkgver}/tabby-${pkgver}-linux-x64.deb"
repology=("project: ${gives}")
33 changes: 33 additions & 0 deletions packages/xonotic/xonotic.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name="xonotic"
pkgname="xonotic"
pkgver="0.8.6"
gives="xonotic"
pkgdesc="The Free and Fast Arena Shooter"
homepage='https://xonotic.org/'
url="https://dl.unvanquished.net/share/xonotic/release/xonotic-${pkgver}.zip"
hash="50850f8d800e7499722f6ea61e478e96464a375494b5a24da93aa0598cbe964d"
breaks=("xonotic-git")
arch=('amd64')
maintainer="Herisson <[email protected]>"
repology=("project: xonotic")

package() {
sudo install -Dm755 "xonotic-linux64-sdl" "${pkgdir}/usr/bin/${pkgname}-sdl"
sudo install -Dm755 "xonotic-linux64-glx" "${pkgdir}/usr/bin/${pkgname}-glx"
sudo mkdir -p "${pkgdir}/usr/share/applications/"
sudo mkdir -p "${pkgdir}/usr/share/xonotic"
sudo cp -r ./* "${pkgdir}/usr/share/xonotic"
echo "[Desktop Entry]
Type=Application
Version=0.8.6
Name=Xonotic
Comment=Multiplayer, deathmatch oriented first person shooter
Comment[de]=Deathmatch- und Mehrspieler-orientierter Ego-Shooter
Comment[fr]=Jeu de tir à la première personne multijoueur
Icon=xonotic
Exec=xonotic-sdl -basedir /usr/share/xonotic/
Terminal=false
PrefersNonDefaultGPU=true
StartupNotify=false
Categories=Game;ActionGame;" | sudo tee "${pkgdir}/usr/share/applications/xonotic.desktop" > /dev/null
}

0 comments on commit 8430029

Please sign in to comment.