🔒 Repository is read-only – file editing is disabled.

recipes/gui/balsa/PAGBUILD.yaml main

58 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
pkgname: balsa
pkgver: '2.6.5'
pkgrel: '4'
pkgdesc: 'The Balsa package contains a GNOME based mail client.'
url: 'https://pawsa.fedorapeople.org/balsa/'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- aspell
- enchant
- gmime3
- rarian
- pcre
- gtksourceview4
- libnotify
- kerberos
- openldap
- openssl
- sqlite
- 'webkit2gtk-4'
- procmail
- gpgme
- libical

source:
- 'https://gitlab.gnome.org/GNOME/balsa/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
- 'libical-4.patch'

sha256sums:
- SKIP
- SKIP

build: |
  cd ${pkgname}-${pkgver}
   # Don't try to run gtk-update-icon-cache during packaging
    sed -i 's/gtk_update_icon_cache_program.found()/false/' images/meson.build

   patch -Np1 -i ../libical-4.patch

  mkdir build
   cd    build

        meson setup .. \
              --prefix=/usr     \
              --buildtype=release \
              -D gtksourceview=true

  ninja

  DESTDIR=${PKGDIR} ninja install

  install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true