[arch-commits] Commit in gparted/repos (12 files)

Christian Hesse eworm at archlinux.org
Mon Aug 7 20:07:46 UTC 2017


    Date: Monday, August 7, 2017 @ 20:07:45
  Author: eworm
Revision: 301754

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gparted/repos/testing-i686/PKGBUILD
    (from rev 301753, gparted/trunk/PKGBUILD)
  gparted/repos/testing-i686/gparted_polkit
    (from rev 301753, gparted/trunk/gparted_polkit)
  gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy
    (from rev 301753, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/testing-x86_64/PKGBUILD
    (from rev 301753, gparted/trunk/PKGBUILD)
  gparted/repos/testing-x86_64/gparted_polkit
    (from rev 301753, gparted/trunk/gparted_polkit)
  gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy
    (from rev 301753, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/testing-i686/PKGBUILD
  gparted/repos/testing-i686/gparted_polkit
  gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/testing-x86_64/PKGBUILD
  gparted/repos/testing-x86_64/gparted_polkit
  gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy

----------------------------------------------------+
 /PKGBUILD                                          |  130 +++++++++++++++++++
 /gparted_polkit                                    |   12 +
 /org.archlinux.pkexec.gparted.policy               |   40 +++++
 testing-i686/PKGBUILD                              |   65 ---------
 testing-i686/gparted_polkit                        |    6 
 testing-i686/org.archlinux.pkexec.gparted.policy   |   20 --
 testing-x86_64/PKGBUILD                            |   65 ---------
 testing-x86_64/gparted_polkit                      |    6 
 testing-x86_64/org.archlinux.pkexec.gparted.policy |   20 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-08-07 20:06:38 UTC (rev 301753)
+++ testing-i686/PKGBUILD	2017-08-07 20:07:45 UTC (rev 301754)
@@ -1,65 +0,0 @@
-# $Id$
-# 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=0.29.0
-pkgrel=2
-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')
-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 directly from 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}
-        'org.archlinux.pkexec.gparted.policy'
-        'gparted_polkit')
-sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
-            'SKIP'
-            'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
-            '7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit %f:g" gparted.desktop.in.in
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin \
-              --enable-online-resize \
-              --enable-libparted-dmraid
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
-                 "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
-  # Install launcher script
-  install -m755 "${srcdir}/gparted_polkit" \
-                "${pkgdir}/usr/bin/gparted_polkit"
-}

Copied: gparted/repos/testing-i686/PKGBUILD (from rev 301753, gparted/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-08-07 20:07:45 UTC (rev 301754)
@@ -0,0 +1,65 @@
+# $Id$
+# 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=0.29.0
+pkgrel=2
+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')
+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 directly from 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}
+        'org.archlinux.pkexec.gparted.policy'
+        'gparted_polkit')
+sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
+            'SKIP'
+            'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
+            '7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit %f:g" gparted.desktop.in.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin \
+              --enable-online-resize \
+              --enable-libparted-dmraid
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install policy file
+  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
+                 "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
+
+  # Install launcher script
+  install -m755 "${srcdir}/gparted_polkit" \
+                "${pkgdir}/usr/bin/gparted_polkit"
+}

Deleted: testing-i686/gparted_polkit
===================================================================
--- testing-i686/gparted_polkit	2017-08-07 20:06:38 UTC (rev 301753)
+++ testing-i686/gparted_polkit	2017-08-07 20:07:45 UTC (rev 301754)
@@ -1,6 +0,0 @@
-#!/bin/bash
-if [ $(which pkexec) ]; then
-	pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
-else
-	/usr/bin/gparted "$@"
-fi

Copied: gparted/repos/testing-i686/gparted_polkit (from rev 301753, gparted/trunk/gparted_polkit)
===================================================================
--- testing-i686/gparted_polkit	                        (rev 0)
+++ testing-i686/gparted_polkit	2017-08-07 20:07:45 UTC (rev 301754)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+	pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+else
+	/usr/bin/gparted "$@"
+fi

Deleted: testing-i686/org.archlinux.pkexec.gparted.policy
===================================================================
--- testing-i686/org.archlinux.pkexec.gparted.policy	2017-08-07 20:06:38 UTC (rev 301753)
+++ testing-i686/org.archlinux.pkexec.gparted.policy	2017-08-07 20:07:45 UTC (rev 301754)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
- "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-<policyconfig>
-
-  <action id="org.archlinux.pkexec.gparted">
-    <message>Authentication is required to run the GParted Partition Editor</message>
-    <icon_name>gparted</icon_name>
-    <defaults>
-      <allow_any>auth_admin</allow_any>
-      <allow_inactive>auth_admin</allow_inactive>
-      <allow_active>auth_admin</allow_active>
-    </defaults>
-    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gparted</annotate>
-    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
-  </action>
-
-</policyconfig>
-

Copied: gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy (from rev 301753, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===================================================================
--- testing-i686/org.archlinux.pkexec.gparted.policy	                        (rev 0)
+++ testing-i686/org.archlinux.pkexec.gparted.policy	2017-08-07 20:07:45 UTC (rev 301754)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+<policyconfig>
+
+  <action id="org.archlinux.pkexec.gparted">
+    <message>Authentication is required to run the GParted Partition Editor</message>
+    <icon_name>gparted</icon_name>
+    <defaults>
+      <allow_any>auth_admin</allow_any>
+      <allow_inactive>auth_admin</allow_inactive>
+      <allow_active>auth_admin</allow_active>
+    </defaults>
+    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gparted</annotate>
+    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+  </action>
+
+</policyconfig>
+

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-08-07 20:06:38 UTC (rev 301753)
+++ testing-x86_64/PKGBUILD	2017-08-07 20:07:45 UTC (rev 301754)
@@ -1,65 +0,0 @@
-# $Id$
-# 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=0.29.0
-pkgrel=2
-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')
-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 directly from 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}
-        'org.archlinux.pkexec.gparted.policy'
-        'gparted_polkit')
-sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
-            'SKIP'
-            'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
-            '7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit %f:g" gparted.desktop.in.in
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin \
-              --enable-online-resize \
-              --enable-libparted-dmraid
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
-                 "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
-  # Install launcher script
-  install -m755 "${srcdir}/gparted_polkit" \
-                "${pkgdir}/usr/bin/gparted_polkit"
-}

Copied: gparted/repos/testing-x86_64/PKGBUILD (from rev 301753, gparted/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-08-07 20:07:45 UTC (rev 301754)
@@ -0,0 +1,65 @@
+# $Id$
+# 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=0.29.0
+pkgrel=2
+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')
+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 directly from 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}
+        'org.archlinux.pkexec.gparted.policy'
+        'gparted_polkit')
+sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
+            'SKIP'
+            'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
+            '7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit %f:g" gparted.desktop.in.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin \
+              --enable-online-resize \
+              --enable-libparted-dmraid
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install policy file
+  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
+                 "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
+
+  # Install launcher script
+  install -m755 "${srcdir}/gparted_polkit" \
+                "${pkgdir}/usr/bin/gparted_polkit"
+}

Deleted: testing-x86_64/gparted_polkit
===================================================================
--- testing-x86_64/gparted_polkit	2017-08-07 20:06:38 UTC (rev 301753)
+++ testing-x86_64/gparted_polkit	2017-08-07 20:07:45 UTC (rev 301754)
@@ -1,6 +0,0 @@
-#!/bin/bash
-if [ $(which pkexec) ]; then
-	pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
-else
-	/usr/bin/gparted "$@"
-fi

Copied: gparted/repos/testing-x86_64/gparted_polkit (from rev 301753, gparted/trunk/gparted_polkit)
===================================================================
--- testing-x86_64/gparted_polkit	                        (rev 0)
+++ testing-x86_64/gparted_polkit	2017-08-07 20:07:45 UTC (rev 301754)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+	pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+else
+	/usr/bin/gparted "$@"
+fi

Deleted: testing-x86_64/org.archlinux.pkexec.gparted.policy
===================================================================
--- testing-x86_64/org.archlinux.pkexec.gparted.policy	2017-08-07 20:06:38 UTC (rev 301753)
+++ testing-x86_64/org.archlinux.pkexec.gparted.policy	2017-08-07 20:07:45 UTC (rev 301754)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
- "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-<policyconfig>
-
-  <action id="org.archlinux.pkexec.gparted">
-    <message>Authentication is required to run the GParted Partition Editor</message>
-    <icon_name>gparted</icon_name>
-    <defaults>
-      <allow_any>auth_admin</allow_any>
-      <allow_inactive>auth_admin</allow_inactive>
-      <allow_active>auth_admin</allow_active>
-    </defaults>
-    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gparted</annotate>
-    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
-  </action>
-
-</policyconfig>
-

Copied: gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy (from rev 301753, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===================================================================
--- testing-x86_64/org.archlinux.pkexec.gparted.policy	                        (rev 0)
+++ testing-x86_64/org.archlinux.pkexec.gparted.policy	2017-08-07 20:07:45 UTC (rev 301754)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
+<policyconfig>
+
+  <action id="org.archlinux.pkexec.gparted">
+    <message>Authentication is required to run the GParted Partition Editor</message>
+    <icon_name>gparted</icon_name>
+    <defaults>
+      <allow_any>auth_admin</allow_any>
+      <allow_inactive>auth_admin</allow_inactive>
+      <allow_active>auth_admin</allow_active>
+    </defaults>
+    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gparted</annotate>
+    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
+  </action>
+
+</policyconfig>
+



More information about the arch-commits mailing list