Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / xfce4-mailwatch-plugin
Commits: afd7249d by Evangelos Foutras at 2024-11-02T14:30:01+02:00 upgpkg: 1.3.1-4: ./configure in build() - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = xfce4-mailwatch-plugin pkgdesc = Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel pkgver = 1.3.1 - pkgrel = 3 + pkgrel = 4 url = https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start arch = x86_64 groups = xfce4-goodies ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=xfce4-mailwatch-plugin pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel" arch=('x86_64') url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start" @@ -18,15 +18,16 @@ sha256sums=('a41cf1bd933df1776618e72a18974b2f9caa90f3cf0f6ba97dfedee4f1b14f70') prepare() { cd $pkgname - ./autogen.sh \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-debug + NOCONFIGURE=1 ./autogen.sh } build() { cd $pkgname + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-debug make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-mailwatch-plugin/-/commit/afd7249d1976d576985d56536e49d7e7548e85b0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-mailwatch-plugin/-/commit/afd7249d1976d576985d56536e49d7e7548e85b0 You're receiving this email because of your account on gitlab.archlinux.org.