Date: Thursday, October 12, 2017 @ 20:16:54 Author: eworm Revision: 307799
archrelease: copy trunk to testing-i686, testing-x86_64 Added: gparted/repos/testing-i686/ gparted/repos/testing-i686/PKGBUILD (from rev 307798, gparted/trunk/PKGBUILD) gparted/repos/testing-x86_64/ gparted/repos/testing-x86_64/PKGBUILD (from rev 307798, gparted/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 53 ++++++++++++++++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) Copied: gparted/repos/testing-i686/PKGBUILD (from rev 307798, gparted/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-10-12 20:16:54 UTC (rev 307799) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Andrew Simmons <andrew.simm...@gmail.com> +# Contributor: György Balló <ball...@freestart.hu> + +pkgname=gparted +pkgver=0.30.0 +pkgrel=3 +pkgdesc="A Partition Magic clone, frontend to GNU Parted" +arch=('i686' 'x86_64') +url="http://gparted.sourceforge.net" +license=('GPL') +depends=('parted' 'gtkmm') +makedepends=('intltool' 'pkg-config' 'gnome-doc-utils' 'polkit') +optdepends=('dosfstools: for FAT16 and FAT32 partitions' + 'jfsutils: for jfs partitions' + 'f2fs-tools: for Flash-Friendly File System' + 'btrfs-progs: for btrfs partitions' + 'exfat-utils: for exFAT partitions' + 'ntfs-3g: for ntfs partitions' + 'reiserfsprogs: for reiser partitions' + 'udftools: for UDF file system support' + 'xfsprogs: for xfs partitions' + 'nilfs-utils: for nilfs2 support' + 'polkit: to run gparted from application menu' + 'gpart: for recovering corrupt partition tables' + 'mtools: utilities to access MS-DOS disks') +validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak <ged...@gmail.com>" +source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}) +sha256sums=('d31193effe058bdaeb2a4cd4b514ec753191179a0bc3abefda68a2b7975ecf4a' + 'SKIP') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --enable-online-resize \ + --enable-libparted-dmraid \ + --enable-xhost-root + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # Install policy file + install -D -m0644 org.gnome.gparted.policy \ + "${pkgdir}"/usr/share/polkit-1/actions/org.gnome.gparted.policy + +} Copied: gparted/repos/testing-x86_64/PKGBUILD (from rev 307798, gparted/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2017-10-12 20:16:54 UTC (rev 307799) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Andrew Simmons <andrew.simm...@gmail.com> +# Contributor: György Balló <ball...@freestart.hu> + +pkgname=gparted +pkgver=0.30.0 +pkgrel=3 +pkgdesc="A Partition Magic clone, frontend to GNU Parted" +arch=('i686' 'x86_64') +url="http://gparted.sourceforge.net" +license=('GPL') +depends=('parted' 'gtkmm') +makedepends=('intltool' 'pkg-config' 'gnome-doc-utils' 'polkit') +optdepends=('dosfstools: for FAT16 and FAT32 partitions' + 'jfsutils: for jfs partitions' + 'f2fs-tools: for Flash-Friendly File System' + 'btrfs-progs: for btrfs partitions' + 'exfat-utils: for exFAT partitions' + 'ntfs-3g: for ntfs partitions' + 'reiserfsprogs: for reiser partitions' + 'udftools: for UDF file system support' + 'xfsprogs: for xfs partitions' + 'nilfs-utils: for nilfs2 support' + 'polkit: to run gparted from application menu' + 'gpart: for recovering corrupt partition tables' + 'mtools: utilities to access MS-DOS disks') +validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak <ged...@gmail.com>" +source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}) +sha256sums=('d31193effe058bdaeb2a4cd4b514ec753191179a0bc3abefda68a2b7975ecf4a' + 'SKIP') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --enable-online-resize \ + --enable-libparted-dmraid \ + --enable-xhost-root + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # Install policy file + install -D -m0644 org.gnome.gparted.policy \ + "${pkgdir}"/usr/share/polkit-1/actions/org.gnome.gparted.policy + +}