Skip to content
Snippets Groups Projects
Verified Commit 4414cc66 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

upgpkg: 4.18.1-4: ./configure in build()

parent 82182510
No related branches found
No related tags found
No related merge requests found
pkgbase = xfdesktop
pkgdesc = Xfce's desktop manager
pkgver = 4.18.1
pkgrel = 3
pkgrel = 4
url = https://docs.xfce.org/xfce/xfdesktop/start
arch = x86_64
groups = xfce4
......
......@@ -4,7 +4,7 @@
pkgname=xfdesktop
pkgver=4.18.1
pkgrel=3
pkgrel=4
pkgdesc="Xfce's desktop manager"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfdesktop/start"
......@@ -17,16 +17,18 @@ sha256sums=('a67cae83863dc61fa994282fdf84f42abbcf2d727d41ae67f5bcb5282beeb516')
prepare() {
cd $pkgname
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--enable-thunarx \
--enable-notifications \
--disable-debug
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-thunarx \
--enable-notifications \
--disable-debug \
--enable-maintainer-mode
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment