summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZetta1 Reid02023-09-14 17:20:04 +0300
committerZetta1 Reid02023-09-14 17:20:04 +0300
commitc76c2fe17c1ca49da34f93878cf07239cb8a7347 (patch)
treecb21a4347ebfa0fa0aa04710e4c1d683e5f2f25b /PKGBUILD
parent3414c3000c0bfd070136fca457d4e0eeef8f99a1 (diff)
downloadaur-xfdesktop-nothunar.tar.gz
thunar is not needed for desktop icons
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d09ca82e1366..330cc7b2d16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ provides=('xfdesktop')
conflicts=('xfdesktop')
_pkgname=xfdesktop
pkgver=4.18.1
-pkgrel=1
+pkgrel=22
pkgdesc="Xfce's desktop manager (Thunar Disabled)"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfdesktop/start"
@@ -13,7 +13,8 @@ license=('GPL2')
groups=('xfce4')
depends=('libxfce4ui' 'libwnck3' 'exo' 'garcon' 'hicolor-icon-theme')
makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/xfdesktop/${pkgver%.*}/xfdesktop-$pkgver.tar.bz2)
+source=(https://archive.xfce.org/src/xfce/xfdesktop/${pkgver%.*}/xfdesktop-$pkgver.tar.bz2
+ )
sha256sums=('ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756')
build() {
@@ -23,8 +24,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--enable-notifications \
- --disable-debug \
- --disable-desktop-icons
+ --disable-debug
make
}