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

Giovanni Scafora giovanni at archlinux.org
Tue Oct 21 12:42:12 UTC 2014


    Date: Tuesday, October 21, 2014 @ 14:42:12
  Author: giovanni
Revision: 225144

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

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

--------------------------------------------------+
 /PKGBUILD                                        |  122 +++++++++++++++++++++
 /gparted.install                                 |   22 +++
 /gparted_polkit                                  |   12 ++
 /org.archlinux.pkexec.gparted.policy             |   40 ++++++
 extra-i686/PKGBUILD                              |   61 ----------
 extra-i686/gparted.install                       |   11 -
 extra-i686/gparted_polkit                        |    6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD                            |   61 ----------
 extra-x86_64/gparted.install                     |   11 -
 extra-x86_64/gparted_polkit                      |    6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-i686/PKGBUILD	2014-10-21 12:42:12 UTC (rev 225144)
@@ -1,61 +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.19.1
-pkgrel=1
-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'
-            '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')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-        'org.archlinux.pkexec.gparted.policy'
-        'gparted_polkit')
-md5sums=('9aff8cef2c46e5ca4adaab43588c9e64'
-         '122ed3120c846376bead22b25f6a3b19'
-         '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-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
-  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/extra-i686/PKGBUILD (from rev 225143, gparted/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-10-21 12:42:12 UTC (rev 225144)
@@ -0,0 +1,61 @@
+# $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.20.0
+pkgrel=1
+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'
+            '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')
+install=gparted.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+        'org.archlinux.pkexec.gparted.policy'
+        'gparted_polkit')
+md5sums=('d9df57f9d4b4dbd148644774f8bbccfb'
+         '122ed3120c846376bead22b25f6a3b19'
+         '0b68a4e2bc6bc15440730ebe2d7bf9f6')
+
+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
+  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: extra-i686/gparted.install
===================================================================
--- extra-i686/gparted.install	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-i686/gparted.install	2014-10-21 12:42:12 UTC (rev 225144)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gparted/repos/extra-i686/gparted.install (from rev 225143, gparted/trunk/gparted.install)
===================================================================
--- extra-i686/gparted.install	                        (rev 0)
+++ extra-i686/gparted.install	2014-10-21 12:42:12 UTC (rev 225144)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-i686/gparted_polkit
===================================================================
--- extra-i686/gparted_polkit	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-i686/gparted_polkit	2014-10-21 12:42:12 UTC (rev 225144)
@@ -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/extra-i686/gparted_polkit (from rev 225143, gparted/trunk/gparted_polkit)
===================================================================
--- extra-i686/gparted_polkit	                        (rev 0)
+++ extra-i686/gparted_polkit	2014-10-21 12:42:12 UTC (rev 225144)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+	pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+else
+	/usr/bin/gparted "$@"
+fi

Deleted: extra-i686/org.archlinux.pkexec.gparted.policy
===================================================================
--- extra-i686/org.archlinux.pkexec.gparted.policy	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-i686/org.archlinux.pkexec.gparted.policy	2014-10-21 12:42:12 UTC (rev 225144)
@@ -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/extra-i686/org.archlinux.pkexec.gparted.policy (from rev 225143, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===================================================================
--- extra-i686/org.archlinux.pkexec.gparted.policy	                        (rev 0)
+++ extra-i686/org.archlinux.pkexec.gparted.policy	2014-10-21 12:42:12 UTC (rev 225144)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-x86_64/PKGBUILD	2014-10-21 12:42:12 UTC (rev 225144)
@@ -1,61 +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.19.1
-pkgrel=1
-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'
-            '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')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-        'org.archlinux.pkexec.gparted.policy'
-        'gparted_polkit')
-md5sums=('9aff8cef2c46e5ca4adaab43588c9e64'
-         '122ed3120c846376bead22b25f6a3b19'
-         '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-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
-  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/extra-x86_64/PKGBUILD (from rev 225143, gparted/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-10-21 12:42:12 UTC (rev 225144)
@@ -0,0 +1,61 @@
+# $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.20.0
+pkgrel=1
+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'
+            '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')
+install=gparted.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+        'org.archlinux.pkexec.gparted.policy'
+        'gparted_polkit')
+md5sums=('d9df57f9d4b4dbd148644774f8bbccfb'
+         '122ed3120c846376bead22b25f6a3b19'
+         '0b68a4e2bc6bc15440730ebe2d7bf9f6')
+
+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
+  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: extra-x86_64/gparted.install
===================================================================
--- extra-x86_64/gparted.install	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-x86_64/gparted.install	2014-10-21 12:42:12 UTC (rev 225144)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gparted/repos/extra-x86_64/gparted.install (from rev 225143, gparted/trunk/gparted.install)
===================================================================
--- extra-x86_64/gparted.install	                        (rev 0)
+++ extra-x86_64/gparted.install	2014-10-21 12:42:12 UTC (rev 225144)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/gparted_polkit
===================================================================
--- extra-x86_64/gparted_polkit	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-x86_64/gparted_polkit	2014-10-21 12:42:12 UTC (rev 225144)
@@ -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/extra-x86_64/gparted_polkit (from rev 225143, gparted/trunk/gparted_polkit)
===================================================================
--- extra-x86_64/gparted_polkit	                        (rev 0)
+++ extra-x86_64/gparted_polkit	2014-10-21 12:42:12 UTC (rev 225144)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+	pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+else
+	/usr/bin/gparted "$@"
+fi

Deleted: extra-x86_64/org.archlinux.pkexec.gparted.policy
===================================================================
--- extra-x86_64/org.archlinux.pkexec.gparted.policy	2014-10-21 12:42:01 UTC (rev 225143)
+++ extra-x86_64/org.archlinux.pkexec.gparted.policy	2014-10-21 12:42:12 UTC (rev 225144)
@@ -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/extra-x86_64/org.archlinux.pkexec.gparted.policy (from rev 225143, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===================================================================
--- extra-x86_64/org.archlinux.pkexec.gparted.policy	                        (rev 0)
+++ extra-x86_64/org.archlinux.pkexec.gparted.policy	2014-10-21 12:42:12 UTC (rev 225144)
@@ -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