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

2015-08-04 Thread Giovanni Scafora
Date: Tuesday, August 4, 2015 @ 09:02:23
  Author: giovanni
Revision: 243012

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 243011, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 243011, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 243011, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 243011, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 243011, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 243011, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 243011, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 243011, 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|  126 +
 /gparted.install |   22 +++
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 ++
 extra-i686/PKGBUILD  |   63 --
 extra-i686/gparted.install   |   11 -
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   63 --
 extra-x86_64/gparted.install |   11 -
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-04 07:02:03 UTC (rev 243011)
+++ extra-i686/PKGBUILD 2015-08-04 07:02:23 UTC (rev 243012)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.22.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=('67c4bdf680461e1107b718aff6095ea6'
- '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 \
-  --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/extra-i686/PKGBUILD (from rev 243011, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 07:02:23 UTC (rev 243012)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=g

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

2015-03-25 Thread Giovanni Scafora
Date: Wednesday, March 25, 2015 @ 18:00:47
  Author: giovanni
Revision: 234915

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 234914, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 234914, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 234914, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 234914, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 234914, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 234914, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 234914, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 234914, 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|  126 +
 /gparted.install |   22 +++
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 ++
 extra-i686/PKGBUILD  |   63 --
 extra-i686/gparted.install   |   11 -
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   63 --
 extra-x86_64/gparted.install |   11 -
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-25 17:00:36 UTC (rev 234914)
+++ extra-i686/PKGBUILD 2015-03-25 17:00:47 UTC (rev 234915)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.21.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'
-'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=('c9618b2eba00e3f081d3f40e8a6029e2'
- '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 \
-  --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/extra-i686/PKGBUILD (from rev 234914, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-25 17:00:47 UTC (rev 234915)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname

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

2015-02-07 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 08:50:27
  Author: giovanni
Revision: 231127

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 231126, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 231126, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 231126, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 231126, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 231126, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 231126, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 231126, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 231126, 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|  126 +
 /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, 200 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-08 07:50:08 UTC (rev 231126)
+++ extra-i686/PKGBUILD 2015-02-08 07:50:27 UTC (rev 231127)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.21.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=('c9618b2eba00e3f081d3f40e8a6029e2'
- '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 231126, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 07:50:27 UTC (rev 231127)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.21.0
+pkgrel=2
+pkgdesc="A Partition Magic clone, frontend to GNU

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

2015-01-27 Thread Giovanni Scafora
Date: Tuesday, January 27, 2015 @ 12:36:24
  Author: giovanni
Revision: 230064

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 230063, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 230063, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 230063, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 230063, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 230063, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 230063, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 230063, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 230063, 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 2015-01-27 11:36:11 UTC (rev 230063)
+++ extra-i686/PKGBUILD 2015-01-27 11:36:24 UTC (rev 230064)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-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"
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 230063, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-27 11:36:24 UTC (rev 230064)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GN

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

2014-10-21 Thread Giovanni Scafora
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 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-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 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GN

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

2014-07-17 Thread Giovanni Scafora
Date: Friday, July 18, 2014 @ 06:31:16
  Author: giovanni
Revision: 216979

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 216978, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 216978, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 216978, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 216978, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 216978, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 216978, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 216978, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 216978, 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-07-18 04:31:06 UTC (rev 216978)
+++ extra-i686/PKGBUILD 2014-07-18 04:31:16 UTC (rev 216979)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.19.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=('9cf1d1d1596ce2f7191969e081008af2'
- '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 216978, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 04:31:16 UTC (rev 216979)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Pa

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

2014-06-13 Thread Giovanni Scafora
Date: Friday, June 13, 2014 @ 15:44:39
  Author: giovanni
Revision: 215088

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 215087, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 215087, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 215087, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 215087, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 215087, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 215087, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 215087, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 215087, 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-06-13 13:44:29 UTC (rev 215087)
+++ extra-i686/PKGBUILD 2014-06-13 13:44:39 UTC (rev 215088)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.18.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=('c4c928de08519c923abaa5a099881241'
- '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 215087, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-13 13:44:39 UTC (rev 215088)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.19.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Pa

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

2014-02-20 Thread Giovanni Scafora
Date: Thursday, February 20, 2014 @ 12:30:56
  Author: giovanni
Revision: 206153

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 206152, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 206152, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 206152, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 206152, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 206152, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 206152, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 206152, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 206152, 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-02-20 11:30:47 UTC (rev 206152)
+++ extra-i686/PKGBUILD 2014-02-20 11:30:56 UTC (rev 206153)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.17.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'
-'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=('ecd66491bb2061c6aa6077cc24823b9e'
- '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 206152, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-20 11:30:56 UTC (rev 206153)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to 

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

2014-01-12 Thread Giovanni Scafora
Date: Sunday, January 12, 2014 @ 12:15:34
  Author: giovanni
Revision: 203515

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 203514, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 203514, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 203514, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 203514, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 203514, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 203514, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 203514, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 203514, 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  |   56 -
 extra-i686/gparted.install   |   11 -
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   56 -
 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(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-12 11:15:24 UTC (rev 203514)
+++ extra-i686/PKGBUILD 2014-01-12 11:15:34 UTC (rev 203515)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.17.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-gnome: 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=('ecd66491bb2061c6aa6077cc24823b9e'
- '122ed3120c846376bead22b25f6a3b19'
- '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-  ./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 203514, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-12 11:15:34 UTC (rev 203515)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.17.0
+pkgrel=2
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gparted.s

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

2013-12-09 Thread Giovanni Scafora
Date: Monday, December 9, 2013 @ 19:57:47
  Author: giovanni
Revision: 201370

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 201369, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 201369, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 201369, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 201369, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 201369, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 201369, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 201369, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 201369, 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|  112 +
 /gparted.install |   22 
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   56 --
 extra-i686/gparted.install   |   11 --
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   56 --
 extra-x86_64/gparted.install |   11 --
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 186 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-09 18:57:39 UTC (rev 201369)
+++ extra-i686/PKGBUILD 2013-12-09 18:57:47 UTC (rev 201370)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.16.2
-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' 'hicolor-icon-theme')
-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-gnome: 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=('4e722a48a90c6d65d212711d45c9c0d1'
- '122ed3120c846376bead22b25f6a3b19'
- '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-  ./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 201369, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-09 18:57:47 UTC (rev 201370)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_

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

2013-09-19 Thread Giovanni Scafora
Date: Thursday, September 19, 2013 @ 11:44:46
  Author: giovanni
Revision: 194596

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 194595, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 194595, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 194595, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 194595, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 194595, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 194595, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 194595, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 194595, 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|  112 +
 /gparted.install |   22 
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   56 --
 extra-i686/gparted.install   |   11 --
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   56 --
 extra-x86_64/gparted.install |   11 --
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 186 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-19 09:44:36 UTC (rev 194595)
+++ extra-i686/PKGBUILD 2013-09-19 09:44:46 UTC (rev 194596)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.16.1
-pkgrel=5
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net";
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme')
-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-gnome: 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=('3f399bff031b5ce14d11a8c346f4b89c'
- '122ed3120c846376bead22b25f6a3b19'
- '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-  ./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 194595, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-19 09:44:46 UTC (rev 194596)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.16.2
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' '

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

2013-05-25 Thread Giovanni Scafora
Date: Sunday, May 26, 2013 @ 08:28:56
  Author: giovanni
Revision: 186367

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 186366, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 186366, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 186366, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 186366, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 186366, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 186366, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 186366, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 186366, 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|  112 +
 /gparted.install |   22 
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   55 --
 extra-i686/gparted.install   |   11 --
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/gparted.install |   11 --
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 186 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-26 06:28:46 UTC (rev 186366)
+++ extra-i686/PKGBUILD 2013-05-26 06:28:56 UTC (rev 186367)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.16.1
-pkgrel=4
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net";
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme')
-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-gnome: 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=('3f399bff031b5ce14d11a8c346f4b89c'
- '122ed3120c846376bead22b25f6a3b19'
- '9b70450ef7d17c282e9185e5869a4cec')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-  ./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 186366, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-26 06:28:56 UTC (rev 186367)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.16.1
+pkgrel=5
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gpart