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

2016-05-03 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 01:02:43
  Author: arojas
Revision: 266835

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-03 23:02:01 UTC (rev 266834)
+++ extra-i686/PKGBUILD 2016-05-03 23:02:43 UTC (rev 266835)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.25.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.gz{,.sig}
-'org.archlinux.pkexec.gparted.policy'
-'gparted_polkit')
-validpgpkeys=(BB09FFB87563FA2E1A22146817A6D3FF338C9570) # "Curtis Gedak 
"
-md5sums=('eceb8dd687705142e725119ad76484a6'
- 'SKIP'
- '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 266834, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-03 23:02:43 UTC (rev 266835)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+

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

2013-05-19 Thread Giovanni Scafora
Date: Monday, May 20, 2013 @ 07:43:08
  Author: giovanni
Revision: 185984

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 185983, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 185983, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 185983, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 185983, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 185983, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 185983, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 185983, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 185983, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  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/org.archlinux.pkexec.gparted.policy

--+
 /PKGBUILD|  110 +
 /gparted.install |   22 
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   58 ---
 extra-i686/gparted.install   |   14 --
 extra-i686/gparted_polkit|6 +
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   58 ---
 extra-x86_64/gparted.install |   14 --
 extra-x86_64/gparted_polkit  |6 +
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 11 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-20 05:42:55 UTC (rev 185983)
+++ extra-i686/PKGBUILD 2013-05-20 05:43:08 UTC (rev 185984)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.16.1
-pkgrel=3
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' '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')
-md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
- '122ed3120c846376bead22b25f6a3b19')
-
-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
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted_polkit
-  echo 'if [ $(which pkexec) ]; then'  ${pkgdir}/usr/bin/gparted_polkit
-  echo '  pkexec --disable-internal-agent /usr/bin/gparted $@'  
${pkgdir}/usr/bin/gparted_polkit
-  echo 'else'  ${pkgdir}/usr/bin/gparted_polkit
-  echo '  /usr/bin/gparted $@'  ${pkgdir}/usr/bin/gparted_polkit
-  echo 'fi'  ${pkgdir}/usr/bin/gparted_polkit
-  chmod 755 ${pkgdir}/usr/bin/gparted_polkit
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 185983, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-20 05:43:08 UTC (rev 185984)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: