🔒 Repository is read-only – file editing is disabled.

recipes/gui/gparted/PAGBUILD.yaml main

45 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839404142434445
pkgname: gparted
pkgver: '1.8.1'
pkgrel: '1'
pkgdesc: 'Gparted is the Gnome Partition Editor, a Gtk GUI that can create, reorganise or delete disk partitions.'
url: 'https://gparted.sourceforge.net/'
arch: x86_64
depends:
- polkit
- 'ntfs-3g'
- jfsutils
- 'btrfs-progs'
- reiserfsprogs
- xfsprogs
- dosfstools
- mtools

makedepends:
- parted
- gtkmm
- 'libsigc++'
- lvm2
- 'docbook-xsl'
- polkit
- intltool
- 'perl-xml-parser'

source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
    --disable-static \
    --enable-online-resize \
    --enable-libparted-dmraid \
    --enable-xhost-root --disable-doc

  make
  make DESTDIR=${PKGDIR} install

package: |
  true