Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / xfce4-notifyd
Commits: 37ac7ca8 by Evangelos Foutras at 2024-11-02T14:30:28+02:00 upgpkg: 0.9.6-3: ./configure in build() - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = xfce4-notifyd pkgdesc = Notification daemon for the Xfce desktop pkgver = 0.9.6 - pkgrel = 2 + pkgrel = 3 url = https://docs.xfce.org/apps/notifyd/start arch = x86_64 groups = xfce4-goodies ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=xfce4-notifyd pkgver=0.9.6 -pkgrel=2 +pkgrel=3 pkgdesc="Notification daemon for the Xfce desktop" arch=('x86_64') url="https://docs.xfce.org/apps/notifyd/start" @@ -19,14 +19,16 @@ sha256sums=('9b2923742de76258844073d9787b4b99769aac89b939029150e49ef5ac09f402') prepare() { cd $pkgname - ./autogen.sh \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-debug + NOCONFIGURE=1 ./autogen.sh } build() { cd $pkgname + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-debug \ + --enable-maintainer-mode make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notifyd/-/commit/37ac7ca8400b48056dc40d77bc749a1da4884b8e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notifyd/-/commit/37ac7ca8400b48056dc40d77bc749a1da4884b8e You're receiving this email because of your account on gitlab.archlinux.org.