[arch-commits] Commit in gparted/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon May 3 19:24:27 UTC 2021
Date: Monday, May 3, 2021 @ 19:24:27
Author: eworm
Revision: 414281
archrelease: copy trunk to testing-x86_64
Added:
gparted/repos/testing-x86_64/PKGBUILD
(from rev 414280, gparted/trunk/PKGBUILD)
Deleted:
gparted/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 103 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-03 19:24:25 UTC (rev 414280)
+++ PKGBUILD 2021-05-03 19:24:27 UTC (rev 414281)
@@ -1,52 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gparted
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('x86_64')
-url="http://gparted.sourceforge.net"
-license=('GPL')
-depends=('parted' 'gtkmm3' 'xorg-xhost')
-makedepends=('intltool' 'itstool' 'pkg-config' 'yelp-tools' 'polkit')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
- 'jfsutils: for jfs partitions'
- 'f2fs-tools: for Flash-Friendly File System'
- 'btrfs-progs: for btrfs partitions'
- 'exfatprogs: 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 <gedakc at gmail.com>"
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('8dc180245dd9ea45e6e2f4bc69512f187e08be7f799c98a825a0b04c161cbd2a'
- '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 414280, gparted/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-03 19:24:27 UTC (rev 414281)
@@ -0,0 +1,51 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gparted
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='A Partition Magic clone, frontend to GNU Parted'
+arch=('x86_64')
+url='https://gparted.org/'
+license=('GPL')
+depends=('parted' 'gtkmm3' 'xorg-xhost')
+makedepends=('intltool' 'itstool' 'pkg-config' 'yelp-tools' 'polkit')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+ 'jfsutils: for jfs partitions'
+ 'f2fs-tools: for Flash-Friendly File System'
+ 'btrfs-progs: for btrfs partitions'
+ 'exfatprogs: 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 <gedakc at gmail.com>"
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('8dc180245dd9ea45e6e2f4bc69512f187e08be7f799c98a825a0b04c161cbd2a'
+ '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
+}
More information about the arch-commits
mailing list