Package Details: gnome-disk-utility-3.4.1 3.4.1-1

Git Clone URL: https://aur.archlinux.org/gnome-disk-utility-3.4.1.git (read-only, click to copy)
Package Base: gnome-disk-utility-3.4.1
Description: gnome disk utility 3.4.1
Upstream URL: https://gitlab.gnome.org/GNOME/gnome-disk-utility
Licenses: GPL2
Conflicts: gnome-disk-utility
Provides: gnome-disk-utility
Submitter: showipatlogon
Maintainer: showipatlogon
Last Packager: showipatlogon
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-19 15:56 (UTC)
Last Updated: 2024-02-26 14:44 (UTC)

Required by (9)

Sources (1)

Latest Comments

showipatlogon commented on 2024-02-26 14:48 (UTC)

Hi @MarsSeed. I've updated the PKGBUILD file as requested. Strangely on my end I had to add as well the line on the build code:

export CFLAGS="-Wno-error"

or it won't compile thinking the warnings should be seen as errors.

I've tested it and it's now compiling successfully.

Thank you!

showipatlogon commented on 2021-02-19 21:02 (UTC) (edited on 2021-02-19 21:05 (UTC) by showipatlogon)

Thx for the code corrections. I've edited it to your comments and pushed it. Should be all good now.

This package is for people who still uses openbox (like me) and would like to have windows decorations like gnome-2 as supposed to gnome-3. The newest version looks out of place in terms of framing inside openbox since it's really for gnome-3. I hope that make sense...

And gnome-disk-utility app icons aren't showing to my openbox-menu. But version 3.4.1 does...

yochananmarqos commented on 2021-02-19 17:34 (UTC) (edited on 2021-02-19 17:34 (UTC) by yochananmarqos)

3.4.1 was released 8 years ago, what's the point of this?

This is missing provides() and conflicts() arrays:

provides=("gnome-disk-utility=$pkgver")
conflicts=('gnome-disk-utility')

$pkgdir should not be referenced in the build() function:

build() {
  cd "${srcdir}/${pkgname}"
  ./configure --prefix=/usr --sysconfdir=/etc
  make
}

package() {
  cd "${srcdir}/${pkgname}"
  make DESTDIR="$pkgdir" install
}

See the Arch extra PKGBUILD for 3.4.1.