Skip to content

Commit

Permalink
Restart
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg committed Dec 23, 2024
1 parent 58cda61 commit a5bb213
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/workspace
/workspace/StratOS-repo/PKGBUILDS/calamares/*.tar.gz
/workspace/StratOS-repo/PKGBUILDS/calamares/src
/workspace/StratOS-repo/PKGBUILDS/calamares/pkg
/workspace/StratOS-repo/PKGBUILDS/calamares/pkg
elkowar.gpg
web-flow.gpg
42 changes: 42 additions & 0 deletions PKGBUILDS/mu/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Maintainer: Marcel Röthke <marcel@roethke.info>
# Contributor: Pierre Neidhardt <ambrevar@gmail.com>
# Contributor: csllbr; Popsch <popsch@gmx.net>

pkgname=mu
pkgver=1.12.8
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64" "armv7h")
url="http://www.djcbsoftware.nl/code/mu"
license=("GPL-3.0-or-later")
depends=("gmime3" "xapian-core" "readline" "glib2")
makedepends=("meson")
optdepends=("emacs: mu4e support")
source=("https://github.com/djcb/mu/releases/download/v${pkgver}/mu-${pkgver}.tar.xz")
sha256sums=('6c7d43e95ad228990defe5dfd61101aa7a7217d631add303cce1fb29f7a204d0')

prepare() {
cd "$pkgname-$pkgver"
arch-meson \
-Dc_args="${CFLAGS}" \
-Dcpp_args="${CFLAGS}" \
-Dc_link_args="${LDFLAGS}" \
-Dcpp_link_args="${LDFLAGS}" \
-Dguile=disabled \
-Dreadline=enabled \
-Dcld2=disabled \
build


}


build() {
cd "$pkgname-$pkgver"
ninja -C build
}

package() {
cd "$pkgname-$pkgver"
DESTDIR="${pkgdir}" meson install -C build
}
4 changes: 2 additions & 2 deletions PKGBUILDS/stratos-keyring/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Maintainer: ZeStig <o0vckutt@duck.com>

pkgname=stratos-keyring
pkgver=20240819
pkgver=20241223
pkgrel=1
pkgdesc="StratOS keyring"
arch=(any)
url="https://stratos-linux.github.io"
url="https://stratos-linux.github.org"
license=('GPL-3.0-or-later')
install=$pkgname.install
source=("stratos.gpg"
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ build_and_package() {
# "gruvbox-plus-icon-theme-git"
# "libadwaita-without-adwaita-git"
# "mkinitcpio-openswap"
"mu" # TODO find a way to not pull in Emacs as a dependency
# "nwg-clipman"
"nwg-dock-hyprland-bin"
# "octopi"
Expand Down

0 comments on commit a5bb213

Please sign in to comment.