* update xfdesktop to 4.18.1-4
This commit is contained in:
parent
aa48ae06e5
commit
c1c73c814f
@ -1,7 +1,7 @@
|
|||||||
pkgbase = xfdesktop
|
pkgbase = xfdesktop
|
||||||
pkgdesc = Xfce's desktop manager
|
pkgdesc = Xfce's desktop manager
|
||||||
pkgver = 4.18.1
|
pkgver = 4.18.1
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://docs.xfce.org/xfce/xfdesktop/start
|
url = https://docs.xfce.org/xfce/xfdesktop/start
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
pkgname=xfdesktop
|
pkgname=xfdesktop
|
||||||
pkgver=4.18.1
|
pkgver=4.18.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Xfce's desktop manager"
|
pkgdesc="Xfce's desktop manager"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://docs.xfce.org/xfce/xfdesktop/start"
|
url="https://docs.xfce.org/xfce/xfdesktop/start"
|
||||||
@ -18,16 +18,18 @@ sha256sums=('a67cae83863dc61fa994282fdf84f42abbcf2d727d41ae67f5bcb5282beeb516')
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
./autogen.sh \
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--enable-thunarx \
|
|
||||||
--enable-notifications \
|
|
||||||
--disable-debug
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--enable-thunarx \
|
||||||
|
--enable-notifications \
|
||||||
|
--disable-debug \
|
||||||
|
--enable-maintainer-mode
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user